Skip to content

Commit

Permalink
Excavator: Upgrade dependencies (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Mar 23, 2022
1 parent b846531 commit a3a0cd5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions versions.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Run ./gradlew --write-locks to regenerate this file
com.fasterxml.jackson:jackson-bom:2.13.2 (6 constraints: e97b6daa)
com.fasterxml.jackson.core:jackson-annotations:2.13.2 (5 constraints: e651dd60)
com.fasterxml.jackson.core:jackson-annotations:2.13.2 (5 constraints: e751e260)
com.fasterxml.jackson.core:jackson-core:2.13.2 (5 constraints: a965e0cf)
com.fasterxml.jackson.core:jackson-databind:2.13.2 (10 constraints: 67a4d7df)
com.fasterxml.jackson.core:jackson-databind:2.13.2 (10 constraints: 68a4dcdf)
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.2 (2 constraints: 4e1da228)
com.fasterxml.jackson.datatype:jackson-datatype-guava:2.13.2 (2 constraints: f1138182)
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.13.2 (2 constraints: 4e1da228)
Expand All @@ -18,13 +18,13 @@ com.palantir.conjure:conjure-generator-common:4.0.0 (1 constraints: 8e0ebb57)
com.palantir.conjure.java:conjure-lib:0.2.4 (1 constraints: 3811a0d3)
com.palantir.remoting-api:errors:1.8.0 (1 constraints: f10f7d99)
com.palantir.ri:resource-identifier:2.3.0 (2 constraints: f01487b6)
com.palantir.safe-logging:logger:1.23.0 (1 constraints: 040e7e45)
com.palantir.safe-logging:logger-slf4j:1.23.0 (1 constraints: 310e8850)
com.palantir.safe-logging:logger-spi:1.23.0 (2 constraints: 711e36b0)
com.palantir.safe-logging:preconditions:1.23.0 (3 constraints: 9527eb3b)
com.palantir.safe-logging:safe-logging:1.23.0 (5 constraints: 99510ff8)
com.palantir.safe-logging:logger:1.24.0 (1 constraints: 060e8445)
com.palantir.safe-logging:logger-slf4j:1.24.0 (1 constraints: 320e8b50)
com.palantir.safe-logging:logger-spi:1.24.0 (2 constraints: 731e6cb0)
com.palantir.safe-logging:preconditions:1.24.0 (3 constraints: 9927823c)
com.palantir.safe-logging:safe-logging:1.24.0 (5 constraints: 9d5156f9)
com.palantir.syntactic-paths:syntactic-paths:0.6.1 (2 constraints: 99131761)
com.palantir.tokens:auth-tokens:3.12.0 (1 constraints: ec0f7099)
com.palantir.tokens:auth-tokens:3.13.0 (1 constraints: ec0f7099)
com.squareup.okhttp3:okhttp:3.12.0 (1 constraints: 38053b3b)
com.squareup.okio:okio:1.15.0 (1 constraints: 810cbb09)
commons-cli:commons-cli:1.5.0 (1 constraints: 0805ff35)
Expand All @@ -47,7 +47,7 @@ org.slf4j:slf4j-api:1.7.36 (4 constraints: 693c2a60)
org.yaml:snakeyaml:1.30 (1 constraints: 6c17f527)

[Test dependencies]
com.palantir.safe-logging:preconditions-assertj:1.23.0 (1 constraints: 3805363b)
com.palantir.safe-logging:preconditions-assertj:1.24.0 (1 constraints: 3905393b)
junit:junit:4.13.2 (1 constraints: 3c05463b)
org.assertj:assertj-core:3.22.0 (2 constraints: 941934de)
org.hamcrest:hamcrest:2.2 (1 constraints: 720b95d5)
Expand Down
6 changes: 3 additions & 3 deletions versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ com.google.code.findbugs:jsr305 = 3.0.2
com.google.errorprone:error_prone_annotations = 2.11.0
com.google.guava:guava = 31.1-jre
com.palantir.conjure:* = 4.0.0
com.palantir.baseline:* = 4.77.0
com.palantir.baseline:* = 4.78.0
com.palantir.remoting-*:* = 1.8.0
com.palantir.ri:resource-identifier = 2.3.0
com.palantir.safe-logging:* = 1.23.0
com.palantir.safe-logging:* = 1.24.0
com.palantir.syntactic-paths:syntactic-paths = 0.6.1
com.palantir.tokens:* = 3.12.0
com.palantir.tokens:* = 3.13.0
com.squareup.okhttp3:* = 3.12.0
commons-cli:commons-cli = 1.5.0
io.dropwizard.metrics:metrics-core = 3.2.5
Expand Down

0 comments on commit a3a0cd5

Please sign in to comment.