Skip to content

Commit 00a4ccf

Browse files
Bump com.fasterxml.jackson.core:jackson-databind from 2.18.2 to 2.20.1
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.18.2 to 2.20.1. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.20.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eee6df4 commit 00a4ccf

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
@@ -29,7 +29,7 @@ repositories {
2929
}
3030

3131
dependencies {
32-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2'
32+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.20.1'
3333
testImplementation platform('org.junit:junit-bom:6.0.1')
3434
testImplementation 'org.junit.jupiter:junit-jupiter'
3535
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'

0 commit comments

Comments
 (0)