Skip to content

Commit 95fdfac

Browse files
committed
Upgrade to Gradle 4.2 (and Netty 4.1.16)
Issue: SPR-15985
1 parent cee9d1c commit 95fdfac

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

build.gradle

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,16 @@ configure(allprojects) { project ->
4747
ext.hsqldbVersion = "2.4.0"
4848
ext.jackson2Version = "2.9.1"
4949
ext.jettyVersion = "9.4.7.v20170914"
50-
ext.junitJupiterVersion = '5.0.0'
51-
ext.junitPlatformVersion = '1.0.0'
50+
ext.junitJupiterVersion = "5.0.0"
51+
ext.junitPlatformVersion = "1.0.0"
5252
ext.junitVintageVersion = "4.12.0"
53-
ext.kotlinVersion = '1.1.51'
54-
ext.log4jVersion = '2.9.1'
55-
ext.nettyVersion = "4.1.15.Final"
53+
ext.kotlinVersion = "1.1.51"
54+
ext.log4jVersion = "2.9.1"
55+
ext.nettyVersion = "4.1.16.Final"
5656
ext.reactorVersion = "Bismuth-RELEASE"
57-
ext.rxjavaVersion = '1.3.2'
58-
ext.rxjavaAdapterVersion = '1.2.1'
59-
ext.rxjava2Version = '2.1.4'
57+
ext.rxjavaVersion = "1.3.2"
58+
ext.rxjavaAdapterVersion = "1.2.1"
59+
ext.rxjava2Version = "2.1.4"
6060
ext.slf4jVersion = "1.7.25"
6161
ext.tiles3Version = "3.0.7"
6262
ext.tomcatVersion = "8.5.21"
@@ -268,7 +268,7 @@ configure(rootProject) {
268268

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

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

gradle/wrapper/gradle-wrapper.jar

-5 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.1-bin.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.2-bin.zip

0 commit comments

Comments
 (0)