Skip to content

Commit

Permalink
Excavator: Upgrade Jackson to the latest stable release (#1101)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Oct 29, 2024
1 parent a250c77 commit 968eb34
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 writeVersionsLocks to regenerate this file
com.fasterxml.jackson.core:jackson-annotations:2.18.0 (4 constraints: 6b4beddc)
com.fasterxml.jackson.core:jackson-core:2.18.0 (2 constraints: 4230f305)
com.fasterxml.jackson.core:jackson-databind:2.18.0 (3 constraints: e138824a)
com.fasterxml.jackson.core:jackson-annotations:2.18.1 (4 constraints: 6e4b81de)
com.fasterxml.jackson.core:jackson-core:2.18.1 (2 constraints: 44304606)
com.fasterxml.jackson.core:jackson-databind:2.18.1 (3 constraints: e338514b)
com.google.code.findbugs:jsr305:3.0.2 (1 constraints: 170aecb4)
com.google.errorprone:error_prone_annotations:2.28.0 (5 constraints: 9c492e94)
com.google.guava:failureaccess:1.0.2 (1 constraints: 150ae2b4)
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: d93915e8)

[Test dependencies]
com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations:2.18.0 (1 constraints: ee1515e9)
com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations:2.18.1 (1 constraints: ee1515e9)
com.palantir.safe-logging:preconditions-assertj:3.7.0 (1 constraints: 0c050f36)
io.undertow:undertow-core:2.3.18.Final (2 constraints: a716c318)
io.undertow:undertow-servlet:2.3.18.Final (1 constraints: 58074d61)
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.18.0
com.fasterxml.jackson.core:jackson-databind = 2.18.0
com.fasterxml.jackson.*:* = 2.18.1
com.fasterxml.jackson.core:jackson-databind = 2.18.1
com.google.guava:guava = 33.3.1-jre
com.palantir.safe-logging:* = 3.7.0
org.assertj:* = 3.26.3
Expand Down

0 comments on commit 968eb34

Please sign in to comment.