Upgrade to Tomcat 8.5.37 and Hibernate Validator 6.0.14

Includes WebJars Locator 0.36, OkHttp 3.12.1, Apache Johnzon 1.1.11.
This commit is contained in:
Juergen Hoeller
2019-01-08 18:45:52 +01:00
parent e0283c2edf
commit 0dd87e8339
6 changed files with 11 additions and 11 deletions

View File

@@ -36,7 +36,7 @@ dependencies {
optional("org.eclipse.jetty:jetty-servlet:${jettyVersion}") {
exclude group: "javax.servlet", module: "javax.servlet-api"
}
optional("com.squareup.okhttp3:okhttp:3.12.0")
optional("com.squareup.okhttp3:okhttp:3.12.1")
optional("org.apache.httpcomponents:httpclient:4.5.6") {
exclude group: "commons-logging", module: "commons-logging"
}
@@ -72,7 +72,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.12.0")
testCompile("com.squareup.okhttp3:mockwebserver:3.12.1")
testCompile("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
testCompile("org.skyscreamer:jsonassert:1.5.0")
testCompile("org.xmlunit:xmlunit-matchers:2.5.1")
@@ -80,5 +80,5 @@ dependencies {
testRuntime("com.sun.xml.bind:jaxb-core:2.3.0")
testRuntime("com.sun.xml.bind:jaxb-impl:2.3.0")
testRuntime("javax.json:javax.json-api:1.1.2")
testRuntime("org.apache.johnzon:johnzon-jsonb:1.1.10")
testRuntime("org.apache.johnzon:johnzon-jsonb:1.1.11")
}