Update to latest versions of groovy and spock

This commit is contained in:
Nikolay Martynov 2019-05-08 13:27:04 -04:00
parent 38a9804953
commit c80749c793
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
def groovyVer = "2.5.3"
def groovyVer = "2.5.6"
def spockGroovyVer = groovyVer.replaceAll(/\.\d+$/, '')
ext {
@ -9,7 +9,7 @@ ext {
guava : "20.0", // Last version to support Java 7
jackson : "2.9.8", // https://nvd.nist.gov/vuln/detail/CVE-2018-1000873
spock : "1.2-groovy-$spockGroovyVer",
spock : "1.3-groovy-$spockGroovyVer",
groovy : groovyVer,
junit : "4.12",
logback : "1.2.3",