Upgrade to Checkstyle 8.13, Groovy 2.5.3, Aalto XML 1.1.1
This commit is contained in:
parent
58b3af9475
commit
608fd766cb
|
|
@ -30,7 +30,7 @@ ext {
|
||||||
|
|
||||||
aspectjVersion = "1.9.1"
|
aspectjVersion = "1.9.1"
|
||||||
freemarkerVersion = "2.3.28"
|
freemarkerVersion = "2.3.28"
|
||||||
groovyVersion = "2.5.2"
|
groovyVersion = "2.5.3"
|
||||||
hsqldbVersion = "2.4.1"
|
hsqldbVersion = "2.4.1"
|
||||||
jackson2Version = "2.9.7"
|
jackson2Version = "2.9.7"
|
||||||
jettyVersion = "9.4.12.v20180830"
|
jettyVersion = "9.4.12.v20180830"
|
||||||
|
|
@ -142,13 +142,12 @@ configure(allprojects) { project ->
|
||||||
}
|
}
|
||||||
|
|
||||||
checkstyle {
|
checkstyle {
|
||||||
toolVersion = "8.10.1"
|
toolVersion = "8.13"
|
||||||
configDir = rootProject.file("src/checkstyle")
|
configDir = rootProject.file("src/checkstyle")
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
maven { url "https://repo.spring.io/libs-release" }
|
maven { url "https://repo.spring.io/libs-release" }
|
||||||
maven { url "https://repo.spring.io/libs-snapshot" } // for Reactor
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,7 @@ dependencies {
|
||||||
optional("com.fasterxml.woodstox:woodstox-core:5.1.0") { // woodstox before aalto
|
optional("com.fasterxml.woodstox:woodstox-core:5.1.0") { // woodstox before aalto
|
||||||
exclude group: "stax", module: "stax-api"
|
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.core:jackson-databind:${jackson2Version}")
|
||||||
optional("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:${jackson2Version}")
|
optional("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:${jackson2Version}")
|
||||||
optional("com.fasterxml.jackson.dataformat:jackson-dataformat-smile:${jackson2Version}")
|
optional("com.fasterxml.jackson.dataformat:jackson-dataformat-smile:${jackson2Version}")
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,7 @@ dependencies {
|
||||||
optional("org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}")
|
optional("org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}")
|
||||||
optional("com.google.protobuf:protobuf-java-util:3.6.1")
|
optional("com.google.protobuf:protobuf-java-util:3.6.1")
|
||||||
testCompile("javax.xml.bind:jaxb-api:2.3.0")
|
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("org.hibernate:hibernate-validator:6.0.13.Final")
|
||||||
testCompile "io.reactivex.rxjava2:rxjava:${rxjava2Version}"
|
testCompile "io.reactivex.rxjava2:rxjava:${rxjava2Version}"
|
||||||
testCompile("io.projectreactor:reactor-test")
|
testCompile("io.projectreactor:reactor-test")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue