Skip to content

Commit

Permalink
Excavator: Upgrade Jackson to the latest stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot committed Dec 12, 2023
1 parent ba90c80 commit 96f9c02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions versions.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Run ./gradlew --write-locks to regenerate this file
com.fasterxml.jackson.core:jackson-annotations:2.15.3 (4 constraints: 6c4bdadc)
com.fasterxml.jackson.core:jackson-core:2.15.3 (2 constraints: 4230e705)
com.fasterxml.jackson.core:jackson-databind:2.15.3 (3 constraints: e238754a)
com.fasterxml.jackson.core:jackson-annotations:2.16.0 (4 constraints: 664bb8d9)
com.fasterxml.jackson.core:jackson-core:2.16.0 (2 constraints: 3e304505)
com.fasterxml.jackson.core:jackson-databind:2.16.0 (3 constraints: de38db48)
com.google.code.findbugs:jsr305:3.0.2 (1 constraints: 170aecb4)
com.google.errorprone:error_prone_annotations:2.21.1 (5 constraints: a6496c94)
com.google.guava:failureaccess:1.0.1 (1 constraints: 140ae1b4)
Expand All @@ -28,7 +28,7 @@ org.openjdk.jmh:jmh-core:1.37 (1 constraints: df04fc30)
org.slf4j:slf4j-api:1.7.36 (4 constraints: d73912e8)

[Test dependencies]
com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations:2.15.3 (1 constraints: ef1514e9)
com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations:2.16.0 (1 constraints: ef1514e9)
com.palantir.safe-logging:preconditions-assertj:3.6.0 (1 constraints: 0b050c36)
com.sun.activation:jakarta.activation:2.0.1 (1 constraints: 8c0f4591)
io.undertow:undertow-core:2.2.20.Final (2 constraints: a219fde9)
Expand Down
4 changes: 2 additions & 2 deletions versions.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
com.fasterxml.jackson.*:* = 2.15.3
com.fasterxml.jackson.core:jackson-databind = 2.15.3
com.fasterxml.jackson.*:* = 2.16.0
com.fasterxml.jackson.core:jackson-databind = 2.16.0
com.google.guava:guava = 32.1.3-jre
com.palantir.safe-logging:* = 3.6.0
org.assertj:* = 3.24.2
Expand Down

0 comments on commit 96f9c02

Please sign in to comment.