Upgrade to Apache Johnzon 1.1.8 and JCA 1.7.1

This commit is contained in:
Juergen Hoeller
2018-07-03 15:53:49 +02:00
parent f2787cfb35
commit 9efddea5e0
4 changed files with 4 additions and 4 deletions

View File

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