Skip to content

Commit 80d741e

Browse files
committed
Upgrade versions; prepare for release
1 parent 46dfe31 commit 80d741e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,21 +46,21 @@ ext {
4646
commonsPoolVersion = '2.9.0'
4747
googleJsr305Version = '3.0.2'
4848
hamcrestVersion = '2.2'
49-
hibernateValidationVersion = '6.2.0.Final'
49+
hibernateValidationVersion = '6.2.3.Final'
5050
jacksonBomVersion = '2.11.4'
5151
jaywayJsonPathVersion = '2.4.0'
5252
junit4Version = '4.13.2'
5353
junitJupiterVersion = '5.8.2'
54-
log4jVersion = '2.17.1'
54+
log4jVersion = '2.17.2'
5555
logbackVersion = '1.2.3'
5656
micrometerVersion = '1.5.17'
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.15'
60+
reactorVersion = '2020.0.17'
6161
springDataCommonsVersion = '2.4.15'
62-
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.15'
63-
springRetryVersion = '1.3.1'
62+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.17'
63+
springRetryVersion = '1.3.2'
6464
}
6565

6666
nohttp {

0 commit comments

Comments
 (0)