mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 18:29:03 +00:00
Upgrade to Cassandra Driver 4.19.2
Closes gh-48184
This commit is contained in:
@@ -188,11 +188,7 @@ bom {
|
||||
releaseNotes("https://github.com/ben-manes/caffeine/releases/tag/v{version}")
|
||||
}
|
||||
}
|
||||
library("Cassandra Driver", "4.19.0") {
|
||||
prohibit {
|
||||
versionRange "[4.19.1]"
|
||||
because "it contains a regression, see https://github.com/spring-projects/spring-data-cassandra/issues/1617"
|
||||
}
|
||||
library("Cassandra Driver", "4.19.2") {
|
||||
group("org.apache.cassandra") {
|
||||
bom("java-driver-bom") {
|
||||
permit("com.datastax.oss:native-protocol")
|
||||
|
||||
Reference in New Issue
Block a user