From 55d7573795a4387cdef210bcd0d6bdf82bad69e2 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 9 Oct 2023 10:05:48 +0100 Subject: [PATCH 1/5] Upgrade to Couchbase Client 3.4.11 Closes gh-37754 --- 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 c4520ccba4..1792e3688c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -173,7 +173,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 22df3b539db1c814902c3f88080a8bbf49332e73 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 9 Oct 2023 10:05:53 +0100 Subject: [PATCH 2/5] Upgrade to Dropwizard Metrics 4.2.20 Closes gh-37755 --- 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 1792e3688c..8444aa36e0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -210,7 +210,7 @@ bom { ] } } - library("Dropwizard Metrics", "4.2.19") { + library("Dropwizard Metrics", "4.2.20") { group("io.dropwizard.metrics") { imports = [ "metrics-bom" From 1d3b093f2448f7a18e9758886d45e985553f5333 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 9 Oct 2023 10:05:58 +0100 Subject: [PATCH 3/5] Upgrade to Netty 4.1.99.Final Closes gh-37756 --- 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 8444aa36e0..9ecd747ce4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1037,7 +1037,7 @@ bom { ] } } - library("Netty", "4.1.97.Final") { + library("Netty", "4.1.99.Final") { group("io.netty") { imports = [ "netty-bom" From 6f787cdce5bac0329d211b10c543f268d2186cb3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 9 Oct 2023 10:06:03 +0100 Subject: [PATCH 4/5] Upgrade to RxJava3 3.1.8 Closes gh-37757 --- 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 9ecd747ce4..0ab69a66e3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1199,7 +1199,7 @@ bom { ] } } - library("RxJava3", "3.1.7") { + library("RxJava3", "3.1.8") { group("io.reactivex.rxjava3") { modules = [ "rxjava" From f2f26a4ca408ffbbd80b496a2aafa46a8d542d12 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 9 Oct 2023 10:06:08 +0100 Subject: [PATCH 5/5] Upgrade to UnboundID LDAPSDK 6.0.10 Closes gh-37758 --- 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 0ab69a66e3..a3a81bd850 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1528,7 +1528,7 @@ bom { ] } } - library("UnboundID LDAPSDK", "6.0.9") { + library("UnboundID LDAPSDK", "6.0.10") { group("com.unboundid") { modules = [ "unboundid-ldapsdk"