Skip to content

Commit 481e92d

Browse files
committed
Merge branch '3.5.x'
Closes gh-48075
2 parents 3e0eb7d + f64e84e commit 481e92d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

platform/spring-boot-dependencies/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,10 @@ bom {
189189
}
190190
}
191191
library("Cassandra Driver", "4.19.0") {
192+
prohibit {
193+
versionRange "[4.19.1]"
194+
because "it contains a regression, see https://github.com/spring-projects/spring-data-cassandra/issues/1617"
195+
}
192196
group("org.apache.cassandra") {
193197
bom("java-driver-bom") {
194198
permit("com.datastax.oss:native-protocol")

0 commit comments

Comments
 (0)