Skip to content

Commit 08b8043

Browse files
Bump tools.jackson.module:jackson-module-blackbird from 3.0.4 to 3.1.0 (#102)
Bumps [tools.jackson.module:jackson-module-blackbird](https://github.com/FasterXML/jackson-modules-base) from 3.0.4 to 3.1.0. - [Commits](FasterXML/jackson-modules-base@jackson-modules-base-3.0.4...jackson-modules-base-3.1.0) --- updated-dependencies: - dependency-name: tools.jackson.module:jackson-module-blackbird dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 07a6a5d commit 08b8043

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ tasks.checkstyleTest {
128128

129129
dependencies {
130130
implementation 'tools.jackson.core:jackson-databind:3.1.0'
131-
implementation 'tools.jackson.module:jackson-module-blackbird:3.0.4'
131+
implementation 'tools.jackson.module:jackson-module-blackbird:3.1.0'
132132
compileOnly 'com.github.spotbugs:spotbugs-annotations:4.9.8'
133133
testImplementation platform('org.junit:junit-bom:6.0.3')
134134
testImplementation 'org.junit.jupiter:junit-jupiter'

0 commit comments

Comments
 (0)