File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed
spring-kafka/src/main/java/org/springframework/kafka/support Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -55,20 +55,20 @@ ext {
5555 googleJsr305Version = ' 3.0.2'
5656 hamcrestVersion = ' 2.2'
5757 hibernateValidationVersion = ' 6.2.0.Final'
58- jacksonBomVersion = ' 2.12.5 '
58+ jacksonBomVersion = ' 2.13.0 '
5959 jaywayJsonPathVersion = ' 2.4.0'
6060 junit4Version = ' 4.13.2'
61- junitJupiterVersion = ' 5.7.2 '
61+ junitJupiterVersion = ' 5.8.1 '
6262 kafkaVersion = ' 3.0.0'
6363 log4jVersion = ' 2.14.1'
64- micrometerVersion = ' 1.8.0-RC1 '
65- mockitoVersion = ' 3.11.2 '
66- reactorVersion = ' 2020.0.12 '
64+ micrometerVersion = ' 1.8.0'
65+ mockitoVersion = ' 4.0.0 '
66+ reactorVersion = ' 2020.0.13 '
6767 scalaVersion = ' 2.13'
68- springBootVersion = ' 2.5.5 ' // docs module
69- springDataVersion = ' 2021.1.0-RC1 '
68+ springBootVersion = ' 2.5.6 ' // docs module
69+ springDataVersion = ' 2021.1.0'
7070 springRetryVersion = ' 1.3.1'
71- springVersion = ' 5.3.11 '
71+ springVersion = ' 5.3.13 '
7272 zookeeperVersion = ' 3.6.3'
7373
7474 idPrefix = ' kafka'
Original file line number Diff line number Diff line change @@ -118,6 +118,7 @@ private static final class JodaModuleProvider {
118118
119119 private static final class KotlinModuleProvider {
120120
121+ @ SuppressWarnings ("deprecation" )
121122 static final com .fasterxml .jackson .databind .Module MODULE =
122123 new com .fasterxml .jackson .module .kotlin .KotlinModule ();
123124
You can’t perform that action at this time.
0 commit comments