This is an automated email from the ASF dual-hosted git repository.

echauchot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-cassandra.git

commit 1b94f6eb449c6eb9624ec382dd6cbd4dd896f33e
Author: Etienne Chauchot <[email protected]>
AuthorDate: Wed Oct 8 11:23:48 2025 +0200

    [FLINK-38485] Upgrade testContainers to v1.20.2 which is compiled with a 
commons-compress version closer to the one flink uses and keep commons-compress 
transitive dep exclusion to favor flink's.
---
 flink-connector-cassandra/pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/flink-connector-cassandra/pom.xml 
b/flink-connector-cassandra/pom.xml
index 38d7177..1b760e4 100644
--- a/flink-connector-cassandra/pom.xml
+++ b/flink-connector-cassandra/pom.xml
@@ -44,7 +44,9 @@ under the License.
                <junit5.version>5.8.1</junit5.version>
                <assertj.version>3.23.1</assertj.version>
                <archunit.version>1.0.0</archunit.version>
-               <testcontainers.version>1.18.3</testcontainers.version>
+               <!-- For dependency convergence we exclude testContainers 
commons-compress transitive dependency and keep only flink's.
+               Don't downgrade testcontainers otherwise the wrong 
commons-compress transitive dependency will lead to NoClassDefFound-->
+               <testcontainers.version>1.20.2</testcontainers.version>
                <mockito.version>3.4.6</mockito.version>
                <byte-buddy.version>1.12.10</byte-buddy.version>
                <findbugs.version>1.3.9</findbugs.version>

Reply via email to