Skip to content

Commit f6880db

Browse files
committed
Upgrade versions; prepare for release
1 parent 0c5346c commit f6880db

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
@@ -52,20 +52,20 @@ ext {
5252
googleJsr305Version = '3.0.2'
5353
hamcrestVersion = '2.2'
5454
hibernateValidationVersion = '6.1.6.Final'
55-
jacksonVersion = '2.11.3'
55+
jacksonBomVersion = '2.11.3'
5656
jaywayJsonPathVersion = '2.4.0'
5757
junit4Version = '4.13.1'
5858
junitJupiterVersion = '5.6.3'
5959
kafkaVersion = '2.5.1'
6060
log4jVersion = '2.13.3'
61-
micrometerVersion = '1.5.5'
61+
micrometerVersion = '1.5.8'
6262
mockitoVersion = '3.3.3'
63-
reactorVersion = 'Dysprosium-SR13'
63+
reactorVersion = 'Dysprosium-SR15'
6464
scalaVersion = '2.12'
6565
scalaLibVersion = '2.12.11'
66-
springDataCommonsVersion = '2.3.5.RELEASE'
66+
springDataCommonsVersion = '2.3.6.RELEASE'
6767
springRetryVersion = '1.2.5.RELEASE'
68-
springVersion = '5.2.10.RELEASE'
68+
springVersion = '5.2.12.RELEASE'
6969

7070
idPrefix = 'kafka'
7171
}
@@ -90,7 +90,7 @@ allprojects {
9090
}
9191

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

0 commit comments

Comments
 (0)