Skip to content

Commit 608fd76

Browse files
committed
Upgrade to Checkstyle 8.13, Groovy 2.5.3, Aalto XML 1.1.1
1 parent 58b3af9 commit 608fd76

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ext {
3030

3131
aspectjVersion = "1.9.1"
3232
freemarkerVersion = "2.3.28"
33-
groovyVersion = "2.5.2"
33+
groovyVersion = "2.5.3"
3434
hsqldbVersion = "2.4.1"
3535
jackson2Version = "2.9.7"
3636
jettyVersion = "9.4.12.v20180830"
@@ -142,13 +142,12 @@ configure(allprojects) { project ->
142142
}
143143

144144
checkstyle {
145-
toolVersion = "8.10.1"
145+
toolVersion = "8.13"
146146
configDir = rootProject.file("src/checkstyle")
147147
}
148148

149149
repositories {
150150
maven { url "https://repo.spring.io/libs-release" }
151-
maven { url "https://repo.spring.io/libs-snapshot" } // for Reactor
152151
}
153152

154153
dependencies {

spring-web/spring-web.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies {
5050
optional("com.fasterxml.woodstox:woodstox-core:5.1.0") { // woodstox before aalto
5151
exclude group: "stax", module: "stax-api"
5252
}
53-
optional("com.fasterxml:aalto-xml:1.1.0")
53+
optional("com.fasterxml:aalto-xml:1.1.1")
5454
optional("com.fasterxml.jackson.core:jackson-databind:${jackson2Version}")
5555
optional("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:${jackson2Version}")
5656
optional("com.fasterxml.jackson.dataformat:jackson-dataformat-smile:${jackson2Version}")

spring-webflux/spring-webflux.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies {
4141
optional("org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}")
4242
optional("com.google.protobuf:protobuf-java-util:3.6.1")
4343
testCompile("javax.xml.bind:jaxb-api:2.3.0")
44-
testCompile("com.fasterxml:aalto-xml:1.1.0")
44+
testCompile("com.fasterxml:aalto-xml:1.1.1")
4545
testCompile("org.hibernate:hibernate-validator:6.0.13.Final")
4646
testCompile "io.reactivex.rxjava2:rxjava:${rxjava2Version}"
4747
testCompile("io.projectreactor:reactor-test")

0 commit comments

Comments
 (0)