From eb0506eaedf181ff009488d126fef8c4f059b293 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 Apr 2024 15:49:50 +0100 Subject: [PATCH 1/4] Upgrade to ActiveMQ 5.18.4 Closes gh-40388 --- 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 ee95777e14f..a350137fc8b 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 031bebb1447d63fa3622a431853e75ed7de6d1af Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 Apr 2024 15:49:56 +0100 Subject: [PATCH 2/4] Upgrade to Netty 4.1.109.Final Closes gh-40389 --- 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 a350137fc8b..1b10b42f651 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1061,7 +1061,7 @@ bom { ] } } - library("Netty", "4.1.108.Final") { + library("Netty", "4.1.109.Final") { group("io.netty") { imports = [ "netty-bom" From c969cbbdba7d36d3fbfeeb0b90f0872392f09ecb Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 Apr 2024 15:50:01 +0100 Subject: [PATCH 3/4] Upgrade to R2DBC Postgresql 1.0.5.RELEASE Closes gh-40390 --- 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 1b10b42f651..a2a8cde2fd6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1172,7 +1172,7 @@ bom { ] } } - library("R2DBC Postgresql", "1.0.4.RELEASE") { + library("R2DBC Postgresql", "1.0.5.RELEASE") { considerSnapshots() group("org.postgresql") { modules = [ From e03d691db18ddc677c54d07111d99d487192e831 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 Apr 2024 15:50:05 +0100 Subject: [PATCH 4/4] Upgrade to SLF4J 2.0.13 Closes gh-40391 --- 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 a2a8cde2fd6..906da8a6496 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1358,7 +1358,7 @@ bom { ] } } - library("SLF4J", "2.0.12") { + library("SLF4J", "2.0.13") { group("org.slf4j") { modules = [ "jcl-over-slf4j",