Skip to content

Commit 7683eb4

Browse files
committed
Updating groovy-all to match dep used in graphql-java
1 parent d11487b commit 7683eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies {
4848

4949
testCompile 'org.slf4j:slf4j-simple:1.7.30'
5050
testCompile 'org.spockframework:spock-core:1.3-groovy-2.5'
51-
testCompile 'org.codehaus.groovy:groovy-all:2.5.11'
51+
testCompile 'org.codehaus.groovy:groovy-all:2.5.14'
5252
}
5353

5454
task sourcesJar(type: Jar, dependsOn: classes) {

0 commit comments

Comments
 (0)