Upgrade to Checkstyle 8.13, Groovy 2.5.3, Aalto XML 1.1.1

This commit is contained in:
Juergen Hoeller 2018-10-15 00:01:45 +02:00
parent 58b3af9475
commit 608fd766cb
3 changed files with 4 additions and 5 deletions

View File

@ -30,7 +30,7 @@ ext {
aspectjVersion = "1.9.1"
freemarkerVersion = "2.3.28"
groovyVersion = "2.5.2"
groovyVersion = "2.5.3"
hsqldbVersion = "2.4.1"
jackson2Version = "2.9.7"
jettyVersion = "9.4.12.v20180830"
@ -142,13 +142,12 @@ configure(allprojects) { project ->
}
checkstyle {
toolVersion = "8.10.1"
toolVersion = "8.13"
configDir = rootProject.file("src/checkstyle")
}
repositories {
maven { url "https://repo.spring.io/libs-release" }
maven { url "https://repo.spring.io/libs-snapshot" } // for Reactor
}
dependencies {

View File

@ -50,7 +50,7 @@ dependencies {
optional("com.fasterxml.woodstox:woodstox-core:5.1.0") { // woodstox before aalto
exclude group: "stax", module: "stax-api"
}
optional("com.fasterxml:aalto-xml:1.1.0")
optional("com.fasterxml:aalto-xml:1.1.1")
optional("com.fasterxml.jackson.core:jackson-databind:${jackson2Version}")
optional("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:${jackson2Version}")
optional("com.fasterxml.jackson.dataformat:jackson-dataformat-smile:${jackson2Version}")

View File

@ -41,7 +41,7 @@ dependencies {
optional("org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}")
optional("com.google.protobuf:protobuf-java-util:3.6.1")
testCompile("javax.xml.bind:jaxb-api:2.3.0")
testCompile("com.fasterxml:aalto-xml:1.1.0")
testCompile("com.fasterxml:aalto-xml:1.1.1")
testCompile("org.hibernate:hibernate-validator:6.0.13.Final")
testCompile "io.reactivex.rxjava2:rxjava:${rxjava2Version}"
testCompile("io.projectreactor:reactor-test")