File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ allprojects {
14
14
}
15
15
16
16
ext {
17
- vertxVersion = ' 3.5.0 '
17
+ vertxVersion = ' 3.5.4 '
18
18
commitTimestamp = {
19
19
return " git log -1 --pretty=format:%cd --date=format:%Y%m%d%H%M%S" . execute(). text. trim()
20
20
}
@@ -82,5 +82,5 @@ configure(subprojects - project(':microtrader-common')) {
82
82
}
83
83
84
84
task wrapper (type : Wrapper ) {
85
- gradleVersion = ' 4.2'
85
+ gradleVersion = ' 4.10. 2'
86
86
}
Original file line number Diff line number Diff line change 1
- distributionUrl =https\://services.gradle.org/distributions/gradle-4.3.1-bin.zip
2
1
distributionBase =GRADLE_USER_HOME
3
2
distributionPath =wrapper/dists
4
- zipStorePath =wrapper/dists
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.10.2-bin.zip
5
4
zipStoreBase =GRADLE_USER_HOME
5
+ zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 17
17
"mocha-jenkins-reporter" : " 0.1.9" ,
18
18
"superagent" : " 3.7.0" ,
19
19
"superagent-promise" : " 1.1.0" ,
20
- "vertx3-eventbus-client" : " 3.5.0 " ,
20
+ "vertx3-eventbus-client" : " 3.5.4 " ,
21
21
"wait-until" : " 0.0.2"
22
22
}
23
23
}
You can’t perform that action at this time.
0 commit comments