We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 691b9ab commit 0d5495fCopy full SHA for 0d5495f
build.gradle
@@ -83,8 +83,8 @@ subprojects { subproject ->
83
mockitoVersion = '2.24.0'
84
scalaVersion = '2.12'
85
springRetryVersion = '1.2.4.RELEASE'
86
- springVersion = '5.2.0.BUILD-SNAPSHOT'
87
- springDataCommonsVersion = '2.2.0.BUILD-SNAPSHOT'
+ springVersion = '5.2.0.M1'
+ springDataCommonsVersion = '2.2.0.M3'
88
reactorVersion = '3.2.6.RELEASE'
89
reactorKafkaVersion = '1.1.0.RELEASE'
90
@@ -133,7 +133,7 @@ subprojects { subproject ->
133
134
checkstyle {
135
configFile = file("${rootDir}/src/checkstyle/checkstyle.xml")
136
- toolVersion = "8.18"
+ toolVersion = "8.19"
137
}
138
139
jacocoTestReport {
0 commit comments