File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ configure(allprojects) { project ->
52
52
ext. junitVintageVersion = " 4.12.1"
53
53
ext. kotlinVersion = " 1.1.51"
54
54
ext. log4jVersion = " 2.9.1"
55
- ext. nettyVersion = " 4.1.16 .Final"
55
+ ext. nettyVersion = " 4.1.17 .Final"
56
56
ext. reactorVersion = " Bismuth-SR3"
57
57
ext. rxjavaVersion = " 1.3.3"
58
58
ext. rxjavaAdapterVersion = " 1.2.1"
@@ -268,7 +268,7 @@ configure(rootProject) {
268
268
269
269
task wrapper(type : Wrapper ) {
270
270
description = " Generates gradlew[.bat] scripts"
271
- gradleVersion = ' 4.2 .1'
271
+ gradleVersion = ' 4.3 .1'
272
272
273
273
doLast() {
274
274
def gradleOpts = " -XX:MaxMetaspaceSize=1024m -Xmx1024m"
Original file line number Diff line number Diff line change
1
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.3.1-bin.zip
1
2
distributionBase =GRADLE_USER_HOME
2
3
distributionPath =wrapper/dists
3
- zipStoreBase =GRADLE_USER_HOME
4
4
zipStorePath =wrapper/dists
5
- distributionUrl =https\://services.gradle.org/distributions/gradle-4.2.1-bin.zip
5
+ zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments