Skip to content

Commit 75ce044

Browse files
committed
Update to Spring Framework 4.3.9
And Jackson 2.8.8 to align with boot.
1 parent 6856b21 commit 75ce044

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,15 @@ subprojects { subproject ->
7878
ext {
7979
assertjVersion = '2.6.0'
8080
hamcrestVersion = '1.3'
81-
jacksonVersion = '2.6.7'
81+
jacksonVersion = '2.8.8'
8282
junitVersion = '4.12'
8383
kafkaVersion = '0.10.1.1'
8484
log4jVersion = '1.2.17'
8585
mockitoVersion = '1.10.19'
8686
scalaVersion = '2.11'
8787
slf4jVersion = '1.7.21'
8888
springRetryVersion = '1.1.3.RELEASE'
89-
springVersion = '4.3.7.RELEASE'
89+
springVersion = '4.3.9.RELEASE'
9090

9191
idPrefix = 'kafka'
9292

0 commit comments

Comments
 (0)