Skip to content

Commit 1bb0962

Browse files
committed
Upgrade Spring dependencies
1 parent 8d0bb39 commit 1bb0962

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,15 @@ subprojects { subproject ->
7676
jacksonVersion = '2.9.9'
7777
jaywayJsonPathVersion = '2.4.0'
7878
junit4Version = '4.12'
79-
junitJupiterVersion = '5.4.1'
80-
junitPlatformVersion = '1.4.1'
79+
junitJupiterVersion = '5.4.2'
80+
junitPlatformVersion = '1.4.2'
8181
kafkaVersion = '2.0.1'
8282
log4jVersion = '2.11.2'
8383
mockitoVersion = '2.26.0'
8484
scalaVersion = '2.11'
85-
springDataCommonsVersion = '2.1.12.BUILD-SNAPSHOT'
85+
springDataCommonsVersion = '2.1.12.RELEASE'
8686
springRetryVersion = '1.2.4.RELEASE'
87-
springVersion = '5.1.11.BUILD-SNAPSHOT'
87+
springVersion = '5.1.11.RELEASE'
8888

8989
idPrefix = 'kafka'
9090

0 commit comments

Comments
 (0)