Upgrade to Apache Johnzon 1.1.3

Issue: SPR-15590
This commit is contained in:
Juergen Hoeller
2017-09-02 00:28:41 +02:00
parent bff54788e8
commit f0198f3756

View File

@@ -88,5 +88,5 @@ dependencies {
testRuntime("com.sun.xml.bind:jaxb-core:${jaxbVersion}")
testRuntime("com.sun.xml.bind:jaxb-impl:${jaxbVersion}")
testRuntime("javax.json:javax.json-api:1.1")
testRuntime("org.apache.johnzon:johnzon-jsonb:1.1.2")
testRuntime("org.apache.johnzon:johnzon-jsonb:1.1.3")
}