Skip to content

Commit 8163abd

Browse files
committed
Upgrade versions; prepare for release
1 parent e777a6b commit 8163abd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,19 +51,19 @@ ext {
5151
googleJsr305Version = '3.0.2'
5252
hamcrestVersion = '2.2'
5353
hibernateValidationVersion = '6.0.21.Final'
54-
jacksonVersion = '2.10.5'
54+
jacksonBomVersion = '2.10.5.20201202'
5555
jaywayJsonPathVersion = '2.4.0'
5656
junit4Version = '4.13.1'
5757
junitJupiterVersion = '5.5.2'
5858
kafkaVersion = '2.4.1'
5959
log4jVersion = '2.12.1'
60-
micrometerVersion = '1.3.15'
60+
micrometerVersion = '1.3.16'
6161
mockitoVersion = '3.1.0'
62-
reactorVersion = 'Dysprosium-SR13'
62+
reactorVersion = 'Dysprosium-SR15'
6363
scalaVersion = '2.12'
6464
springRetryVersion = '1.2.5.RELEASE'
65-
springVersion = '5.2.10.RELEASE'
66-
springDataCommonsVersion = '2.2.11.RELEASE'
65+
springDataCommonsVersion = '2.2.12.RELEASE'
66+
springVersion = '5.2.12.RELEASE'
6767

6868
idPrefix = 'kafka'
6969
}
@@ -88,7 +88,7 @@ allprojects {
8888
}
8989

9090
imports {
91-
mavenBom "com.fasterxml.jackson:jackson-bom:$jacksonVersion"
91+
mavenBom "com.fasterxml.jackson:jackson-bom:$jacksonBomVersion"
9292
mavenBom "org.junit:junit-bom:$junitJupiterVersion"
9393
mavenBom "org.springframework:spring-framework-bom:$springVersion"
9494
mavenBom "io.projectreactor:reactor-bom:$reactorVersion"

0 commit comments

Comments
 (0)