From 7db9bb94cd88032de332ecd956cc10b4c0d1139b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 21 Feb 2022 14:26:42 +0000 Subject: [PATCH 1/3] Upgrade to ActiveMQ 5.16.4 Closes gh-29925 --- 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 423d9ce2fd..81ecde6206 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.16.3") { + library("ActiveMQ", "5.16.4") { group("org.apache.activemq") { modules = [ "activemq-amqp", From df6959679ca2aff6e2163e2c405ffd7ee24b9ee6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 21 Feb 2022 14:26:45 +0000 Subject: [PATCH 2/3] Upgrade to AppEngine SDK 1.9.95 Closes gh-29926 --- 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 81ecde6206..865b9f55c4 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.94") { + library("AppEngine SDK", "1.9.95") { group("com.google.appengine") { modules = [ "appengine-api-1.0-sdk" From ca2dbf39ecd447714a6df02f905c01383a756cf7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 21 Feb 2022 14:26:48 +0000 Subject: [PATCH 3/3] Upgrade to Jetty Reactive HTTPClient 1.1.11 Closes gh-29927 --- 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 865b9f55c4..e66718eb20 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -892,7 +892,7 @@ bom { ] } } - library("Jetty Reactive HTTPClient", "1.1.10") { + library("Jetty Reactive HTTPClient", "1.1.11") { prohibit("[2,)") { because "it uses the jakarta.* namespace" }