Skip to content

Commit

Permalink
Merge branch '2.7.x' into 3.0.x
Browse files Browse the repository at this point in the history
Closes gh-37019
  • Loading branch information
snicoll committed Aug 17, 2023
2 parents d381665 + 3920f97 commit 87569a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spring-boot-project/spring-boot-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand Down Expand Up @@ -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") {
Expand Down

0 comments on commit 87569a0

Please sign in to comment.