File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ buildscript {
3
3
maven { url ' https://repo.spring.io/plugins-release' }
4
4
}
5
5
dependencies {
6
- classpath ' io.spring.gradle:dependency-management-plugin:1.0.2 .RELEASE'
6
+ classpath ' io.spring.gradle:dependency-management-plugin:1.0.3 .RELEASE'
7
7
classpath ' io.spring.gradle:spring-io-plugin:0.0.8.RELEASE'
8
8
classpath ' io.spring.gradle:docbook-reference-plugin:0.3.1'
9
9
classpath ' org.asciidoctor:asciidoctor-gradle-plugin:1.5.0'
@@ -70,18 +70,18 @@ subprojects { subproject ->
70
70
}
71
71
72
72
ext {
73
- assertjVersion = ' 2.6 .0'
73
+ assertjVersion = ' 3.9 .0'
74
74
hamcrestVersion = ' 1.3'
75
- jacksonVersion = ' 2.9.1 '
75
+ jacksonVersion = ' 2.9.4 '
76
76
jaywayJsonPathVersion = ' 2.4.0'
77
77
junitVersion = ' 4.12'
78
78
kafkaVersion = ' 1.0.0'
79
- mockitoVersion = ' 2.11 .0'
79
+ mockitoVersion = ' 2.15 .0'
80
80
scalaVersion = ' 2.11'
81
81
slf4jVersion = ' 1.7.25'
82
82
springRetryVersion = ' 1.2.2.RELEASE'
83
- springVersion = ' 5.0.3 .RELEASE'
84
- springDataCommonsVersion = ' 2.0.3 .RELEASE'
83
+ springVersion = ' 5.0.4 .RELEASE'
84
+ springDataCommonsVersion = ' 2.0.4 .RELEASE'
85
85
86
86
idPrefix = ' kafka'
87
87
@@ -108,7 +108,7 @@ subprojects { subproject ->
108
108
109
109
checkstyle {
110
110
configFile = file(" ${ rootDir} /src/checkstyle/checkstyle.xml" )
111
- toolVersion = " 8.1 "
111
+ toolVersion = " 8.8 "
112
112
}
113
113
114
114
jacocoTestReport {
You can’t perform that action at this time.
0 commit comments