Skip to content

Commit b3e07bc

Browse files
authored
Merge pull request #263 from sir-gon/renovate/com.fasterxml.jackson.core-jackson-core-2.x
Update dependency com.fasterxml.jackson.core:jackson-core to v2.18.2
2 parents 1b7b703 + d59d617 commit b3e07bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algorithm-exercises-java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131
implementation 'com.google.guava:guava:33.3.1-jre'
3232

3333
//
34-
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.18.1'
34+
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.18.2'
3535
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.18.2'
3636
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.18.2'
3737

0 commit comments

Comments
 (0)