Skip to content

Commit 709e03c

Browse files
committed
Upgrade Versions; Prepare for Release
1 parent 2086621 commit 709e03c

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
@@ -55,15 +55,15 @@ ext {
5555
log4jVersion = '2.17.2'
5656
logbackVersion = '1.2.3'
5757
lz4Version = '1.8.0'
58-
micrometerVersion = '1.8.6'
58+
micrometerVersion = '1.8.7'
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.19'
63+
reactorVersion = '2020.0.20'
6464
snappyVersion = '1.1.8.4'
65-
springDataCommonsVersion = '2.6.4'
66-
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.20'
65+
springDataCommonsVersion = '2.6.5'
66+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.21'
6767
springRetryVersion = '1.3.3'
6868
zstdJniVersion = '1.5.0-2'
6969
}

0 commit comments

Comments
 (0)