Skip to content

Commit 59064f0

Browse files
committed
Upgrade to Undertow 2.0.23 and Apache Johnzon 1.1.12
1 parent 960079e commit 59064f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ ext {
4545
slf4jVersion = "1.7.26" // spring-jcl + consistent 3rd party deps
4646
tiles3Version = "3.0.8"
4747
tomcatVersion = "9.0.22"
48-
undertowVersion = "2.0.22.Final"
48+
undertowVersion = "2.0.23.Final"
4949

5050
gradleScriptDir = "${rootProject.projectDir}/gradle"
5151
withoutJclOverSlf4j = {

spring-web/spring-web.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,5 @@ dependencies {
8383
testRuntime("com.sun.xml.bind:jaxb-core:2.3.0.1")
8484
testRuntime("com.sun.xml.bind:jaxb-impl:2.3.0.1")
8585
testRuntime("javax.json:javax.json-api:1.1.4")
86-
testRuntime("org.apache.johnzon:johnzon-jsonb:1.1.11")
86+
testRuntime("org.apache.johnzon:johnzon-jsonb:1.1.12")
8787
}

0 commit comments

Comments
 (0)