Skip to content

Commit 4fdf5e7

Browse files
authored
Merge pull request #9 from labelzoom/dependabot/gradle/com.fasterxml.jackson.core-jackson-databind-2.17.0
Bump com.fasterxml.jackson.core:jackson-databind from 2.16.1 to 2.17.0
2 parents a7be494 + 085db63 commit 4fdf5e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repositories {
1818
}
1919

2020
dependencies {
21-
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.16.1'
21+
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.17.0'
2222
testImplementation platform('org.junit:junit-bom:5.10.2')
2323
testImplementation 'org.junit.jupiter:junit-jupiter'
2424
testImplementation 'org.reflections:reflections:0.10.2'

0 commit comments

Comments
 (0)