Skip to content

Commit 83aabe0

Browse files
committed
update gradle, groovy, spock
1 parent d639165 commit 83aabe0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ dependencies {
4141
compile 'org.reactivestreams:reactive-streams:' + reactiveStreamsVersion
4242
antlr "org.antlr:antlr4:4.7.1"
4343
testCompile group: 'junit', name: 'junit', version: '4.11'
44-
testCompile 'org.spockframework:spock-core:1.0-groovy-2.4'
45-
testCompile 'org.codehaus.groovy:groovy-all:2.4.10'
44+
testCompile 'org.spockframework:spock-core:1.1-groovy-2.4'
45+
testCompile 'org.codehaus.groovy:groovy-all:2.4.13'
4646
testCompile 'cglib:cglib-nodep:3.1'
4747
testCompile 'org.objenesis:objenesis:2.1'
4848
testCompile 'com.google.code.gson:gson:2.8.0'
@@ -168,6 +168,6 @@ tasks.withType(PublishToMavenRepository) {
168168

169169

170170
task wrapper(type: Wrapper) {
171-
gradleVersion = '4.4'
171+
gradleVersion = '4.5.1'
172172
distributionUrl = "https://services.gradle.org/distributions/gradle-${gradleVersion}-all.zip"
173173
}

gradle/wrapper/gradle-wrapper.jar

-402 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.5.1-all.zip

0 commit comments

Comments
 (0)