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 Nov 21, 2022
1 parent ce78ad3 commit 2351e65
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions build.gradle
Expand Up @@ -51,7 +51,7 @@ ext {
commonsPoolVersion = '2.11.1'
googleJsr305Version = '3.0.2'
hamcrestVersion = '2.2'
hibernateValidationVersion = '7.0.5.Final'
hibernateValidationVersion = '8.0.0.Final'
jacksonBomVersion = '2.14.0'
jaywayJsonPathVersion = '2.7.0'
junit4Version = '4.13.2'
Expand All @@ -60,17 +60,17 @@ ext {
logbackVersion = '1.4.4'
lz4Version = '1.8.0'
micrometerDocsVersion = '1.0.0'
micrometerVersion = '1.10.0'
micrometerVersion = '1.10.1'
micrometerTracingVersion = '1.0.0'
mockitoVersion = '4.8.0'
mockitoVersion = '4.8.1'
rabbitmqStreamVersion = '0.8.0'
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.16.0'
reactorVersion = '2022.0.0-RC1'
reactorVersion = '2022.0.0'
snappyVersion = '1.1.8.4'
springDataVersion = '2022.0.0-RC1'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.0.0-RC1'
springRetryVersion = '2.0.0-RC1'
testContainersVersion = '1.17.5'
springDataVersion = '2022.0.0'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.0.0'
springRetryVersion = '2.0.0'
testContainersVersion = '1.17.6'
zstdJniVersion = '1.5.0-2'

javaProjects = subprojects - project(':spring-amqp-bom')
Expand Down

0 comments on commit 2351e65

Please sign in to comment.