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.
1 parent c7c0958 commit f64e84eCopy full SHA for f64e84e
spring-boot-project/spring-boot-dependencies/build.gradle
@@ -199,6 +199,10 @@ bom {
199
}
200
201
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
+ }
206
group("org.apache.cassandra") {
207
bom("java-driver-bom") {
208
permit("com.datastax.oss:native-protocol")
0 commit comments