Skip to content

Commit 00745a8

Browse files
committed
Upgrade versions; prepare for release
1 parent a4f014d commit 00745a8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,19 @@ ext {
3939
modifiedFiles =
4040
files(grgit.status().unstaged.modified).filter{ f -> f.name.endsWith('.java') || f.name.endsWith('.kt') }
4141

42-
assertjVersion = '3.20.2'
42+
assertjVersion = '3.21.0'
4343
assertkVersion = '0.24'
44-
awaitilityVersion = '4.1.0'
44+
awaitilityVersion = '4.1.1'
4545
commonsCompressVersion = '1.20'
4646
commonsHttpClientVersion = '4.5.13'
4747
commonsPoolVersion = '2.11.1'
4848
googleJsr305Version = '3.0.2'
4949
hamcrestVersion = '2.2'
5050
hibernateValidationVersion = '6.2.0.Final'
51-
jacksonBomVersion = '2.13.0'
51+
jacksonBomVersion = '2.13.1'
5252
jaywayJsonPathVersion = '2.4.0'
5353
junit4Version = '4.13.2'
54-
junitJupiterVersion = '5.7.2'
54+
junitJupiterVersion = '5.8.2'
5555
log4jVersion = '2.17.0'
5656
logbackVersion = '1.2.3'
5757
lz4Version = '1.8.0'
@@ -60,10 +60,10 @@ ext {
6060
rabbitmqStreamVersion = '0.4.0'
6161
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.13.1'
6262
rabbitmqHttpClientVersion = '3.12.1'
63-
reactorVersion = '2020.0.13'
63+
reactorVersion = '2020.0.14'
6464
snappyVersion = '1.1.8.4'
6565
springDataCommonsVersion = '2.6.0'
66-
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.13'
66+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.14'
6767
springRetryVersion = '1.3.1'
6868
zstdJniVersion = '1.5.0-2'
6969
}

0 commit comments

Comments
 (0)