We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 960079e commit 59064f0Copy full SHA for 59064f0
build.gradle
@@ -45,7 +45,7 @@ ext {
45
slf4jVersion = "1.7.26" // spring-jcl + consistent 3rd party deps
46
tiles3Version = "3.0.8"
47
tomcatVersion = "9.0.22"
48
- undertowVersion = "2.0.22.Final"
+ undertowVersion = "2.0.23.Final"
49
50
gradleScriptDir = "${rootProject.projectDir}/gradle"
51
withoutJclOverSlf4j = {
spring-web/spring-web.gradle
@@ -83,5 +83,5 @@ dependencies {
83
testRuntime("com.sun.xml.bind:jaxb-core:2.3.0.1")
84
testRuntime("com.sun.xml.bind:jaxb-impl:2.3.0.1")
85
testRuntime("javax.json:javax.json-api:1.1.4")
86
- testRuntime("org.apache.johnzon:johnzon-jsonb:1.1.11")
+ testRuntime("org.apache.johnzon:johnzon-jsonb:1.1.12")
87
}
0 commit comments