@@ -50,25 +50,25 @@ ext {
5050 files(grgit. status(). unstaged. modified). filter{ f -> f. name. endsWith(' .java' ) || f. name. endsWith(' .kt' ) }
5151 }
5252
53- assertjVersion = ' 3.18.1 '
53+ assertjVersion = ' 3.19.0 '
5454 awaitilityVersion = ' 4.0.3'
5555 googleJsr305Version = ' 3.0.2'
5656 hamcrestVersion = ' 2.2'
57- hibernateValidationVersion = ' 6.1.6 .Final'
58- jacksonBomVersion = ' 2.12.1 '
57+ hibernateValidationVersion = ' 6.2.0 .Final'
58+ jacksonBomVersion = ' 2.12.3 '
5959 jaywayJsonPathVersion = ' 2.4.0'
60- junit4Version = ' 4.13.1 '
61- junitJupiterVersion = ' 5.7.0 '
60+ junit4Version = ' 4.13.2 '
61+ junitJupiterVersion = ' 5.7.1 '
6262 kafkaVersion = ' 2.7.0'
63- log4jVersion = ' 2.14.0 '
64- micrometerVersion = ' 1.6.5 '
65- mockitoVersion = ' 3.7 .0'
66- reactorVersion = ' 2020.0.5 '
63+ log4jVersion = ' 2.14.1 '
64+ micrometerVersion = ' 1.6.6 '
65+ mockitoVersion = ' 3.9 .0'
66+ reactorVersion = ' 2020.0.6 '
6767 scalaVersion = ' 2.13'
68- springBootVersion = ' 2.4.3 ' // docs module
69- springDataVersion = ' 2021.0.0-M5 '
68+ springBootVersion = ' 2.4.4 ' // docs module
69+ springDataVersion = ' 2021.0.0'
7070 springRetryVersion = ' 1.3.1'
71- springVersion = ' 5.3.5 '
71+ springVersion = ' 5.3.6 '
7272
7373 idPrefix = ' kafka'
7474}
0 commit comments