Skip to content

Commit

Permalink
Excavator: Upgrade dependencies (#770)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Sep 27, 2022
1 parent df20830 commit 09c1c2a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions versions.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ com.google.guava:failureaccess:1.0.1 (1 constraints: 140ae1b4)
com.google.guava:guava:31.1-jre (1 constraints: 47069c47)
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava (1 constraints: bd17c918)
com.google.j2objc:j2objc-annotations:1.3 (1 constraints: b809eda0)
com.palantir.safe-logging:logger:3.0.0 (1 constraints: 0505fa35)
com.palantir.safe-logging:logger-slf4j:3.0.0 (1 constraints: fe0d5342)
com.palantir.safe-logging:logger-spi:3.0.0 (2 constraints: 0b1e2f7a)
com.palantir.safe-logging:preconditions:3.0.0 (2 constraints: 2c19efb3)
com.palantir.safe-logging:safe-logging:3.0.0 (4 constraints: 9942e210)
com.palantir.safe-logging:logger:3.1.0 (1 constraints: 0605fd35)
com.palantir.safe-logging:logger-slf4j:3.1.0 (1 constraints: ff0d5642)
com.palantir.safe-logging:logger-spi:3.1.0 (2 constraints: 0d1e647a)
com.palantir.safe-logging:preconditions:3.1.0 (2 constraints: 2e192db4)
com.palantir.safe-logging:safe-logging:3.1.0 (4 constraints: 9d422312)
jakarta.annotation:jakarta.annotation-api:2.0.0 (4 constraints: f0361843)
jakarta.servlet:jakarta.servlet-api:5.0.0 (2 constraints: 1015bdac)
jakarta.ws.rs:jakarta.ws.rs-api:3.1.0 (6 constraints: 27662825)
Expand All @@ -23,12 +23,13 @@ net.sf.jopt-simple:jopt-simple:5.0.4 (1 constraints: be0ad6cc)
org.apache.commons:commons-math3:3.2 (1 constraints: 5c0a8ab7)
org.checkerframework:checker-qual:3.12.0 (1 constraints: 480a3bbf)
org.immutables:value:2.8.8 (1 constraints: 14051536)
org.jetbrains:annotations:23.0.0 (1 constraints: 31115ed1)
org.openjdk.jmh:jmh-core:1.35 (1 constraints: dd04fa30)
org.slf4j:slf4j-api:1.7.36 (4 constraints: d539a9e7)

[Test dependencies]
com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations:2.13.3 (1 constraints: ef1514e9)
com.palantir.safe-logging:preconditions-assertj:3.0.0 (1 constraints: 0505fa35)
com.palantir.safe-logging:preconditions-assertj:3.1.0 (1 constraints: 0605fd35)
com.sun.activation:jakarta.activation:2.0.1 (2 constraints: 0b2d41c7)
commons-codec:commons-codec:1.15 (1 constraints: 0d13c328)
io.undertow:undertow-core:2.2.19.Final (2 constraints: b2190bec)
Expand Down
2 changes: 1 addition & 1 deletion versions.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
com.fasterxml.jackson.*:* = 2.13.3
com.fasterxml.jackson.core:jackson-databind = 2.13.3
com.google.guava:guava = 31.1-jre
com.palantir.safe-logging:* = 3.0.0
com.palantir.safe-logging:* = 3.1.0
org.assertj:* = 3.23.1
org.immutables:* = 2.8.8
org.mockito:* = 4.8.0
Expand Down

0 comments on commit 09c1c2a

Please sign in to comment.