Skip to content

Commit cf16e3a

Browse files
committed
Upgrade versions; prepare for release
1 parent 02213b4 commit cf16e3a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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.20.1'
54-
awaitilityVersion = '4.1.0'
53+
assertjVersion = '3.21.0'
54+
awaitilityVersion = '4.1.1'
5555
googleJsr305Version = '3.0.2'
5656
hamcrestVersion = '2.2'
5757
hibernateValidationVersion = '6.2.0.Final'
58-
jacksonBomVersion = '2.13.0'
58+
jacksonBomVersion = '2.13.1'
5959
jaywayJsonPathVersion = '2.4.0'
6060
junit4Version = '4.13.2'
61-
junitJupiterVersion = '5.8.1'
61+
junitJupiterVersion = '5.8.2'
6262
kafkaVersion = '3.0.0'
6363
log4jVersion = '2.17.0'
64-
micrometerVersion = '1.8.0'
64+
micrometerVersion = '1.8.1'
6565
mockitoVersion = '4.0.0'
66-
reactorVersion = '2020.0.13'
66+
reactorVersion = '2020.0.14'
6767
scalaVersion = '2.13'
68-
springBootVersion = '2.5.6' // docs module
68+
springBootVersion = '2.5.7' // docs module
6969
springDataVersion = '2021.1.0'
7070
springRetryVersion = '1.3.1'
71-
springVersion = '5.3.13'
71+
springVersion = '5.3.14'
7272
zookeeperVersion = '3.6.3'
7373

7474
idPrefix = 'kafka'

0 commit comments

Comments
 (0)