From 22ee684473c79e025c66baf08e2a9b7631f87f24 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 Apr 2024 18:23:45 +0100 Subject: [PATCH 1/5] Upgrade to ActiveMQ 5.18.4 Closes gh-40394 --- 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 6748e828c1..1c3bd29a5a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -14,7 +14,7 @@ bom { issueLabels = ["type: dependency-upgrade"] } } - library("ActiveMQ", "5.18.3") { + library("ActiveMQ", "5.18.4") { group("org.apache.activemq") { modules = [ "activemq-amqp", From 369cadd70d1a427bc2b8ee425a67f622e6f04fec Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 Apr 2024 18:23:50 +0100 Subject: [PATCH 2/5] Upgrade to Netty 4.1.109.Final Closes gh-40395 --- 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 1c3bd29a5a..94d336e71b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1081,7 +1081,7 @@ bom { ] } } - library("Netty", "4.1.108.Final") { + library("Netty", "4.1.109.Final") { group("io.netty") { imports = [ "netty-bom" From 49f7f79424df0afdf2689cc03245dd6bb9d91086 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 Apr 2024 18:23:55 +0100 Subject: [PATCH 3/5] Upgrade to Pulsar Reactive 0.5.4 Closes gh-40396 --- 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 94d336e71b..072ae31a0c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1216,7 +1216,7 @@ bom { ] } } - library("Pulsar Reactive", "0.5.3") { + library("Pulsar Reactive", "0.5.4") { group("org.apache.pulsar") { modules = [ "pulsar-client-reactive-adapter", From f70cfb0b03a3dfb1b3227c04083f1ab781acc6ab Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 Apr 2024 18:23:59 +0100 Subject: [PATCH 4/5] Upgrade to SLF4J 2.0.13 Closes gh-40397 --- 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 072ae31a0c..b60ae14c82 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1471,7 +1471,7 @@ bom { ] } } - library("SLF4J", "2.0.12") { + library("SLF4J", "2.0.13") { group("org.slf4j") { modules = [ "jcl-over-slf4j", From 4bf8020292db8a59d1f7d4c7663a3f71fbec3d58 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 Apr 2024 18:24:00 +0100 Subject: [PATCH 5/5] Upgrade to Spring Integration 6.2.4 Closes gh-40214 --- 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 b60ae14c82..89e3a08cf3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1554,7 +1554,7 @@ bom { ] } } - library("Spring Integration", "6.2.4-SNAPSHOT") { + library("Spring Integration", "6.2.4") { considerSnapshots() group("org.springframework.integration") { imports = [