Skip to content

Commit d3fbde6

Browse files
Update jackson monorepo
1 parent 338ea19 commit d3fbde6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def versions = [
4848
pitest : '1.17.0',
4949
sonarPitest : '0.5',
5050
junitPitest : '1.2.1',
51-
jackson : '2.19.2',
51+
jackson : '2.21.3',
5252
log4j : '2.25.3',
5353
logback : '1.5.32',
5454
bouncycastle : '1.83',
@@ -282,7 +282,7 @@ dependencies {
282282
implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: versions.jackson
283283
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: versions.jackson
284284
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: versions.jackson
285-
implementation group: 'com.fasterxml.jackson', name: 'jackson-bom', version: '2.20.0', ext: 'pom'
285+
implementation group: 'com.fasterxml.jackson', name: 'jackson-bom', version: '2.21.3', ext: 'pom'
286286
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: versions.jackson
287287

288288
implementation group: 'org.yaml', name: 'snakeyaml', version: '2.6'

0 commit comments

Comments
 (0)