From c6473bb5b54a9759f4ddd1293f2eeddbcceedb26 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 15 Apr 2022 07:49:40 +0200 Subject: [PATCH 1/8] Upgrade to AppEngine SDK 1.9.96 Closes gh-30675 --- 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 a8bbdb607f..f4aeb9d6de 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -63,7 +63,7 @@ bom { ] } } - library("AppEngine SDK", "1.9.95") { + library("AppEngine SDK", "1.9.96") { group("com.google.appengine") { modules = [ "appengine-api-1.0-sdk" From a245028b052e9ab262dc1d5232d12289e190d94a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 15 Apr 2022 07:49:42 +0200 Subject: [PATCH 2/8] Upgrade to Jetty 9.4.46.v20220331 Closes gh-30676 --- 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 f4aeb9d6de..4222931b8f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -902,7 +902,7 @@ bom { ] } } - library("Jetty", "9.4.45.v20220203") { + library("Jetty", "9.4.46.v20220331") { prohibit("[11.0.0-alpha0,)") { because "it uses the jakarta.* namespace" } From 0389bc84db717e19c46d34142c85dcab44eaa3c1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 15 Apr 2022 07:49:44 +0200 Subject: [PATCH 3/8] Upgrade to Netty 4.1.76.Final Closes gh-30677 --- 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 4222931b8f..68e1d9aba0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1300,7 +1300,7 @@ bom { ] } } - library("Netty", "4.1.75.Final") { + library("Netty", "4.1.76.Final") { group("io.netty") { imports = [ "netty-bom" From a913e4fdd54cb7b6cace95f175eab1ebf347470e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 15 Apr 2022 07:49:46 +0200 Subject: [PATCH 4/8] Upgrade to Pooled JMS 1.2.4 Closes gh-30678 --- 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 68e1d9aba0..cd21d52ddf 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1409,7 +1409,7 @@ bom { ] } } - library("Pooled JMS", "1.2.3") { + library("Pooled JMS", "1.2.4") { group("org.messaginghub") { modules = [ "pooled-jms" From ded1810bd1fbe08d8d7fa23c70dcd626cdb64c68 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 15 Apr 2022 07:49:49 +0200 Subject: [PATCH 5/8] Upgrade to RSocket 1.1.2 Closes gh-30679 --- 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 cd21d52ddf..e78b4ea7f7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1495,7 +1495,7 @@ bom { ] } } - library("RSocket", "1.1.1") { + library("RSocket", "1.1.2") { group("io.rsocket") { imports = [ "rsocket-bom" From 8199ffd4ed66e066882df0bc66aa9ee2c1fad80d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 15 Apr 2022 07:49:51 +0200 Subject: [PATCH 6/8] Upgrade to Tomcat 9.0.62 Closes gh-30680 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index e850477b32..29d1e208bd 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.5.32 -tomcatVersion=9.0.60 +tomcatVersion=9.0.62 kotlin.stdlib.default.dependency=false From be2b70452e38f236ebf319a32537e6c4faee1fe0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 15 Apr 2022 07:49:53 +0200 Subject: [PATCH 7/8] Upgrade to Undertow 2.2.17.Final Closes gh-30681 --- 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 e78b4ea7f7..36fe2fa21d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1884,7 +1884,7 @@ bom { ] } } - library("Undertow", "2.2.16.Final") { + library("Undertow", "2.2.17.Final") { group("io.undertow") { modules = [ "undertow-core", From 9299329256b32156c969fb5f0e4ace5ea0283e1e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 15 Apr 2022 08:25:42 +0200 Subject: [PATCH 8/8] Upgrade to Spring Retry 1.3.3 Closes gh-30590 --- 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 36fe2fa21d..84e1f9e23a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1767,7 +1767,7 @@ bom { ] } } - library("Spring Retry", "1.3.3-SNAPSHOT") { + library("Spring Retry", "1.3.3") { group("org.springframework.retry") { modules = [ "spring-retry"