Skip to content

Commit 1b7b703

Browse files
authored
Merge pull request #264 from sir-gon/renovate/jackson-monorepo
Update dependency com.fasterxml.jackson.core:jackson-databind to v2.18.2
2 parents 5735519 + e377c19 commit 1b7b703

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
@@ -33,7 +33,7 @@ dependencies {
3333
//
3434
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.18.1'
3535
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'
36+
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.18.2'
3737

3838
}
3939

0 commit comments

Comments
 (0)