Excavator: Upgrade dependencies (#216)
This commit is contained in:
parent
1fbb7a2967
commit
76d8c8d81b
2 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ com.google.guava:failureaccess:1.0.1 (1 constraints: 140ae1b4)
|
|||
com.google.guava:guava:27.0.1-jre (2 constraints: c7135868)
|
||||
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava (1 constraints: bd17c918)
|
||||
com.google.j2objc:j2objc-annotations:1.1 (1 constraints: b609eba0)
|
||||
com.netflix.nebula:nebula-test:7.3.0 (1 constraints: 0c051736)
|
||||
com.netflix.nebula:nebula-test:7.4.0 (1 constraints: 0d051a36)
|
||||
com.squareup.okhttp3:mockwebserver:3.14.1 (1 constraints: 3b05423b)
|
||||
com.squareup.okhttp3:okhttp:3.14.1 (1 constraints: 680fa37c)
|
||||
com.squareup.okio:okio:1.17.2 (1 constraints: 850cc309)
|
||||
|
@ -18,4 +18,4 @@ org.checkerframework:checker-qual:2.5.3 (2 constraints: 260f6187)
|
|||
org.codehaus.mojo:animal-sniffer-annotations:1.17 (1 constraints: ed09d8aa)
|
||||
org.hamcrest:hamcrest-core:1.3 (1 constraints: cc05fe3f)
|
||||
org.objenesis:objenesis:2.4 (1 constraints: ea0c8c0a)
|
||||
org.spockframework:spock-core:1.1-groovy-2.4-rc-4 (1 constraints: dd11ac06)
|
||||
org.spockframework:spock-core:1.3-groovy-2.4 (1 constraints: 7c10f3af)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
com.google.guava:guava = 27.0.1-jre
|
||||
com.netflix.nebula:nebula-test = 7.3.0
|
||||
com.netflix.nebula:nebula-test = 7.4.0
|
||||
com.squareup.okhttp3:* = 3.14.1
|
||||
|
||||
# conflict resolution
|
||||
|
|
Loading…
Reference in a new issue