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 5426c37 + b44d177 commit 6a26904Copy full SHA for 6a26904
algorithm-exercises-java/build.gradle
@@ -33,7 +33,7 @@ dependencies {
33
//
34
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.18.0'
35
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.18.0'
36
- implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.17.2'
+ implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.18.0'
37
38
}
39
0 commit comments