Skip to content

Commit 1946677

Browse files
Update jackson monorepo
1 parent 4342d96 commit 1946677

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

algorithm-exercises-java/build.gradle

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

3333
//
34-
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.19.2'
35-
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.19.2'
36-
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.19.2'
34+
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.20.0'
35+
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'
3737

3838
}
3939

0 commit comments

Comments
 (0)