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 1b7b703 + d59d617 commit b3e07bcCopy full SHA for b3e07bc
algorithm-exercises-java/build.gradle
@@ -31,7 +31,7 @@ dependencies {
31
implementation 'com.google.guava:guava:33.3.1-jre'
32
33
//
34
- implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.18.1'
+ implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.18.2'
35
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.18.2'
36
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.18.2'
37
0 commit comments