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 4fdc7e5 + 349b5f3 commit d191b41Copy full SHA for d191b41
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.19.1'
35
- implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.19.1'
36
- implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.19.1'
+ implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.19.2'
+ implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.19.2'
+ implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.19.2'
37
38
}
39
0 commit comments