From 1efbfdb3d34ec49a45871598b6abf3ffff0b0498 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 10 Oct 2022 09:33:16 +0200 Subject: [PATCH 1/4] Upgrade to Ehcache3 3.9.10 Closes gh-32648 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index df548783f0..150b3201f6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -272,7 +272,7 @@ bom { ] } } - library("Ehcache3", "3.9.9") { + library("Ehcache3", "3.9.10") { group("org.ehcache") { modules = [ "ehcache", From 19c3078623af9cab0e01b9e1b7e7859288f1af6e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 10 Oct 2022 09:33:19 +0200 Subject: [PATCH 2/4] Upgrade to Hibernate 5.6.12.Final Closes gh-32649 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 150b3201f6..c39266e181 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -426,7 +426,7 @@ bom { ] } } - library("Hibernate", "5.6.11.Final") { + library("Hibernate", "5.6.12.Final") { prohibit("[6.0.0.Alpha2,)") { because "it uses the jakarta.* namespace" } From e5cbc9cfe0d7b3cc04dac1a3d7b675aeb751d58d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 10 Oct 2022 09:33:21 +0200 Subject: [PATCH 3/4] Upgrade to Tomcat 9.0.68 Closes gh-32650 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index faa7df26f6..1e1a277202 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,6 +5,6 @@ org.gradle.parallel=true org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8 kotlinVersion=1.6.21 -tomcatVersion=9.0.65 +tomcatVersion=9.0.68 kotlin.stdlib.default.dependency=false From ac9b869cfd71c38ba9420f5042ed5892ec71cc83 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 10 Oct 2022 09:33:24 +0200 Subject: [PATCH 4/4] Upgrade to Undertow 2.2.20.Final Closes gh-32651 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index c39266e181..19f2fb0986 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1872,7 +1872,7 @@ bom { ] } } - library("Undertow", "2.2.19.Final") { + library("Undertow", "2.2.20.Final") { group("io.undertow") { modules = [ "undertow-core",