Skip to content

Commit 651fdca

Browse files
Bump tools.jackson.core:jackson-databind from 3.1.0 to 3.1.1 (#110)
Bumps [tools.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 3.1.0 to 3.1.1. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: tools.jackson.core:jackson-databind dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8a7e21c commit 651fdca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

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

129129
dependencies {
130-
implementation 'tools.jackson.core:jackson-databind:3.1.0'
130+
implementation 'tools.jackson.core:jackson-databind:3.1.1'
131131
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')

0 commit comments

Comments
 (0)