From f9b532d5aa26378fee85885e5a70561a720777e7 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 20 Sep 2022 14:14:59 -0700 Subject: [PATCH 1/3] Upgrade to Groovy 3.0.13 Closes gh-32443 --- 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 033e925d320..783112d7a03 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -411,7 +411,7 @@ bom { ] } } - library("Groovy", "3.0.12") { + library("Groovy", "3.0.13") { group("org.codehaus.groovy") { imports = [ "groovy-bom" From 0ff789415e1854e0981cf9c54b0d1b6b6112ef9b Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 20 Sep 2022 14:15:03 -0700 Subject: [PATCH 2/3] Upgrade to Jetty 9.4.49.v20220914 Closes gh-32444 --- 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 783112d7a03..832cb6d288b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -943,7 +943,7 @@ bom { ] } } - library("Jetty", "9.4.48.v20220622") { + library("Jetty", "9.4.49.v20220914") { prohibit("[10.0.0-alpha0,)") { because "it requires Java 11" } From 445dff0483dd3da1899458ef0a0ae173f7c82ec3 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 20 Sep 2022 14:15:06 -0700 Subject: [PATCH 3/3] Upgrade to MariaDB 3.0.8 Closes gh-32445 --- 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 832cb6d288b..969b0c7315f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1151,7 +1151,7 @@ bom { ] } } - library("MariaDB", "3.0.7") { + library("MariaDB", "3.0.8") { group("org.mariadb.jdbc") { modules = [ "mariadb-java-client"