Upgrade to Undertow 2.0.23 and Apache Johnzon 1.1.12

This commit is contained in:
Juergen Hoeller
2019-07-30 22:27:09 +02:00
parent 960079e5f5
commit 59064f0780
2 changed files with 2 additions and 2 deletions

View File

@@ -83,5 +83,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.4")
testRuntime("org.apache.johnzon:johnzon-jsonb:1.1.11")
testRuntime("org.apache.johnzon:johnzon-jsonb:1.1.12")
}