Upgrade to JAXB 2.3.1, Groovy 2.5.4, Jetty 9.4.14, Tomcat 9.0.13

Includes JAX-WS 2.3.1, Awaitility 3.1.3, OkHttp 3.12, Woodstox 5.2.
This commit is contained in:
Juergen Hoeller
2018-11-19 12:41:26 +01:00
parent afa38f5f97
commit ce5c65c0b0
10 changed files with 22 additions and 22 deletions

View File

@@ -13,5 +13,5 @@ dependencies {
optional("javax.servlet:javax.servlet-api:3.1.0")
testCompile("org.aspectj:aspectjweaver:${aspectjVersion}")
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")
testRuntime("javax.xml.bind:jaxb-api:2.3.0")
testRuntime("javax.xml.bind:jaxb-api:2.3.1")
}