Skip to content

Commit

Permalink
Upgrade Versions; Prepare for Release
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell committed Oct 17, 2022
1 parent 6e23963 commit ea0daee
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,25 +48,25 @@ ext {
commonsPoolVersion = '2.11.1'
googleJsr305Version = '3.0.2'
hamcrestVersion = '2.2'
hibernateValidationVersion = '7.0.4.Final'
jacksonBomVersion = '2.13.4'
jaywayJsonPathVersion = '2.6.0'
hibernateValidationVersion = '7.0.5.Final'
jacksonBomVersion = '2.13.4.20221013'
jaywayJsonPathVersion = '2.7.0'
junit4Version = '4.13.2'
junitJupiterVersion = '5.9.0'
log4jVersion = '2.18.0'
logbackVersion = '1.2.3'
junitJupiterVersion = '5.9.1'
log4jVersion = '2.19.0'
logbackVersion = '1.4.4'
lz4Version = '1.8.0'
micrometerDocsVersion = '1.0.0-SNAPSHOT'
micrometerVersion = '1.10.0-SNAPSHOT'
micrometerTracingVersion = '1.0.0-SNAPSHOT'
micrometerDocsVersion = '1.0.0-RC1'
micrometerVersion = '1.10.0-RC1'
micrometerTracingVersion = '1.0.0-RC1'
mockitoVersion = '4.8.0'
rabbitmqStreamVersion = '0.8.0'
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.16.0'
reactorVersion = '2022.0.0-SNAPSHOT'
reactorVersion = '2022.0.0-RC1'
snappyVersion = '1.1.8.4'
springDataVersion = '2022.0.0-SNAPSHOT'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.0.0-SNAPSHOT'
springRetryVersion = '2.0.0-SNAPSHOT'
springDataVersion = '2022.0.0-RC1'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.0.0-RC1'
springRetryVersion = '2.0.0-RC1'
testContainersVersion = '1.17.3'
zstdJniVersion = '1.5.0-2'
}
Expand Down

0 comments on commit ea0daee

Please sign in to comment.