File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -78,15 +78,16 @@ subprojects { subproject ->
7878 ext {
7979 assertjVersion = ' 2.6.0'
8080 hamcrestVersion = ' 1.3'
81- jacksonVersion = ' 2.8.10'
81+ jacksonVersion = ' 2.8.11'
82+ jacksonDataBindVersion = ' 2.8.11.1'
8283 junitVersion = ' 4.12'
8384 kafkaVersion = ' 0.11.0.2'
8485 log4jVersion = ' 1.2.17'
8586 mockitoVersion = ' 1.10.19'
8687 scalaVersion = ' 2.11'
87- slf4jVersion = ' 1.7.22 '
88+ slf4jVersion = ' 1.7.25 '
8889 springRetryVersion = ' 1.2.2.RELEASE'
89- springVersion = ' 4.3.17 .RELEASE'
90+ springVersion = ' 4.3.18 .RELEASE'
9091
9192 idPrefix = ' kafka'
9293
@@ -169,7 +170,7 @@ project ('spring-kafka') {
169170 }
170171
171172 compile (" com.fasterxml.jackson.core:jackson-core:$jacksonVersion " , optional)
172- compile (" com.fasterxml.jackson.core:jackson-databind:$j acksonVersion " , optional)
173+ compile (" com.fasterxml.jackson.core:jackson-databind:$j acksonDataBindVersion " , optional)
173174
174175 testCompile project (" :spring-kafka-test" )
175176 testCompile " org.assertj:assertj-core:$assertjVersion "
You can’t perform that action at this time.
0 commit comments