From 2782c3b077c98cc34f2a1055c36fae41b83af1a7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 19 Jan 2022 08:09:50 +0100 Subject: [PATCH 1/8] Upgrade to Spring Integration 5.5.8 Closes gh-29314 --- 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 45258ddd24b..23fb63c6929 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1683,7 +1683,7 @@ bom { ] } } - library("Spring Integration", "5.5.8-SNAPSHOT") { + library("Spring Integration", "5.5.8") { group("org.springframework.integration") { imports = [ "spring-integration-bom" From 3a043603e8ebe04c58a8589b0d7fcbaddf94ec64 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 19 Jan 2022 08:12:06 +0100 Subject: [PATCH 2/8] Upgrade to MySQL 8.0.28 Closes gh-29464 --- 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 23fb63c6929..47da8baa060 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1259,7 +1259,7 @@ bom { ] } } - library("MySQL", "8.0.27") { + library("MySQL", "8.0.28") { group("mysql") { modules = [ "mysql-connector-java" { From 849fb8e435ac495f577fab1f357ae4e4cab750a3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 19 Jan 2022 08:12:07 +0100 Subject: [PATCH 3/8] Upgrade to Netty tcNative 2.0.47.Final Closes gh-29465 --- 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 47da8baa060..36322f5d823 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1289,7 +1289,7 @@ bom { ] } } - library("Netty tcNative", "2.0.46.Final") { + library("Netty tcNative", "2.0.47.Final") { group("io.netty") { modules = [ "netty-tcnative", From cdd479556f7345405a5995f2c5a0c70207258bf3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 19 Jan 2022 08:12:08 +0100 Subject: [PATCH 4/8] Upgrade to Pooled JMS 1.2.3 Closes gh-29466 --- 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 36322f5d823..979bd2aac0d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1363,7 +1363,7 @@ bom { ] } } - library("Pooled JMS", "1.2.2") { + library("Pooled JMS", "1.2.3") { group("org.messaginghub") { modules = [ "pooled-jms" From aba3b1dc5ffb5f48ce1e5670553ca251c008b7d8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 19 Jan 2022 08:12:33 +0100 Subject: [PATCH 5/8] Upgrade to Spring Integration 5.5.8 Closes gh-29320 --- 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 1effadb914a..86e0b5cfe78 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1662,7 +1662,7 @@ bom { ] } } - library("Spring Integration", "5.5.8-SNAPSHOT") { + library("Spring Integration", "5.5.8") { group("org.springframework.integration") { imports = [ "spring-integration-bom" From c2f8823e4ec350ed73880bde19471ebcc4263a57 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 19 Jan 2022 08:13:28 +0100 Subject: [PATCH 6/8] Upgrade to Spring Integration 5.5.8 Closes gh-29286 --- 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 a5e58c772de..89d971d3813 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1682,7 +1682,7 @@ bom { ] } } - library("Spring Integration", "5.5.8-SNAPSHOT") { + library("Spring Integration", "5.5.8") { group("org.springframework.integration") { imports = [ "spring-integration-bom" From 60971c6fdbaa7969e21b057cce4051b98c507d47 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 19 Jan 2022 08:17:19 +0100 Subject: [PATCH 7/8] Upgrade to MySQL 8.0.28 Closes gh-29467 --- 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 86e0b5cfe78..eea58ff56ae 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1271,7 +1271,7 @@ bom { ] } } - library("MySQL", "8.0.27") { + library("MySQL", "8.0.28") { group("mysql") { modules = [ "mysql-connector-java" { From 124a3219e8a514c2319c00886b3b37902c4b6dc7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 19 Jan 2022 08:17:20 +0100 Subject: [PATCH 8/8] Upgrade to Pooled JMS 1.2.3 Closes gh-29468 --- 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 eea58ff56ae..e06120e5136 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1334,7 +1334,7 @@ bom { ] } } - library("Pooled JMS", "1.2.2") { + library("Pooled JMS", "1.2.3") { prohibit("[2.0.0,)") { because "it requires Java 11" }