Skip to content

Commit 9ce3dde

Browse files
committed
Upgrade versions; prepare for release
1 parent 30885f5 commit 9ce3dde

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ ext {
4747
googleJsr305Version = '3.0.2'
4848
hamcrestVersion = '2.2'
4949
hibernateValidationVersion = '6.2.3.Final'
50-
jacksonBomVersion = '2.11.4'
50+
jacksonBomVersion = '2.12.6.20220326'
5151
jaywayJsonPathVersion = '2.4.0'
5252
junit4Version = '4.13.2'
5353
junitJupiterVersion = '5.8.2'
@@ -57,10 +57,10 @@ ext {
5757
mockitoVersion = '3.6.28'
5858
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.9.0'
5959
rabbitmqHttpClientVersion = '3.8.0.RELEASE'
60-
reactorVersion = '2020.0.17'
60+
reactorVersion = '2020.0.18'
6161
springDataCommonsVersion = '2.4.15'
62-
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.17'
63-
springRetryVersion = '1.3.2'
62+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.19'
63+
springRetryVersion = '1.3.3'
6464
}
6565

6666
nohttp {

0 commit comments

Comments
 (0)