Skip to content

Commit c8f8798

Browse files
committed
Upgrade to Cassandra Driver 4.19.2
Closes gh-48184
1 parent 7f15cc8 commit c8f8798

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

platform/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -188,11 +188,7 @@ bom {
188188
releaseNotes("https://github.com/ben-manes/caffeine/releases/tag/v{version}")
189189
}
190190
}
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-
}
191+
library("Cassandra Driver", "4.19.2") {
196192
group("org.apache.cassandra") {
197193
bom("java-driver-bom") {
198194
permit("com.datastax.oss:native-protocol")

0 commit comments

Comments
 (0)