We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d381665 + 3920f97 commit 87569a0Copy full SHA for 87569a0
spring-boot-project/spring-boot-dependencies/build.gradle
@@ -175,7 +175,7 @@ bom {
175
}
176
library("Couchbase Client", "3.4.8") {
177
prohibit {
178
- versionRange "3.4.9"
+ versionRange "[3.4.9]"
179
because "it contains unshaded io.opentelemetry classes that break our Otel integration"
180
181
group("com.couchbase.client") {
@@ -1175,7 +1175,7 @@ bom {
1175
1176
library("RSocket", "1.1.3") {
1177
1178
- versionRange "1.1.4"
+ versionRange "[1.1.4]"
1179
because "it contains a regression (https://github.com/rsocket/rsocket-java/issues/1092)"
1180
1181
group("io.rsocket") {
0 commit comments