Update to latest versions of groovy and spock
This commit is contained in:
parent
38a9804953
commit
c80749c793
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue