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 Dec 9, 2020
1 parent 7819ce4 commit 863a77a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,19 @@ ext {
commonsHttpClientVersion = '4.5.12'
googleJsr305Version = '3.0.2'
hamcrestVersion = '2.2'
jacksonVersion = '2.10.5'
jacksonBomVersion = '2.10.5.20201202'
jaywayJsonPathVersion = '2.4.0'
junit4Version = '4.13.1'
junitJupiterVersion = '5.5.2'
log4jVersion = '2.13.2'
logbackVersion = '1.2.3'
micrometerVersion = '1.3.15'
micrometerVersion = '1.3.16'
mockitoVersion = '3.1.0'
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.7.3'
rabbitmqHttpClientVersion = '3.2.0.RELEASE'
reactorVersion = 'Dysprosium-SR13'
springDataCommonsVersion = '2.2.11.RELEASE'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.10.RELEASE'
reactorVersion = 'Dysprosium-SR15'
springDataCommonsVersion = '2.2.12.RELEASE'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.12.RELEASE'
springRetryVersion = '1.2.5.RELEASE'
}

Expand All @@ -77,7 +77,7 @@ allprojects {
}

imports {
mavenBom "com.fasterxml.jackson:jackson-bom:$jacksonVersion"
mavenBom "com.fasterxml.jackson:jackson-bom:$jacksonBomVersion"
mavenBom "org.junit:junit-bom:$junitJupiterVersion"
mavenBom "org.springframework:spring-framework-bom:$springVersion"
mavenBom "io.projectreactor:reactor-bom:$reactorVersion"
Expand Down

0 comments on commit 863a77a

Please sign in to comment.