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 8d0bb39 commit 1bb0962Copy full SHA for 1bb0962
build.gradle
@@ -76,15 +76,15 @@ subprojects { subproject ->
76
jacksonVersion = '2.9.9'
77
jaywayJsonPathVersion = '2.4.0'
78
junit4Version = '4.12'
79
- junitJupiterVersion = '5.4.1'
80
- junitPlatformVersion = '1.4.1'
+ junitJupiterVersion = '5.4.2'
+ junitPlatformVersion = '1.4.2'
81
kafkaVersion = '2.0.1'
82
log4jVersion = '2.11.2'
83
mockitoVersion = '2.26.0'
84
scalaVersion = '2.11'
85
- springDataCommonsVersion = '2.1.12.BUILD-SNAPSHOT'
+ springDataCommonsVersion = '2.1.12.RELEASE'
86
springRetryVersion = '1.2.4.RELEASE'
87
- springVersion = '5.1.11.BUILD-SNAPSHOT'
+ springVersion = '5.1.11.RELEASE'
88
89
idPrefix = 'kafka'
90
0 commit comments