We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d639165 commit 83aabe0Copy full SHA for 83aabe0
3 files changed
build.gradle
@@ -41,8 +41,8 @@ dependencies {
41
compile 'org.reactivestreams:reactive-streams:' + reactiveStreamsVersion
42
antlr "org.antlr:antlr4:4.7.1"
43
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'
+ testCompile 'org.spockframework:spock-core:1.1-groovy-2.4'
+ testCompile 'org.codehaus.groovy:groovy-all:2.4.13'
46
testCompile 'cglib:cglib-nodep:3.1'
47
testCompile 'org.objenesis:objenesis:2.1'
48
testCompile 'com.google.code.gson:gson:2.8.0'
@@ -168,6 +168,6 @@ tasks.withType(PublishToMavenRepository) {
168
169
170
task wrapper(type: Wrapper) {
171
- gradleVersion = '4.4'
+ gradleVersion = '4.5.1'
172
distributionUrl = "https://services.gradle.org/distributions/gradle-${gradleVersion}-all.zip"
173
}
gradle/wrapper/gradle-wrapper.jar
-402 Bytes
gradle/wrapper/gradle-wrapper.properties
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
zipStoreBase=GRADLE_USER_HOME
4
zipStorePath=wrapper/dists
5
-distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-4.5.1-all.zip
0 commit comments