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 30
30
31
31
aspectjVersion = "1.9.1"
32
32
freemarkerVersion = "2.3.28"
33
- groovyVersion = "2.5.2 "
33
+ groovyVersion = "2.5.3 "
34
34
hsqldbVersion = "2.4.1"
35
35
jackson2Version = "2.9.7"
36
36
jettyVersion = "9.4.12.v20180830"
@@ -142,13 +142,12 @@ configure(allprojects) { project ->
142
142
}
143
143
144
144
checkstyle {
145
- toolVersion = "8.10.1 "
145
+ toolVersion = "8.13 "
146
146
configDir = rootProject.file("src/checkstyle")
147
147
}
148
148
149
149
repositories {
150
150
maven { url "https://repo.spring.io/libs-release" }
151
- maven { url "https://repo.spring.io/libs-snapshot" } // for Reactor
152
151
}
153
152
154
153
dependencies {
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ dependencies {
50
50
optional("com.fasterxml.woodstox:woodstox-core:5.1.0") { // woodstox before aalto
51
51
exclude group: "stax", module: "stax-api"
52
52
}
53
- optional("com.fasterxml:aalto-xml:1.1.0 ")
53
+ optional("com.fasterxml:aalto-xml:1.1.1 ")
54
54
optional("com.fasterxml.jackson.core:jackson-databind:${jackson2Version}")
55
55
optional("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:${jackson2Version}")
56
56
optional("com.fasterxml.jackson.dataformat:jackson-dataformat-smile:${jackson2Version}")
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ dependencies {
41
41
optional("org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}")
42
42
optional("com.google.protobuf:protobuf-java-util:3.6.1")
43
43
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 ")
45
45
testCompile("org.hibernate:hibernate-validator:6.0.13.Final")
46
46
testCompile "io.reactivex.rxjava2:rxjava:${rxjava2Version}"
47
47
testCompile("io.projectreactor:reactor-test")
You can’t perform that action at this time.
0 commit comments