Skip to content

Commit 8b69169

Browse files
committed
Upgrade versions; prepare for release
1 parent 5a352d2 commit 8b69169

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
@@ -42,19 +42,19 @@ ext {
4242
googleJsr305Version = '3.0.2'
4343
hamcrestVersion = '2.2'
4444
hibernateValidationVersion = '6.0.21.Final'
45-
jacksonVersion = '2.10.5'
45+
jacksonBomVersion = '2.10.5.20201202'
4646
jaywayJsonPathVersion = '2.4.0'
4747
junit4Version = '4.13.1'
4848
junitJupiterVersion = '5.5.2'
4949
kafkaVersion = '2.3.1'
5050
log4jVersion = '2.12.1'
51-
micrometerVersion = '1.3.15'
51+
micrometerVersion = '1.3.16'
5252
mockitoVersion = '3.1.0'
53-
reactorVersion = 'Dysprosium-SR13'
53+
reactorVersion = 'Dysprosium-SR15'
5454
scalaVersion = '2.12'
5555
springRetryVersion = '1.2.5.RELEASE'
56-
springVersion = '5.2.10.RELEASE'
57-
springDataCommonsVersion = '2.2.11.RELEASE'
56+
springDataCommonsVersion = '2.2.12.RELEASE'
57+
springVersion = '5.2.12.RELEASE'
5858

5959
idPrefix = 'kafka'
6060
}
@@ -79,7 +79,7 @@ allprojects {
7979
}
8080

8181
imports {
82-
mavenBom "com.fasterxml.jackson:jackson-bom:$jacksonVersion"
82+
mavenBom "com.fasterxml.jackson:jackson-bom:$jacksonBomVersion"
8383
mavenBom "org.junit:junit-bom:$junitJupiterVersion"
8484
mavenBom "org.springframework:spring-framework-bom:$springVersion"
8585
mavenBom "io.projectreactor:reactor-bom:$reactorVersion"

0 commit comments

Comments
 (0)