diff --git a/build.gradle b/build.gradle index 356cae61fd..3a7af605ef 100644 --- a/build.gradle +++ b/build.gradle @@ -52,7 +52,7 @@ configure(allprojects) { project -> ext.junitVintageVersion = "4.12.1" ext.kotlinVersion = "1.1.51" ext.log4jVersion = "2.9.1" - ext.nettyVersion = "4.1.16.Final" + ext.nettyVersion = "4.1.17.Final" ext.reactorVersion = "Bismuth-SR3" ext.rxjavaVersion = "1.3.3" ext.rxjavaAdapterVersion = "1.2.1" @@ -268,7 +268,7 @@ configure(rootProject) { task wrapper(type: Wrapper) { description = "Generates gradlew[.bat] scripts" - gradleVersion = '4.2.1' + gradleVersion = '4.3.1' doLast() { def gradleOpts = "-XX:MaxMetaspaceSize=1024m -Xmx1024m" diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index 736fb7d3f9..ed88a042a2 100644 Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 74bb77845e..34c937c91d 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ +distributionUrl=https\://services.gradle.org/distributions/gradle-4.3.1-bin.zip distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.2.1-bin.zip +zipStoreBase=GRADLE_USER_HOME