Upgrade to Undertow 2.0.23 and Apache Johnzon 1.1.12
This commit is contained in:
parent
960079e5f5
commit
59064f0780
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue