Skip to content

Commit a50e7a0

Browse files
authored
Merge pull request #235 from sir-gon/renovate/com.fasterxml.jackson.core-jackson-annotations-2.x
Update dependency com.fasterxml.jackson.core:jackson-annotations to v2.18.0
2 parents 1c6f6e6 + 1b4231b commit a50e7a0

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
@@ -32,7 +32,7 @@ dependencies {
3232

3333
//
3434
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.17.2'
35-
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.17.2'
35+
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.18.0'
3636
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.17.2'
3737

3838
}

0 commit comments

Comments
 (0)