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 5a352d2 commit 8b69169
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 @@ -42,19 +42,19 @@ ext {
googleJsr305Version = '3.0.2'
hamcrestVersion = '2.2'
hibernateValidationVersion = '6.0.21.Final'
jacksonVersion = '2.10.5'
jacksonBomVersion = '2.10.5.20201202'
jaywayJsonPathVersion = '2.4.0'
junit4Version = '4.13.1'
junitJupiterVersion = '5.5.2'
kafkaVersion = '2.3.1'
log4jVersion = '2.12.1'
micrometerVersion = '1.3.15'
micrometerVersion = '1.3.16'
mockitoVersion = '3.1.0'
reactorVersion = 'Dysprosium-SR13'
reactorVersion = 'Dysprosium-SR15'
scalaVersion = '2.12'
springRetryVersion = '1.2.5.RELEASE'
springVersion = '5.2.10.RELEASE'
springDataCommonsVersion = '2.2.11.RELEASE'
springDataCommonsVersion = '2.2.12.RELEASE'
springVersion = '5.2.12.RELEASE'

idPrefix = 'kafka'
}
Expand All @@ -79,7 +79,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 8b69169

Please sign in to comment.