Skip to content

Commit 2f6dc4d

Browse files
authored
Merge pull request #330 from sir-gon/dependabot/gradle/com.fasterxml.jackson.core-jackson-databind-2.19.1
Bump com.fasterxml.jackson.core:jackson-databind from 2.19.0 to 2.19.1
2 parents 892bac7 + 152b7ed commit 2f6dc4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algorithm-exercises-java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333
//
3434
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.19.0'
3535
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.19.0'
36-
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.19.0'
36+
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.19.1'
3737

3838
}
3939

0 commit comments

Comments
 (0)