Skip to content

Commit

Permalink
Excavator: Upgrade dependencies (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Mar 3, 2022
1 parent 5fb190f commit 644c541
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
import org.mockito.runners.MockitoJUnitRunner;
import org.mockito.junit.MockitoJUnitRunner;

@RunWith(MockitoJUnitRunner.class)
public final class JsonNodeStringReplacerTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
import org.mockito.runners.MockitoJUnitRunner;
import org.mockito.junit.MockitoJUnitRunner;

@RunWith(MockitoJUnitRunner.class)
public class StringSubstitutionExceptionTest {
Expand Down
18 changes: 9 additions & 9 deletions versions.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ com.fasterxml.jackson.module:jackson-module-afterburner:2.9.10 (1 constraints: b
com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.9.10 (1 constraints: 7b17793d)
com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.10 (1 constraints: b60e755e)
com.google.code.findbugs:jsr305:3.0.2 (3 constraints: 701c32e5)
com.google.errorprone:error_prone_annotations:2.9.0 (2 constraints: 280f8e87)
com.google.errorprone:error_prone_annotations:2.11.0 (2 constraints: 520fd196)
com.google.guava:failureaccess:1.0.1 (1 constraints: 140ae1b4)
com.google.guava:guava:31.0.1-jre (5 constraints: bb4b13fb)
com.google.guava:guava:31.1-jre (5 constraints: 5d4bdfa8)
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.helger:profiler:1.1.1 (1 constraints: e21053b8)
Expand Down Expand Up @@ -89,21 +89,21 @@ org.hibernate:hibernate-validator:5.4.3.Final (2 constraints: f827fc21)
org.immutables:value:2.8.8 (1 constraints: 14051536)
org.javassist:javassist:3.27.0-GA (2 constraints: fb1d1fc2)
org.jboss.logging:jboss-logging:3.3.0.Final (1 constraints: bd10c4b6)
org.slf4j:jcl-over-slf4j:1.7.32 (1 constraints: b30e965e)
org.slf4j:jul-to-slf4j:1.7.32 (1 constraints: b30e965e)
org.slf4j:log4j-over-slf4j:1.7.32 (1 constraints: b30e965e)
org.slf4j:slf4j-api:1.7.32 (10 constraints: 648cce52)
org.slf4j:jcl-over-slf4j:1.7.36 (1 constraints: b30e965e)
org.slf4j:jul-to-slf4j:1.7.36 (1 constraints: b30e965e)
org.slf4j:log4j-over-slf4j:1.7.36 (1 constraints: b30e965e)
org.slf4j:slf4j-api:1.7.36 (10 constraints: 708c7a54)
org.yaml:snakeyaml:1.23 (1 constraints: 6e17f627)

[Test dependencies]
io.dropwizard:dropwizard-testing:1.3.29 (1 constraints: 0305f035)
junit:junit:4.13.2 (4 constraints: 28511520)
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.22.0 (2 constraints: 04146f76)
org.glassfish.jersey.test-framework:jersey-test-framework-core:2.25.1 (1 constraints: aa230902)
org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-inmemory:2.25.1 (1 constraints: c90ee65f)
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 (1 constraints: 3c053f3b)
org.mockito:mockito-core:4.3.1 (1 constraints: 0a050936)
org.objenesis:objenesis:3.2 (3 constraints: 8d1dca1b)
6 changes: 3 additions & 3 deletions versions.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
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.guava:guava = 31.0.1-jre
com.google.guava:guava = 31.1-jre
io.dropwizard:* = 1.0.0
io.dropwizard:dropwizard-validation = 1.3.29
javax.ws.rs:javax.ws.rs-api = 2.0.1
Expand All @@ -10,6 +10,6 @@ org.apache.commons:commons-lang3 = 3.12.0
org.assertj:assertj-core = 3.22.0
org.hamcrest:* = 1.3
org.immutables:* = 2.8.8
org.mockito:* = 3.12.4
org.mockito:* = 4.3.1
org.objenesis:objenesis = 3.2
org.slf4j:* = 1.7.32
org.slf4j:* = 1.7.36

0 comments on commit 644c541

Please sign in to comment.