We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 88a0288 + 3086bfc commit f66c85bCopy full SHA for f66c85b
algorithm-exercises-java/build.gradle
@@ -31,9 +31,9 @@ dependencies {
31
implementation 'com.google.guava:guava:33.4.8-jre'
32
33
//
34
- implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.18.3'
35
- implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.18.3'
36
- implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.18.3'
+ implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.19.0'
+ implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.19.0'
+ implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.19.0'
37
38
}
39
0 commit comments