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 3e0eb7d + f64e84e commit 481e92dCopy full SHA for 481e92d
platform/spring-boot-dependencies/build.gradle
@@ -189,6 +189,10 @@ bom {
189
}
190
191
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
+ }
196
group("org.apache.cassandra") {
197
bom("java-driver-bom") {
198
permit("com.datastax.oss:native-protocol")
0 commit comments