Skip to content

Commit a773a78

Browse files
committed
Upgrade versions; prepare for release
1 parent 6df5edd commit a773a78

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,24 +47,24 @@ ext {
4747
commonsPoolVersion = '2.11.1'
4848
googleJsr305Version = '3.0.2'
4949
hamcrestVersion = '2.2'
50-
hibernateValidationVersion = '6.2.0.Final'
51-
jacksonBomVersion = '2.13.1'
50+
hibernateValidationVersion = '6.2.3.Final'
51+
jacksonBomVersion = '2.13.2'
5252
jaywayJsonPathVersion = '2.4.0'
5353
junit4Version = '4.13.2'
5454
junitJupiterVersion = '5.8.2'
55-
log4jVersion = '2.17.1'
55+
log4jVersion = '2.17.2'
5656
logbackVersion = '1.2.3'
5757
lz4Version = '1.8.0'
58-
micrometerVersion = '1.8.2'
58+
micrometerVersion = '1.8.4'
5959
mockitoVersion = '3.11.2'
6060
rabbitmqStreamVersion = '0.4.0'
6161
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.13.1'
6262
rabbitmqHttpClientVersion = '3.12.1'
63-
reactorVersion = '2020.0.15'
63+
reactorVersion = '2020.0.17'
6464
snappyVersion = '1.1.8.4'
6565
springDataCommonsVersion = '2.6.1'
66-
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.15'
67-
springRetryVersion = '1.3.1'
66+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.17'
67+
springRetryVersion = '1.3.2'
6868
zstdJniVersion = '1.5.0-2'
6969
}
7070

0 commit comments

Comments
 (0)