diff --git a/build.gradle b/build.gradle index 5e58fcf03a8..0a27d61094a 100644 --- a/build.gradle +++ b/build.gradle @@ -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 = { diff --git a/spring-web/spring-web.gradle b/spring-web/spring-web.gradle index 89218d26672..963d1def41c 100644 --- a/spring-web/spring-web.gradle +++ b/spring-web/spring-web.gradle @@ -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") }