From 49337f30dad8e8a5477cb0ddd959d2a737cc38a4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Feb 2022 08:43:16 +0100 Subject: [PATCH 1/6] Upgrade to Netty tcNative 2.0.49.Final Closes gh-29936 --- 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 e66718eb20..be67a436f9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1293,7 +1293,7 @@ bom { ] } } - library("Netty tcNative", "2.0.48.Final") { + library("Netty tcNative", "2.0.49.Final") { group("io.netty") { modules = [ "netty-tcnative", From 2bd58f8f9ba6fa57625ccf03ab67831e150f0f98 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Feb 2022 08:47:27 +0100 Subject: [PATCH 2/6] Upgrade to ActiveMQ 5.16.4 Closes gh-29937 --- 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 b7a84de006..dda6a65a29 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 8daa8e230769ce106133fdc245744596544ca390 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Feb 2022 08:47:30 +0100 Subject: [PATCH 3/6] Upgrade to AppEngine SDK 1.9.95 Closes gh-29938 --- 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 dda6a65a29..bd6a5329c5 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 2617eeb1fdd0abc998cfb803d1f9db49315f2d91 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Feb 2022 08:47:32 +0100 Subject: [PATCH 4/6] Upgrade to Jetty Reactive HTTPClient 1.1.11 Closes gh-29939 --- 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 bd6a5329c5..6529dd9f28 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -897,7 +897,7 @@ bom { ] } } - library("Jetty Reactive HTTPClient", "1.1.10") { + library("Jetty Reactive HTTPClient", "1.1.11") { prohibit("[2,)") { because "it uses the jakarta.* namespace" } From 6e0f664bbedf9a439f34a4f144f502551a6c68e8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Feb 2022 08:47:35 +0100 Subject: [PATCH 5/6] Upgrade to Netty tcNative 2.0.49.Final Closes gh-29940 --- 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 6529dd9f28..60b2b98334 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1305,7 +1305,7 @@ bom { ] } } - library("Netty tcNative", "2.0.48.Final") { + library("Netty tcNative", "2.0.49.Final") { group("io.netty") { modules = [ "netty-tcnative", From d6105c7122824ad6e53090af50b0516201b4b3c9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Feb 2022 08:47:38 +0100 Subject: [PATCH 6/6] Upgrade to Postgresql 42.3.3 Closes gh-29941 --- 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 60b2b98334..9db059a9e5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1348,7 +1348,7 @@ bom { ] } } - library("Postgresql", "42.3.2") { + library("Postgresql", "42.3.3") { group("org.postgresql") { modules = [ "postgresql"