We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 002f539 commit 17b0c9aCopy full SHA for 17b0c9a
gradle/dependencies.gradle
@@ -6,14 +6,14 @@ ext {
6
opentracing: '0.30.0',
7
8
slf4j : "1.7.25",
9
- guava : "21.0",
10
- jackson : "2.8.7",
+ guava : "23.0",
+ jackson : "2.9.3",
11
12
spock : "1.0-groovy-$spockGroovyVer",
13
groovy : groovyVer,
14
junit : "4.12",
15
logback : "1.2.3",
16
- bytebuddy : "1.7.6"
+ bytebuddy : "1.7.9"
17
]
18
19
deps = [
0 commit comments