File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
buildscript {
2
- ext. kotlinVersion = ' 1.3.40 '
2
+ ext. kotlinVersion = ' 1.3.50 '
3
3
repositories {
4
4
maven { url ' https://repo.spring.io/plugins-release' }
5
5
}
37
37
modifiedFiles =
38
38
files(grgit. status(). unstaged. modified). filter{ f -> f. name. endsWith(' .java' ) || f. name. endsWith(' .kt' ) }
39
39
40
- assertjVersion = ' 3.12 .2'
40
+ assertjVersion = ' 3.13 .2'
41
41
assertkVersion = ' 0.19'
42
42
commonsHttpClientVersion = ' 4.5.9'
43
43
googleJsr305Version = ' 3.0.2'
@@ -47,14 +47,14 @@ ext {
47
47
junit4Version = ' 4.12'
48
48
junitJupiterVersion = ' 5.5.1'
49
49
junitPlatformVersion = ' 1.5.1'
50
- log4jVersion = ' 2.12.0 '
50
+ log4jVersion = ' 2.12.1 '
51
51
logbackVersion = ' 1.2.3'
52
52
mockitoVersion = ' 3.0.0'
53
53
rabbitmqVersion = project. hasProperty(' rabbitmqVersion' ) ? project. rabbitmqVersion : ' 5.7.3'
54
54
rabbitmqHttpClientVersion = ' 3.2.0.RELEASE'
55
- reactorVersion = ' 3.3.0.BUILD-SNAPSHOT '
55
+ reactorVersion = ' 3.3.0.RC1 '
56
56
springDataCommonsVersion = ' 2.2.0.BUILD-SNAPSHOT'
57
- springVersion = project. hasProperty(' springVersion' ) ? project. springVersion : ' 5.2.0.BUILD-SNAPSHOT '
57
+ springVersion = project. hasProperty(' springVersion' ) ? project. springVersion : ' 5.2.0.RC2 '
58
58
springRetryVersion = ' 1.2.4.RELEASE'
59
59
}
60
60
@@ -249,7 +249,7 @@ subprojects { subproject ->
249
249
250
250
checkstyle {
251
251
configFile = file(" ${ rootDir} /src/checkstyle/checkstyle.xml" )
252
- toolVersion = " 8.21 "
252
+ toolVersion = " 8.24 "
253
253
}
254
254
255
255
artifacts {
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-5.5.1 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.6.2 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -125,8 +125,8 @@ if $darwin; then
125
125
GRADLE_OPTS=" $GRADLE_OPTS \" -Xdock:name=$APP_NAME \" \" -Xdock:icon=$APP_HOME /media/gradle.icns\" "
126
126
fi
127
127
128
- # For Cygwin, switch paths to Windows format before running java
129
- if $cygwin ; then
128
+ # For Cygwin or MSYS , switch paths to Windows format before running java
129
+ if [ " $cygwin " = " true " -o " $msys " = " true " ] ; then
130
130
APP_HOME=` cygpath --path --mixed " $APP_HOME " `
131
131
CLASSPATH=` cygpath --path --mixed " $CLASSPATH " `
132
132
JAVACMD=` cygpath --unix " $JAVACMD " `
You can’t perform that action at this time.
0 commit comments