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 89b3217 + e18b4cc commit 5735519Copy full SHA for 5735519
algorithm-exercises-java/build.gradle
@@ -32,7 +32,7 @@ dependencies {
32
33
//
34
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.18.1'
35
- implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.18.1'
+ 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.1'
37
38
}
0 commit comments