Upgrade Spring Framework, Data, Micrometer, Reactor, JUnit Versions (#2450)
This commit is contained in:
12
build.gradle
12
build.gradle
@@ -55,21 +55,21 @@ ext {
|
||||
jacksonBomVersion = '2.14.2'
|
||||
jaywayJsonPathVersion = '2.7.0'
|
||||
junit4Version = '4.13.2'
|
||||
junitJupiterVersion = '5.9.1'
|
||||
junitJupiterVersion = '5.9.2'
|
||||
log4jVersion = '2.19.0'
|
||||
logbackVersion = '1.4.4'
|
||||
lz4Version = '1.8.0'
|
||||
micrometerDocsVersion = '1.0.1'
|
||||
micrometerVersion = '1.10.5'
|
||||
micrometerTracingVersion = '1.0.3'
|
||||
micrometerVersion = '1.10.6'
|
||||
micrometerTracingVersion = '1.0.4'
|
||||
mockitoVersion = '4.8.1'
|
||||
rabbitmqStreamVersion = '0.8.0'
|
||||
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.16.0'
|
||||
reactorVersion = '2022.0.5'
|
||||
reactorVersion = '2022.0.6'
|
||||
snappyVersion = '1.1.8.4'
|
||||
springDataVersion = '2022.0.4'
|
||||
springDataVersion = '2022.0.5'
|
||||
springRetryVersion = '2.0.1'
|
||||
springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.0.7'
|
||||
springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.0.8'
|
||||
testcontainersVersion = '1.17.6'
|
||||
zstdJniVersion = '1.5.0-2'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user