File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ configure(allprojects) { project ->
50
50
ext. groovyVersion = " 2.4.8"
51
51
ext. gsonVersion = " 2.8.0"
52
52
ext. hamcrestVersion = " 1.3"
53
- ext. hibernate5Version = " 5.2.7 .Final"
53
+ ext. hibernate5Version = " 5.2.8 .Final"
54
54
ext. hibval5Version = " 5.4.0.Final"
55
55
ext. hsqldbVersion = " 2.3.4"
56
56
ext. httpasyncVersion = " 4.1.3"
@@ -1467,7 +1467,7 @@ configure(rootProject) {
1467
1467
1468
1468
task wrapper(type : Wrapper ) {
1469
1469
description = " Generates gradlew[.bat] scripts"
1470
- gradleVersion = ' 3.3 '
1470
+ gradleVersion = ' 3.4 '
1471
1471
1472
1472
doLast() {
1473
1473
def gradleOpts = " -XX:MaxMetaspaceSize=1024m -Xmx1024m"
Original file line number Diff line number Diff line change 1
- # Wed Feb 08 08:27:32 CST 2017
1
+ # Mon Feb 20 21:56:40 CET 2017
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-3.4-rc-2- bin.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-3.4-bin.zip
You can’t perform that action at this time.
0 commit comments