Upgrade some dependencies
This commit is contained in:
@@ -3,7 +3,7 @@ buildscript {
|
||||
maven { url 'https://repo.spring.io/plugins-release' }
|
||||
}
|
||||
dependencies {
|
||||
classpath 'io.spring.gradle:spring-io-plugin:0.0.4.RELEASE'
|
||||
classpath 'io.spring.gradle:spring-io-plugin:0.0.5.RELEASE'
|
||||
classpath 'io.spring.gradle:docbook-reference-plugin:0.3.1'
|
||||
classpath 'org.asciidoctor:asciidoctor-gradle-plugin:1.5.0'
|
||||
}
|
||||
@@ -78,14 +78,14 @@ subprojects { subproject ->
|
||||
ext {
|
||||
assertjVersion = '3.4.1'
|
||||
hamcrestVersion = '1.3'
|
||||
jacksonVersion = '2.6.5'
|
||||
jacksonVersion = '2.6.7'
|
||||
junitVersion = '4.12'
|
||||
kafkaVersion = '0.9.0.1'
|
||||
log4jVersion = '1.2.17'
|
||||
mockitoVersion = '1.9.5'
|
||||
mockitoVersion = '1.10.19'
|
||||
scalaVersion = '2.11'
|
||||
slf4jVersion = '1.7.21'
|
||||
springRetryVersion = '1.1.2.RELEASE'
|
||||
springRetryVersion = '1.1.3.RELEASE'
|
||||
springVersion = '4.2.6.RELEASE'
|
||||
|
||||
idPrefix = 'kafka'
|
||||
|
||||
Reference in New Issue
Block a user