Skip to content

Commit 471d940

Browse files
authored
Merge pull request #389 from sir-gon/dependabot/gradle/com.fasterxml.jackson.core-jackson-databind-2.20.1
Bump com.fasterxml.jackson.core:jackson-databind from 2.20.0 to 2.20.1
2 parents 35c6e7a + 5073b47 commit 471d940

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

algorithm-exercises-java/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ dependencies {
3131
implementation 'com.google.guava:guava:33.5.0-jre'
3232

3333
//
34-
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.20.0'
34+
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.20.1'
3535
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.20'
36-
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.20.0'
36+
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.20.1'
3737

3838
}
3939

0 commit comments

Comments
 (0)