File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 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 {
Original file line number Diff line number Diff 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} " )
Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments