Skip to content

Commit d59d617

Browse files
Update dependency com.fasterxml.jackson.core:jackson-core to v2.18.2
1 parent 1b7b703 commit d59d617

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)