Merge branch '2.7.x' into 3.0.x

Closes gh-37019
This commit is contained in:
Stephane Nicoll 2023-08-17 16:12:11 +02:00
commit 87569a0d17

View File

@ -175,7 +175,7 @@ bom {
}
library("Couchbase Client", "3.4.8") {
prohibit {
versionRange "3.4.9"
versionRange "[3.4.9]"
because "it contains unshaded io.opentelemetry classes that break our Otel integration"
}
group("com.couchbase.client") {
@ -1175,7 +1175,7 @@ bom {
}
library("RSocket", "1.1.3") {
prohibit {
versionRange "1.1.4"
versionRange "[1.1.4]"
because "it contains a regression (https://github.com/rsocket/rsocket-java/issues/1092)"
}
group("io.rsocket") {