Skip to content

Commit 7218ac0

Browse files
committed
Downgrade to Cassandra Driver 4.19.0
See https://issues.apache.org/jira/browse/CASSJAVA-116 Closes gh-47926
1 parent 3d558af commit 7218ac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ bom {
198198
releaseNotes("https://github.com/ben-manes/caffeine/releases/tag/v{version}")
199199
}
200200
}
201-
library("Cassandra Driver", "4.19.1") {
201+
library("Cassandra Driver", "4.19.0") {
202202
group("org.apache.cassandra") {
203203
bom("java-driver-bom") {
204204
permit("com.datastax.oss:native-protocol")

0 commit comments

Comments
 (0)