Skip to content

Commit e2f8346

Browse files
committed
Upgrade dependencies and Gradle plugins
Prepare for release
1 parent 01154a9 commit e2f8346

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
@@ -16,7 +16,7 @@ plugins {
1616
id 'idea'
1717
id "org.sonarqube" version '2.7'
1818
id 'org.asciidoctor.convert' version '1.5.10'
19-
id 'org.ajoberstar.grgit' version '3.0.0'
19+
id 'org.ajoberstar.grgit' version '3.1.1'
2020
}
2121

2222
description = 'Spring Kafka'
@@ -69,23 +69,23 @@ subprojects { subproject ->
6969
}
7070

7171
ext {
72-
assertjVersion = '3.12.0'
72+
assertjVersion = '3.12.2'
7373
googleJsr305Version = '3.0.2'
7474
hamcrestVersion = '1.3'
75-
hibernateValidationVersion = '6.0.14.Final'
75+
hibernateValidationVersion = '6.0.16.Final'
7676
jacksonVersion = '2.9.8'
7777
jaywayJsonPathVersion = '2.4.0'
7878
junit4Version = '4.12'
79-
junitJupiterVersion = '5.4.0'
80-
junitPlatformVersion = '1.4.0'
79+
junitJupiterVersion = '5.4.2'
80+
junitPlatformVersion = '1.4.2'
8181
kafkaVersion = '2.2.0'
8282
log4jVersion = '2.11.2'
83-
mockitoVersion = '2.24.0'
83+
mockitoVersion = '2.26.0'
8484
scalaVersion = '2.12'
8585
springRetryVersion = '1.2.4.RELEASE'
8686
springVersion = '5.2.0.M1'
8787
springDataCommonsVersion = '2.2.0.M3'
88-
reactorVersion = '3.2.6.RELEASE'
88+
reactorVersion = '3.2.8.RELEASE'
8989
reactorKafkaVersion = '1.1.0.RELEASE'
9090

9191
idPrefix = 'kafka'
@@ -95,7 +95,7 @@ subprojects { subproject ->
9595
eclipse.project.natures += 'org.springframework.ide.eclipse.core.springnature'
9696

9797
jacoco {
98-
toolVersion = '0.8.2'
98+
toolVersion = '0.8.3'
9999
}
100100

101101
// dependencies that are common across all java projects

0 commit comments

Comments
 (0)