From bdc80ec48423a1bd63e9f38edc62d4a985fc9a0d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Nov 2022 16:03:04 +0100 Subject: [PATCH 1/9] Upgrade to Hibernate 5.6.14.Final Closes gh-33157 --- 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 872c5bbe6f1c..fbad88007376 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.12.Final") { + library("Hibernate", "5.6.14.Final") { prohibit("[6.0.0.Alpha2,)") { because "it uses the jakarta.* namespace" } From 83ec78b2af683840403ac327740255e558267738 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Nov 2022 16:03:07 +0100 Subject: [PATCH 2/9] Upgrade to HttpCore5 5.1.5 Closes gh-33158 --- 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 fbad88007376..d841ae757e6f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -530,7 +530,7 @@ bom { ] } } - library("HttpCore5", "5.1.4") { + library("HttpCore5", "5.1.5") { group("org.apache.httpcomponents.core5") { modules = [ "httpcore5", From c1e105ffea36d214d1e2a08a144cf503ac3aeee4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Nov 2022 16:03:10 +0100 Subject: [PATCH 3/9] Upgrade to Jaybird 4.0.7.java8 Closes gh-33159 --- 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 d841ae757e6f..3ad65cd9e5fa 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -846,7 +846,7 @@ bom { ] } } - library("Jaybird", "4.0.6.java8") { + library("Jaybird", "4.0.7.java8") { group("org.firebirdsql.jdbc") { modules = [ "jaybird", From d8867e7c2ea8ff1a431ee22e4beb2b07a5bdf758 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Nov 2022 16:03:12 +0100 Subject: [PATCH 4/9] Upgrade to MariaDB 2.7.7 Closes gh-33160 --- 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 3ad65cd9e5fa..593b8cf141bb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1120,7 +1120,7 @@ bom { ] } } - library("MariaDB", "2.7.6") { + library("MariaDB", "2.7.7") { group("org.mariadb.jdbc") { modules = [ "mariadb-java-client" From 925cd10d9dbc328f9cd6e6c56347324697e9316a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Nov 2022 16:03:15 +0100 Subject: [PATCH 5/9] Upgrade to Netty 4.1.85.Final Closes gh-33161 --- 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 593b8cf141bb..dc68a5ba1ef7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1329,7 +1329,7 @@ bom { ] } } - library("Netty", "4.1.84.Final") { + library("Netty", "4.1.85.Final") { group("io.netty") { imports = [ "netty-bom" From cd7f6d049e204b86f54f54927fb023cba6ad6f3b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Nov 2022 16:03:18 +0100 Subject: [PATCH 6/9] Upgrade to Spring Security 5.6.9 Closes gh-33162 --- 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 dc68a5ba1ef7..c3a4cdd1bc92 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1777,7 +1777,7 @@ bom { ] } } - library("Spring Security", "5.6.8") { + library("Spring Security", "5.6.9") { group("org.springframework.security") { imports = [ "spring-security-bom" From 7885387d243cd80e1bc846b792c05a369a4568e0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Nov 2022 16:03:21 +0100 Subject: [PATCH 7/9] Upgrade to Spring WS 3.1.4 Closes gh-33163 --- 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 c3a4cdd1bc92..1accea52d3b1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1791,7 +1791,7 @@ bom { ] } } - library("Spring WS", "3.1.3") { + library("Spring WS", "3.1.4") { group("org.springframework.ws") { modules = [ "spring-ws-core", From 80255acb7b06126ddc583f4248f6070ee4a26c1f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Nov 2022 16:03:23 +0100 Subject: [PATCH 8/9] Upgrade to Tomcat 9.0.69 Closes gh-33164 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 7bdf4668ac4e..68657469200b 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.68 +tomcatVersion=9.0.69 kotlin.stdlib.default.dependency=false From 51a16732520bcbe45932cba9059d993ef10f68b4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Nov 2022 16:03:26 +0100 Subject: [PATCH 9/9] Upgrade to Undertow 2.2.21.Final Closes gh-33165 --- 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 1accea52d3b1..c18ceb83e21a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1882,7 +1882,7 @@ bom { ] } } - library("Undertow", "2.2.20.Final") { + library("Undertow", "2.2.21.Final") { group("io.undertow") { modules = [ "undertow-core",