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 a6b63d2 + 87569a0 commit a15ae2bCopy full SHA for a15ae2b
spring-boot-project/spring-boot-dependencies/build.gradle
@@ -211,7 +211,7 @@ bom {
211
}
212
library("Couchbase Client", "3.4.8") {
213
prohibit {
214
- versionRange "3.4.9"
+ versionRange "[3.4.9]"
215
because "it contains unshaded io.opentelemetry classes that break our Otel integration"
216
217
group("com.couchbase.client") {
@@ -1222,7 +1222,7 @@ bom {
1222
1223
library("RSocket", "1.1.3") {
1224
1225
- versionRange "1.1.4"
+ versionRange "[1.1.4]"
1226
because "it contains a regression (https://github.com/rsocket/rsocket-java/issues/1092)"
1227
1228
group("io.rsocket") {
0 commit comments