From 92a63055aba61fc4eaa27a8c20ec84a84dcf35a2 Mon Sep 17 00:00:00 2001 From: Esteban Vidal Date: Wed, 30 Jul 2025 11:09:46 -0300 Subject: [PATCH] Upgrade Cassandra dependencies for new Bloom filter format Upgraded Cassandra `cassandra-all` and `java-driver-core` dependencies to 4.0.0 and 4.0.0 respectively to ensure compatibility with Cassandra 4 & 5's new Bloom filter format and internal SSTable structure. --- pom.xml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index b17e8a6..5cc105e 100644 --- a/pom.xml +++ b/pom.xml @@ -17,8 +17,8 @@ 30.0-jre 1.7.32 1.18.18 - 3.11.9 - 3.11.0 + 4.0.0 + 4.0.0 1.8 1.8 @@ -43,6 +43,7 @@ com.datastax.cassandra cassandra-driver-core ${cassandra-driver-core.version} + pom commons-io @@ -96,9 +97,14 @@ + + maven-central + Maven Central + https://repo.maven.apache.org/maven2 + thingsboard https://repo.thingsboard.io/artifactory/libs-release-public - \ No newline at end of file +