Skip to content

Commit 2d9e92e

Browse files
committed
Upgrade dependencies; prepare for release
1 parent fddbafe commit 2d9e92e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

build.gradle

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
1111
}
1212

1313
plugins {
14-
id 'org.sonarqube' version '2.6.2'
14+
id 'org.sonarqube' version '2.7'
1515
id 'base'
1616
id 'project-report'
1717
id 'idea'
@@ -69,22 +69,22 @@ subprojects { subproject ->
6969
}
7070

7171
ext {
72-
assertjVersion = '3.11.1'
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.1'
80+
junitPlatformVersion = '1.4.1'
8181
kafkaVersion = '2.0.1'
8282
log4jVersion = '2.11.2'
83-
mockitoVersion = '2.24.0'
83+
mockitoVersion = '2.25.1'
8484
scalaVersion = '2.11'
8585
springRetryVersion = '1.2.4.RELEASE'
86-
springVersion = '5.1.5.RELEASE'
87-
springDataCommonsVersion = '2.1.5.RELEASE'
86+
springVersion = '5.1.6.RELEASE'
87+
springDataCommonsVersion = '2.1.6.RELEASE'
8888

8989
idPrefix = 'kafka'
9090

@@ -93,7 +93,7 @@ subprojects { subproject ->
9393
eclipse.project.natures += 'org.springframework.ide.eclipse.core.springnature'
9494

9595
jacoco {
96-
toolVersion = '0.8.1'
96+
toolVersion = '0.8.2'
9797
}
9898

9999
// dependencies that are common across all java projects
@@ -131,7 +131,7 @@ subprojects { subproject ->
131131

132132
checkstyle {
133133
configFile = file("${rootDir}/src/checkstyle/checkstyle.xml")
134-
toolVersion = "8.17"
134+
toolVersion = "8.18"
135135
}
136136

137137
jacocoTestReport {

0 commit comments

Comments
 (0)