Skip to content

Commit f64e84e

Browse files
committed
Prevent upgrade to Cassandra Driver 4.19.1
Closes gh-48074
1 parent c7c0958 commit f64e84e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,10 @@ bom {
199199
}
200200
}
201201
library("Cassandra Driver", "4.19.0") {
202+
prohibit {
203+
versionRange "[4.19.1]"
204+
because "it contains a regression, see https://github.com/spring-projects/spring-data-cassandra/issues/1617"
205+
}
202206
group("org.apache.cassandra") {
203207
bom("java-driver-bom") {
204208
permit("com.datastax.oss:native-protocol")

0 commit comments

Comments
 (0)