Skip to content

Commit 425a999

Browse files
committed
Upgrade to Gradle 4.4.1 (and Netty 4.1.19)
Issue: SPR-16237
1 parent a8cf275 commit 425a999

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.2"
5353
ext.kotlinVersion = "1.2.10"
5454
ext.log4jVersion = "2.10.0"
55-
ext.nettyVersion = "4.1.18.Final"
55+
ext.nettyVersion = "4.1.19.Final"
5656
ext.reactorVersion = "Bismuth-SR4"
5757
ext.rxjavaVersion = "1.3.4"
5858
ext.rxjavaAdapterVersion = "1.2.1"
@@ -274,7 +274,7 @@ configure(rootProject) {
274274

275275
task wrapper(type: Wrapper) {
276276
description = "Generates gradlew[.bat] scripts"
277-
gradleVersion = '4.4'
277+
gradleVersion = '4.4.1'
278278

279279
doLast() {
280280
def gradleOpts = "-XX:MaxMetaspaceSize=1024m -Xmx1024m"

gradle/wrapper/gradle-wrapper.jar

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

0 commit comments

Comments
 (0)