Upgrade to Apache Johnzon 1.1.6

This commit is contained in:
Juergen Hoeller
2018-02-22 11:32:14 +01:00
parent a5cbf5fe24
commit 0939492966

View File

@@ -85,5 +85,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.5")
testRuntime("org.apache.johnzon:johnzon-jsonb:1.1.6")
}