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 acff017 + dd3d836 commit b000015Copy full SHA for b000015
algorithm-exercises-java/build.gradle
@@ -33,9 +33,9 @@ dependencies {
33
implementation 'com.google.guava:guava:33.5.0-jre'
34
35
//
36
- implementation 'com.fasterxml.jackson.core:jackson-core:2.21.0'
+ implementation 'com.fasterxml.jackson.core:jackson-core:2.21.1'
37
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.21'
38
- implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.0'
+ implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.1'
39
40
rewrite 'org.openrewrite.recipe:rewrite-static-analysis:latest.release'
41
}
0 commit comments