File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
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.2"
53
53
ext. kotlinVersion = " 1.2.10"
54
54
ext. log4jVersion = " 2.10.0"
55
- ext. nettyVersion = " 4.1.18 .Final"
55
+ ext. nettyVersion = " 4.1.19 .Final"
56
56
ext. reactorVersion = " Bismuth-SR4"
57
57
ext. rxjavaVersion = " 1.3.4"
58
58
ext. rxjavaAdapterVersion = " 1.2.1"
@@ -274,7 +274,7 @@ configure(rootProject) {
274
274
275
275
task wrapper(type : Wrapper ) {
276
276
description = " Generates gradlew[.bat] scripts"
277
- gradleVersion = ' 4.4'
277
+ gradleVersion = ' 4.4.1 '
278
278
279
279
doLast() {
280
280
def gradleOpts = " -XX:MaxMetaspaceSize=1024m -Xmx1024m"
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
3
zipStoreBase =GRADLE_USER_HOME
4
4
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
You can’t perform that action at this time.
0 commit comments