Upgrade Micrometer, Reactor, Spring Versions (#2433)
Framework, Data, Retry
This commit is contained in:
12
build.gradle
12
build.gradle
@@ -60,16 +60,16 @@ ext {
|
||||
logbackVersion = '1.4.4'
|
||||
lz4Version = '1.8.0'
|
||||
micrometerDocsVersion = '1.0.1'
|
||||
micrometerVersion = '1.10.4'
|
||||
micrometerTracingVersion = '1.0.2'
|
||||
micrometerVersion = '1.10.5'
|
||||
micrometerTracingVersion = '1.0.3'
|
||||
mockitoVersion = '4.8.1'
|
||||
rabbitmqStreamVersion = '0.8.0'
|
||||
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.16.0'
|
||||
reactorVersion = '2022.0.3'
|
||||
reactorVersion = '2022.0.5'
|
||||
snappyVersion = '1.1.8.4'
|
||||
springDataVersion = '2022.0.2'
|
||||
springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.0.7-SNAPSHOT'
|
||||
springRetryVersion = '2.0.0'
|
||||
springDataVersion = '2022.0.4'
|
||||
springRetryVersion = '2.0.1'
|
||||
springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.0.7'
|
||||
testcontainersVersion = '1.17.6'
|
||||
zstdJniVersion = '1.5.0-2'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user