@@ -11,7 +11,7 @@ buildscript {
11
11
}
12
12
13
13
plugins {
14
- id ' org.sonarqube' version ' 2.6.2 '
14
+ id ' org.sonarqube' version ' 2.7 '
15
15
id ' base'
16
16
id ' project-report'
17
17
id ' idea'
@@ -69,22 +69,22 @@ subprojects { subproject ->
69
69
}
70
70
71
71
ext {
72
- assertjVersion = ' 3.11.1 '
72
+ assertjVersion = ' 3.12.2 '
73
73
googleJsr305Version = ' 3.0.2'
74
74
hamcrestVersion = ' 1.3'
75
- hibernateValidationVersion = ' 6.0.14 .Final'
75
+ hibernateValidationVersion = ' 6.0.16 .Final'
76
76
jacksonVersion = ' 2.9.8'
77
77
jaywayJsonPathVersion = ' 2.4.0'
78
78
junit4Version = ' 4.12'
79
- junitJupiterVersion = ' 5.4.0 '
80
- junitPlatformVersion = ' 1.4.0 '
79
+ junitJupiterVersion = ' 5.4.1 '
80
+ junitPlatformVersion = ' 1.4.1 '
81
81
kafkaVersion = ' 2.0.1'
82
82
log4jVersion = ' 2.11.2'
83
- mockitoVersion = ' 2.24.0 '
83
+ mockitoVersion = ' 2.25.1 '
84
84
scalaVersion = ' 2.11'
85
85
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'
88
88
89
89
idPrefix = ' kafka'
90
90
@@ -93,7 +93,7 @@ subprojects { subproject ->
93
93
eclipse. project. natures + = ' org.springframework.ide.eclipse.core.springnature'
94
94
95
95
jacoco {
96
- toolVersion = ' 0.8.1 '
96
+ toolVersion = ' 0.8.2 '
97
97
}
98
98
99
99
// dependencies that are common across all java projects
@@ -131,7 +131,7 @@ subprojects { subproject ->
131
131
132
132
checkstyle {
133
133
configFile = file(" ${ rootDir} /src/checkstyle/checkstyle.xml" )
134
- toolVersion = " 8.17 "
134
+ toolVersion = " 8.18 "
135
135
}
136
136
137
137
jacocoTestReport {
0 commit comments