Skip to content

Commit 59763b8

Browse files
Excavator: Upgrade Jackson to the latest stable release (#1309)
1 parent 34ce4ee commit 59763b8

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

versions.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Run ./gradlew writeVersionsLocks to regenerate this file. Blank lines are to minimize merge conflicts.
22

3-
com.fasterxml.jackson.core:jackson-annotations:2.20 (2 constraints: fd163324)
3+
com.fasterxml.jackson.core:jackson-annotations:2.21 (2 constraints: ff166824)
44

55
com.google.code.findbugs:jsr305:3.0.2 (1 constraints: 0705fc35)
66

@@ -28,9 +28,9 @@ org.slf4j:slf4j-api:1.7.36 (2 constraints: 2321cfd3)
2828

2929
[Test dependencies]
3030

31-
com.fasterxml.jackson.core:jackson-core:2.20.1 (1 constraints: 85123121)
31+
com.fasterxml.jackson.core:jackson-core:2.21.0 (1 constraints: 85123321)
3232

33-
com.fasterxml.jackson.core:jackson-databind:2.20.1 (1 constraints: 3705343b)
33+
com.fasterxml.jackson.core:jackson-databind:2.21.0 (1 constraints: 3705363b)
3434

3535
com.google.guava:failureaccess:1.0.3 (1 constraints: 160ae3b4)
3636

versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
com.fasterxml.jackson.*:* = 2.20.1
2-
com.fasterxml.jackson.core:jackson-annotations = 2.20
1+
com.fasterxml.jackson.*:* = 2.21.0
2+
com.fasterxml.jackson.core:jackson-annotations = 2.21
33
org.immutables:* = 2.12.1
44
com.palantir.safe-logging:* = 3.11.0
55
com.google.code.findbugs:jsr305 = 3.0.2

0 commit comments

Comments
 (0)