From dac7a9f8e5fb9e591d0058bcf99dd5bdd747d18b Mon Sep 17 00:00:00 2001 From: filipe Date: Wed, 6 Dec 2023 21:29:41 -0300 Subject: [PATCH] Update Liquibase Cassandra extension version (#251) The version of the Liquibase Cassandra extension has been downgraded from 4.26.0-SNAPSHOT to 4.25.0.1-SNAPSHOT in the project's pom.xml file. This may be due to stability or compatibility requirements with other project dependencies. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5bf85841..3777359e 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.liquibase.ext liquibase-cassandra - 4.26.0-SNAPSHOT + 4.25.0.1-SNAPSHOT Liquibase Extension: Cassandra Database Support Adds support for Cassandra database https://github.com/liquibase/liquibase-cassandra