Upgrade Spring, Data, Retry, Reactor, Micrometer (#2525)
- Also Jackson
This commit is contained in:
14
build.gradle
14
build.gradle
@@ -51,7 +51,7 @@ ext {
|
||||
googleJsr305Version = '3.0.2'
|
||||
hamcrestVersion = '2.2'
|
||||
hibernateValidationVersion = '8.0.0.Final'
|
||||
jacksonBomVersion = '2.14.2'
|
||||
jacksonBomVersion = '2.14.3'
|
||||
jaywayJsonPathVersion = '2.7.0'
|
||||
junit4Version = '4.13.2'
|
||||
junitJupiterVersion = '5.9.2'
|
||||
@@ -60,16 +60,16 @@ ext {
|
||||
logbackVersion = '1.4.4'
|
||||
lz4Version = '1.8.0'
|
||||
micrometerDocsVersion = '1.0.2'
|
||||
micrometerVersion = '1.10.10'
|
||||
micrometerTracingVersion = '1.0.9'
|
||||
micrometerVersion = '1.10.11'
|
||||
micrometerTracingVersion = '1.0.10'
|
||||
mockitoVersion = '4.8.1'
|
||||
rabbitmqStreamVersion = '0.8.0'
|
||||
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.16.1'
|
||||
reactorVersion = '2022.0.10'
|
||||
reactorVersion = '2022.0.11'
|
||||
snappyVersion = '1.1.8.4'
|
||||
springDataVersion = '2022.0.8'
|
||||
springRetryVersion = '2.0.2'
|
||||
springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.0.11'
|
||||
springDataVersion = '2022.0.10'
|
||||
springRetryVersion = '2.0.3'
|
||||
springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.0.12'
|
||||
testcontainersVersion = '1.17.6'
|
||||
zstdJniVersion = '1.5.0-2'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user