Skip to content

Commit

Permalink
Excavator: Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot committed Feb 8, 2022
1 parent 9031f9f commit da72376
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions versions.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.7.6 (1 constraints: 32
com.fasterxml.jackson.module:jackson-module-afterburner:2.7.6 (1 constraints: 890ebe4f)
com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.7.6 (1 constraints: 4e17fd25)
com.google.code.findbugs:jsr305:3.0.2 (3 constraints: 6f1c31e5)
com.google.errorprone:error_prone_annotations:2.9.0 (2 constraints: 280f8e87)
com.google.errorprone:error_prone_annotations:2.11.0 (2 constraints: 510fa791)
com.google.guava:failureaccess:1.0.1 (1 constraints: 140ae1b4)
com.google.guava:guava:31.0.1-jre (4 constraints: 403120bc)
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava (1 constraints: bd17c918)
Expand Down Expand Up @@ -79,25 +79,25 @@ org.glassfish.jersey.ext:jersey-bean-validation:2.23.1 (1 constraints: 5b0e704e)
org.glassfish.jersey.ext:jersey-metainf-services:2.23.1 (1 constraints: 5b0e704e)
org.glassfish.jersey.media:jersey-media-jaxb:2.23.1 (1 constraints: 3111f3d4)
org.hibernate:hibernate-validator:5.2.4.Final (1 constraints: df11a0e9)
org.immutables:value:2.8.8 (1 constraints: 14051536)
org.immutables:value:2.9.0 (1 constraints: 0d051036)
org.javassist:javassist:3.18.1-GA (1 constraints: 570d4740)
org.jboss.logging:jboss-logging:3.2.1.Final (1 constraints: bd10c2b6)
org.slf4j:jcl-over-slf4j:1.7.32 (1 constraints: b30e955e)
org.slf4j:jul-to-slf4j:1.7.32 (1 constraints: b30e955e)
org.slf4j:log4j-over-slf4j:1.7.32 (1 constraints: b30e955e)
org.slf4j:slf4j-api:1.7.32 (9 constraints: 427c43aa)
org.slf4j:jcl-over-slf4j:1.7.36 (1 constraints: b30e955e)
org.slf4j:jul-to-slf4j:1.7.36 (1 constraints: b30e955e)
org.slf4j:log4j-over-slf4j:1.7.36 (1 constraints: b30e955e)
org.slf4j:slf4j-api:1.7.36 (9 constraints: 4e7cefab)
org.yaml:snakeyaml:1.15 (1 constraints: 6f17f627)

[Test dependencies]
io.dropwizard:dropwizard-testing:1.0.0 (1 constraints: 0305f035)
junit:junit:4.13.2 (4 constraints: c85010bb)
net.bytebuddy:byte-buddy:1.11.13 (1 constraints: 710ba7e9)
net.bytebuddy:byte-buddy-agent:1.11.13 (1 constraints: 710ba7e9)
net.bytebuddy:byte-buddy:1.12.7 (1 constraints: 450b3fde)
net.bytebuddy:byte-buddy-agent:1.12.7 (1 constraints: 450b3fde)
org.assertj:assertj-core:3.4.1 (1 constraints: 970e1d51)
org.glassfish.jersey.test-framework:jersey-test-framework-core:2.23.1 (1 constraints: a8230302)
org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-inmemory:2.23.1 (1 constraints: c70ee05f)
org.hamcrest:hamcrest-all:1.3 (1 constraints: a8041d2c)
org.hamcrest:hamcrest-core:1.3 (1 constraints: cc05fe3f)
org.mockito:mockito-core:3.12.4 (2 constraints: ce15d0df)
org.mockito:mockito-core:4.3.1 (2 constraints: 9c156cd1)
org.objenesis:objenesis:3.2 (3 constraints: 8e1de81b)
org.ow2.asm:asm-debug-all:5.0.4 (2 constraints: 863d2154)
8 changes: 4 additions & 4 deletions versions.props
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
com.fasterxml.jackson.*:* = 2.6.1
com.google.code.findbugs:jsr305 = 3.0.2
com.google.errorprone:error_prone_annotations = 2.9.0
com.google.errorprone:error_prone_annotations = 2.11.0
com.google.guava:guava = 31.0.1-jre
io.dropwizard:* = 1.0.0
javax.ws.rs:javax.ws.rs-api = 2.0.1
junit:junit = 4.13.2
org.apache.commons:commons-lang3 = 3.12.0
org.hamcrest:* = 1.3
org.immutables:* = 2.8.8
org.mockito:* = 3.12.4
org.immutables:* = 2.9.0
org.mockito:* = 4.3.1
org.objenesis:objenesis = 3.2
org.slf4j:* = 1.7.32
org.slf4j:* = 1.7.36

0 comments on commit da72376

Please sign in to comment.