Skip to content

Commit 0d5495f

Browse files
committed
Upgrade dependencies; prepare for release
1 parent 691b9ab commit 0d5495f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ subprojects { subproject ->
8383
mockitoVersion = '2.24.0'
8484
scalaVersion = '2.12'
8585
springRetryVersion = '1.2.4.RELEASE'
86-
springVersion = '5.2.0.BUILD-SNAPSHOT'
87-
springDataCommonsVersion = '2.2.0.BUILD-SNAPSHOT'
86+
springVersion = '5.2.0.M1'
87+
springDataCommonsVersion = '2.2.0.M3'
8888
reactorVersion = '3.2.6.RELEASE'
8989
reactorKafkaVersion = '1.1.0.RELEASE'
9090

@@ -133,7 +133,7 @@ subprojects { subproject ->
133133

134134
checkstyle {
135135
configFile = file("${rootDir}/src/checkstyle/checkstyle.xml")
136-
toolVersion = "8.18"
136+
toolVersion = "8.19"
137137
}
138138

139139
jacocoTestReport {

0 commit comments

Comments
 (0)