Skip to content

Commit e4ea880

Browse files
committed
Upgrade versions; prepare for release
1 parent d8aafda commit e4ea880

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
@@ -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.6.0'
5353
junit4Version = '4.13.2'
5454
junitJupiterVersion = '5.8.2'
5555
log4jVersion = '2.17.1'
5656
logbackVersion = '1.2.3'
5757
lz4Version = '1.8.0'
58-
micrometerVersion = '2.0.0-SNAPSHOT'
59-
mockitoVersion = '3.11.2'
58+
micrometerVersion = '2.0.0-M3'
59+
mockitoVersion = '4.0.0'
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'
65-
springDataCommonsVersion = '3.0.0-M1'
66-
springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.0.0-M2'
67-
springRetryVersion = '1.3.1'
65+
springDataCommonsVersion = '3.0.0-M2'
66+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.0.0-M3'
67+
springRetryVersion = '1.3.2'
6868
zstdJniVersion = '1.5.0-2'
6969
}
7070

0 commit comments

Comments
 (0)