Skip to content

Commit

Permalink
Merge branch 'master' into mar-kolya/upgrade-statsd
Browse files Browse the repository at this point in the history
  • Loading branch information
mar-kolya committed Apr 17, 2020
2 parents 00ac902 + a3a9287 commit 9581048
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
def groovyVer = "2.5.10"
def groovyVer = "2.5.11"
def spockGroovyVer = groovyVer.replaceAll(/\.\d+$/, '')

ext {
versions = [
opentracing : '0.32.0',

slf4j : "1.7.29",
slf4j : "1.7.30",
guava : "20.0", // Last version to support Java 7
okhttp : "3.12.8", // 3.12.x is last version to support Java7)
okhttp : "3.12.10", // 3.12.x is last version to support Java7)

spock : "1.3-groovy-$spockGroovyVer",
groovy : groovyVer,
junit5 : "5.5.2",
junit5 : "5.6.2",
logback : "1.2.3",
lombok : "1.18.10",
bytebuddy : "1.10.6",
scala : "2.11.12", // Last version to support Java 7 (2.12+ require Java 8+)
kotlin : "1.3.61",
kotlin : "1.3.72",
coroutines : "1.3.0",
dogstatsd : "2.9.0",
jnr_unixsocket: "0.28"
Expand Down

0 comments on commit 9581048

Please sign in to comment.