Upgrade to Apache Johnzon 1.1.4

This commit is contained in:
Juergen Hoeller
2017-10-10 20:35:47 +02:00
parent 6ef7dd4d5e
commit 0d3fa4eb70

View File

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