From 77428cf1d1908333e3e4c9760961c958059ad344 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 9 Oct 2023 10:44:32 +0100 Subject: [PATCH 1/9] Upgrade to Couchbase Client 3.4.11 Closes gh-37759 --- 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 9c69d397d9..e5c67f9572 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -209,7 +209,7 @@ bom { ] } } - library("Couchbase Client", "3.4.10") { + library("Couchbase Client", "3.4.11") { prohibit { versionRange "[3.4.9]" because "it contains unshaded io.opentelemetry classes that break our Otel integration" From 8dc6ceb9bf99c6ae9acc2989810a6eb1dbff6931 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 9 Oct 2023 10:44:37 +0100 Subject: [PATCH 2/9] Upgrade to Dropwizard Metrics 4.2.20 Closes gh-37760 --- 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 e5c67f9572..c9e82eea0b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -246,7 +246,7 @@ bom { ] } } - library("Dropwizard Metrics", "4.2.19") { + library("Dropwizard Metrics", "4.2.20") { group("io.dropwizard.metrics") { imports = [ "metrics-bom" From b899e71cb3aa37c3b081642a2c02063a2f03359c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 9 Oct 2023 10:44:42 +0100 Subject: [PATCH 3/9] Upgrade to Hibernate 6.2.12.Final Closes gh-37761 --- 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 c9e82eea0b..40b91be705 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -371,7 +371,7 @@ bom { ] } } - library("Hibernate", "6.2.9.Final") { + library("Hibernate", "6.2.12.Final") { group("org.hibernate.orm") { modules = [ "hibernate-agroal", From ed24d84728a659525ad39bd6f8fcf4205f392287 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 9 Oct 2023 10:44:47 +0100 Subject: [PATCH 4/9] Upgrade to HttpCore5 5.2.3 Closes gh-37762 --- 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 40b91be705..57c1e7dcdf 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -450,7 +450,7 @@ bom { ] } } - library("HttpCore5", "5.2.2") { + library("HttpCore5", "5.2.3") { group("org.apache.httpcomponents.core5") { modules = [ "httpcore5", From 590bbd64ce3cd5b86a2324ec7e755990b2136609 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 9 Oct 2023 10:44:52 +0100 Subject: [PATCH 5/9] Upgrade to Netty 4.1.99.Final Closes gh-37763 --- 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 57c1e7dcdf..6552e10141 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1063,7 +1063,7 @@ bom { ] } } - library("Netty", "4.1.97.Final") { + library("Netty", "4.1.99.Final") { group("io.netty") { imports = [ "netty-bom" From a90e16a247825c630bf6d849abc8f8b0c06904eb Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 9 Oct 2023 10:44:57 +0100 Subject: [PATCH 6/9] Upgrade to Pooled JMS 3.1.4 Closes gh-37764 --- 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 6552e10141..06365ecdfb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1098,7 +1098,7 @@ bom { ] } } - library("Pooled JMS", "3.1.3") { + library("Pooled JMS", "3.1.4") { group("org.messaginghub") { modules = [ "pooled-jms" From a3d744833693652ed84e1a593550c1c4e0351279 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 9 Oct 2023 10:45:01 +0100 Subject: [PATCH 7/9] Upgrade to R2DBC MySQL 1.0.4 Closes gh-37765 --- 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 06365ecdfb..950f84754d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1159,7 +1159,7 @@ bom { ] } } - library("R2DBC MySQL", "1.0.3") { + library("R2DBC MySQL", "1.0.4") { group("io.asyncer") { modules = [ "r2dbc-mysql" From a4183792b5311af6ccb2e5afb4590abdd1a4a9cd Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 9 Oct 2023 10:45:06 +0100 Subject: [PATCH 8/9] Upgrade to RxJava3 3.1.8 Closes gh-37766 --- 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 950f84754d..b066ac33eb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1246,7 +1246,7 @@ bom { ] } } - library("RxJava3", "3.1.7") { + library("RxJava3", "3.1.8") { group("io.reactivex.rxjava3") { modules = [ "rxjava" From dfc95f9f7209b519523a2737d9d825445eec9be7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 9 Oct 2023 10:45:11 +0100 Subject: [PATCH 9/9] Upgrade to UnboundID LDAPSDK 6.0.10 Closes gh-37767 --- 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 b066ac33eb..75e8487798 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1575,7 +1575,7 @@ bom { ] } } - library("UnboundID LDAPSDK", "6.0.9") { + library("UnboundID LDAPSDK", "6.0.10") { group("com.unboundid") { modules = [ "unboundid-ldapsdk"