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 6856b21 commit 75ce044Copy full SHA for 75ce044
build.gradle
@@ -78,15 +78,15 @@ subprojects { subproject ->
78
ext {
79
assertjVersion = '2.6.0'
80
hamcrestVersion = '1.3'
81
- jacksonVersion = '2.6.7'
+ jacksonVersion = '2.8.8'
82
junitVersion = '4.12'
83
kafkaVersion = '0.10.1.1'
84
log4jVersion = '1.2.17'
85
mockitoVersion = '1.10.19'
86
scalaVersion = '2.11'
87
slf4jVersion = '1.7.21'
88
springRetryVersion = '1.1.3.RELEASE'
89
- springVersion = '4.3.7.RELEASE'
+ springVersion = '4.3.9.RELEASE'
90
91
idPrefix = 'kafka'
92
0 commit comments