Skip to content

Commit 9453211

Browse files
authored
Merge pull request #282 from sir-gon/renovate/jackson-monorepo
Update jackson monorepo to v2.18.3
2 parents 745fc32 + b40aaa9 commit 9453211

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

algorithm-exercises-java/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ dependencies {
3131
implementation 'com.google.guava:guava:33.4.0-jre'
3232

3333
//
34-
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.18.2'
35-
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.2'
34+
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.18.3'
35+
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.18.3'
36+
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.18.3'
3737

3838
}
3939

0 commit comments

Comments
 (0)