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 Jun 25, 2024
1 parent 4d6d703 commit 91768fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions versions.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Run ./gradlew writeVersionsLocks to regenerate this file
aopalliance:aopalliance:1.0 (1 constraints: 170a83ac)
com.fasterxml.jackson.core:jackson-annotations:2.15.3 (2 constraints: c717fa71)
com.fasterxml.jackson.core:jackson-core:2.15.3 (1 constraints: 8b123e21)
com.fasterxml.jackson.core:jackson-databind:2.15.3 (1 constraints: 3d05413b)
com.fasterxml.jackson.core:jackson-annotations:2.16.1 (2 constraints: c517c771)
com.fasterxml.jackson.core:jackson-core:2.16.1 (1 constraints: 8a123f21)
com.fasterxml.jackson.core:jackson-databind:2.16.1 (1 constraints: 3c05423b)
com.github.ben-manes.caffeine:caffeine:3.1.8 (2 constraints: d216c42c)
com.google.code.findbugs:jsr305:3.0.2 (2 constraints: 1d0fb186)
com.google.errorprone:error_prone_annotations:2.26.1 (3 constraints: ad1f4250)
Expand Down
4 changes: 2 additions & 2 deletions versions.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
com.github.ben-manes.caffeine:caffeine = 3.1.8
org.immutables:* = 2.10.1
com.fasterxml.jackson.core:jackson-databind = 2.15.3
com.fasterxml.jackson.core:* = 2.15.3
com.fasterxml.jackson.core:jackson-databind = 2.16.1
com.fasterxml.jackson.core:* = 2.16.1
com.netflix.nebula:nebula-test = 10.1.0
org.junit.jupiter:* = 5.10.2
org.assertj:assertj-core = 3.26.0
Expand Down

0 comments on commit 91768fb

Please sign in to comment.