Skip to content

Commit f66c85b

Browse files
authored
Merge pull request #308 from sir-gon/renovate/jackson-monorepo
Update jackson monorepo to v2.19.0
2 parents 88a0288 + 3086bfc commit f66c85b

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.8-jre'
3232

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

3838
}
3939

0 commit comments

Comments
 (0)