Skip to content

Commit e9d5282

Browse files
committed
Upgrade versions; prepare for release
1 parent da91130 commit e9d5282

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,23 +49,23 @@ ext {
4949
files(grgit.status().unstaged.modified).filter{ f -> f.name.endsWith('.java') || f.name.endsWith('.kt') }
5050
}
5151

52-
assertjVersion = '3.17.2'
52+
assertjVersion = '3.18.1'
5353
googleJsr305Version = '3.0.2'
5454
hamcrestVersion = '2.2'
5555
hibernateValidationVersion = '6.1.6.Final'
56-
jacksonVersion = '2.11.3'
56+
jacksonBomVersion = '2.11.3'
5757
jaywayJsonPathVersion = '2.4.0'
5858
junit4Version = '4.13.1'
5959
junitJupiterVersion = '5.7.0'
6060
kafkaVersion = '2.6.0'
6161
log4jVersion = '2.13.3'
62-
micrometerVersion = '1.5.7'
63-
mockitoVersion = '3.5.13'
64-
reactorVersion = 'Dysprosium-SR13'
62+
micrometerVersion = '1.5.8'
63+
mockitoVersion = '3.6.28'
64+
reactorVersion = 'Dysprosium-SR15'
6565
scalaVersion = '2.13'
66-
springDataCommonsVersion = '2.3.5.RELEASE'
66+
springDataCommonsVersion = '2.3.6.RELEASE'
6767
springRetryVersion = '1.3.0'
68-
springVersion = '5.2.11.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)