Skip to content

Commit 09fa5c4

Browse files
committed
Dependencies upgrade
1 parent 1540092 commit 09fa5c4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
maven { url 'https://repo.spring.io/plugins-release' }
44
}
55
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'
77
classpath 'io.spring.gradle:spring-io-plugin:0.0.8.RELEASE'
88
classpath 'io.spring.gradle:docbook-reference-plugin:0.3.1'
99
classpath 'org.asciidoctor:asciidoctor-gradle-plugin:1.5.0'
@@ -70,18 +70,18 @@ subprojects { subproject ->
7070
}
7171

7272
ext {
73-
assertjVersion = '2.6.0'
73+
assertjVersion = '3.9.0'
7474
hamcrestVersion = '1.3'
75-
jacksonVersion = '2.9.1'
75+
jacksonVersion = '2.9.4'
7676
jaywayJsonPathVersion = '2.4.0'
7777
junitVersion = '4.12'
7878
kafkaVersion = '1.0.0'
79-
mockitoVersion = '2.11.0'
79+
mockitoVersion = '2.15.0'
8080
scalaVersion = '2.11'
8181
slf4jVersion = '1.7.25'
8282
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'
8585

8686
idPrefix = 'kafka'
8787

@@ -108,7 +108,7 @@ subprojects { subproject ->
108108

109109
checkstyle {
110110
configFile = file("${rootDir}/src/checkstyle/checkstyle.xml")
111-
toolVersion = "8.1"
111+
toolVersion = "8.8"
112112
}
113113

114114
jacocoTestReport {

0 commit comments

Comments
 (0)