Skip to content

Commit b000015

Browse files
authored
Merge pull request #448 from sir-gon/dependabot/gradle/com.fasterxml.jackson.core-jackson-core-2.21.1
Bump com.fasterxml.jackson.core:jackson-core from 2.21.0 to 2.21.1
2 parents acff017 + dd3d836 commit b000015

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

algorithm-exercises-java/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ dependencies {
3333
implementation 'com.google.guava:guava:33.5.0-jre'
3434

3535
//
36-
implementation 'com.fasterxml.jackson.core:jackson-core:2.21.0'
36+
implementation 'com.fasterxml.jackson.core:jackson-core:2.21.1'
3737
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.21'
38-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.0'
38+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.1'
3939

4040
rewrite 'org.openrewrite.recipe:rewrite-static-analysis:latest.release'
4141
}

0 commit comments

Comments
 (0)