Skip to content

Commit bb9d6ab

Browse files
committed
Upgrade versions; prepare for release
1 parent c2530c5 commit bb9d6ab

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
@@ -48,22 +48,22 @@ ext {
4848
googleJsr305Version = '3.0.2'
4949
hamcrestVersion = '2.2'
5050
hibernateValidationVersion = '6.2.0.Final'
51-
jacksonBomVersion = '2.12.5'
51+
jacksonBomVersion = '2.13.0'
5252
jaywayJsonPathVersion = '2.4.0'
5353
junit4Version = '4.13.2'
5454
junitJupiterVersion = '5.7.2'
5555
log4jVersion = '2.14.1'
5656
logbackVersion = '1.2.3'
5757
lz4Version = '1.8.0'
58-
micrometerVersion = '1.8.0-M3'
58+
micrometerVersion = '1.8.0-RC1'
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.11'
63+
reactorVersion = '2020.0.12'
6464
snappyVersion = '1.1.8.4'
65-
springDataCommonsVersion = '2.6.0-M3'
66-
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.10'
65+
springDataCommonsVersion = '2.6.0-RC1'
66+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.11'
6767
springRetryVersion = '1.3.1'
6868
zstdJniVersion = '1.5.0-2'
6969
}

0 commit comments

Comments
 (0)