@@ -52,15 +52,15 @@ dependencies {
52
52
}
53
53
optional(" commons-fileupload:commons-fileupload:1.3.3" )
54
54
optional(" org.synchronoss.cloud:nio-multipart-parser:1.1.0" )
55
- optional(" com.fasterxml.woodstox:woodstox-core:5.0.3 " ) { // woodstox before aalto
55
+ optional(" com.fasterxml.woodstox:woodstox-core:5.1.0 " ) { // woodstox before aalto
56
56
exclude group : " stax" , module : " stax-api"
57
57
}
58
58
optional(" com.fasterxml:aalto-xml:1.0.0" )
59
59
optional(" com.fasterxml.jackson.core:jackson-databind:${ jackson2Version} " )
60
60
optional(" com.fasterxml.jackson.dataformat:jackson-dataformat-xml:${ jackson2Version} " )
61
61
optional(" com.fasterxml.jackson.dataformat:jackson-dataformat-smile:${ jackson2Version} " )
62
62
optional(" com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:${ jackson2Version} " )
63
- optional(" com.google.code.gson:gson:2.8.4 " )
63
+ optional(" com.google.code.gson:gson:2.8.5 " )
64
64
optional(" com.google.protobuf:protobuf-java-util:3.5.1" )
65
65
optional(" com.googlecode.protobuf-java-format:protobuf-java-format:1.4" )
66
66
optional(" com.rometools:rome:1.9.0" )
@@ -82,7 +82,7 @@ dependencies {
82
82
testCompile(" com.squareup.okhttp3:mockwebserver:3.10.0" )
83
83
testCompile(" org.jetbrains.kotlin:kotlin-reflect:${ kotlinVersion} " )
84
84
testCompile(" org.skyscreamer:jsonassert:1.5.0" )
85
- testCompile(" org.xmlunit:xmlunit-matchers:2.5.1 " )
85
+ testCompile(" org.xmlunit:xmlunit-matchers:2.6.0 " )
86
86
testRuntime(" com.sun.mail:javax.mail:1.6.1" )
87
87
testRuntime(" com.sun.xml.bind:jaxb-core:2.3.0" )
88
88
testRuntime(" com.sun.xml.bind:jaxb-impl:2.3.0" )
0 commit comments