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

@ -45,7 +45,7 @@ ext {
slf4jVersion = "1.7.26" // spring-jcl + consistent 3rd party deps
tiles3Version = "3.0.8"
tomcatVersion = "9.0.22"
undertowVersion = "2.0.22.Final"
undertowVersion = "2.0.23.Final"
gradleScriptDir = "${rootProject.projectDir}/gradle"
withoutJclOverSlf4j = {

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")
}