Upgrade Spring, Data, Retry, Reactor, Micrometer (#2526)
This commit is contained in:
12
build.gradle
12
build.gradle
@@ -60,16 +60,16 @@ ext {
|
||||
logbackVersion = '1.4.11'
|
||||
lz4Version = '1.8.0'
|
||||
micrometerDocsVersion = '1.0.2'
|
||||
micrometerVersion = '1.12.0-SNAPSHOT'
|
||||
micrometerTracingVersion = '1.2.0-SNAPSHOT'
|
||||
micrometerVersion = '1.12.0-M3'
|
||||
micrometerTracingVersion = '1.2.0-M3'
|
||||
mockitoVersion = '5.5.0'
|
||||
rabbitmqStreamVersion = '0.12.0'
|
||||
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.18.0'
|
||||
reactorVersion = '2023.0.0-M2'
|
||||
reactorVersion = '2023.0.0-M3'
|
||||
snappyVersion = '1.1.8.4'
|
||||
springDataVersion = '2023.1.0-SNAPSHOT'
|
||||
springRetryVersion = '2.0.2'
|
||||
springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.1.0-SNAPSHOT'
|
||||
springDataVersion = '2023.1.0-M3'
|
||||
springRetryVersion = '2.0.3'
|
||||
springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.1.0-M5'
|
||||
testcontainersVersion = '1.19.0'
|
||||
zstdJniVersion = '1.5.0-2'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user