Upgrade to HtmlUnit 2.33 and Apache Johnzon 1.1.10

This commit is contained in:
Juergen Hoeller
2018-09-20 11:55:50 +02:00
parent 75627617c9
commit 80e52de231
2 changed files with 2 additions and 2 deletions

View File

@@ -82,5 +82,5 @@ dependencies {
testRuntime("com.sun.xml.bind:jaxb-core:2.3.0.1")
testRuntime("com.sun.xml.bind:jaxb-impl:2.3.0.1")
testRuntime("javax.json:javax.json-api:1.1.2")
testRuntime("org.apache.johnzon:johnzon-jsonb:1.1.9")
testRuntime("org.apache.johnzon:johnzon-jsonb:1.1.10")
}