Skip to content

Commit

Permalink
Upgrade to Checkstyle 8.13, Groovy 2.5.3, Aalto XML 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoeller committed Oct 14, 2018
1 parent 58b3af9 commit 608fd76
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion spring-web/spring-web.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down
2 changes: 1 addition & 1 deletion spring-webflux/spring-webflux.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 608fd76

Please sign in to comment.