Skip to content

Commit 423af67

Browse files
committed
Upgrade to Gradle 4.3.1 (and Netty 4.1.17)
Issue: SPR-16080
1 parent f565f63 commit 423af67

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ configure(allprojects) { project ->
5252
ext.junitVintageVersion = "4.12.1"
5353
ext.kotlinVersion = "1.1.51"
5454
ext.log4jVersion = "2.9.1"
55-
ext.nettyVersion = "4.1.16.Final"
55+
ext.nettyVersion = "4.1.17.Final"
5656
ext.reactorVersion = "Bismuth-SR3"
5757
ext.rxjavaVersion = "1.3.3"
5858
ext.rxjavaAdapterVersion = "1.2.1"
@@ -268,7 +268,7 @@ configure(rootProject) {
268268

269269
task wrapper(type: Wrapper) {
270270
description = "Generates gradlew[.bat] scripts"
271-
gradleVersion = '4.2.1'
271+
gradleVersion = '4.3.1'
272272

273273
doLast() {
274274
def gradleOpts = "-XX:MaxMetaspaceSize=1024m -Xmx1024m"

gradle/wrapper/gradle-wrapper.jar

4 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.3.1-bin.zip
12
distributionBase=GRADLE_USER_HOME
23
distributionPath=wrapper/dists
3-
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.2.1-bin.zip
5+
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)