Latest dependency updates (OkHttp 3.9.1, JRuby 9.1.14, Rome 1.9)
This commit is contained in:
@@ -42,7 +42,7 @@ dependencies {
|
||||
exclude group: "javax.servlet", module: "javax.servlet-api"
|
||||
}
|
||||
optional("io.undertow:undertow-core:${undertowVersion}")
|
||||
optional("com.squareup.okhttp3:okhttp:3.9.0")
|
||||
optional("com.squareup.okhttp3:okhttp:3.9.1")
|
||||
optional("org.apache.httpcomponents:httpclient:4.5.3") {
|
||||
exclude group: "commons-logging", module: "commons-logging"
|
||||
}
|
||||
@@ -62,7 +62,7 @@ dependencies {
|
||||
optional("com.google.code.gson:gson:2.8.2")
|
||||
optional("com.google.protobuf:protobuf-java-util:3.5.0")
|
||||
optional("com.googlecode.protobuf-java-format:protobuf-java-format:1.4")
|
||||
optional("com.rometools:rome:1.8.0")
|
||||
optional("com.rometools:rome:1.9.0")
|
||||
optional("com.caucho:hessian:4.0.51")
|
||||
optional("org.codehaus.groovy:groovy-all:${groovyVersion}")
|
||||
optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
|
||||
@@ -78,7 +78,7 @@ dependencies {
|
||||
testCompile("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}")
|
||||
testCompile("org.eclipse.jetty:jetty-server:${jettyVersion}")
|
||||
testCompile("org.eclipse.jetty:jetty-servlet:${jettyVersion}")
|
||||
testCompile("com.squareup.okhttp3:mockwebserver:3.9.0")
|
||||
testCompile("com.squareup.okhttp3:mockwebserver:3.9.1")
|
||||
testCompile("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
|
||||
testCompile("org.skyscreamer:jsonassert:1.5.0")
|
||||
testRuntime("com.sun.mail:javax.mail:1.6.0")
|
||||
|
||||
Reference in New Issue
Block a user