From d6f128c4d6394174c42d9d352406e99ec12b49d9 Mon Sep 17 00:00:00 2001 From: jandroav Date: Thu, 5 Oct 2023 09:28:10 +0200 Subject: [PATCH] chore(pom.xml): update liquibase-hibernate6 version from 4.24.4-SNAPSHOT to 4.24.2-SNAPSHOT for compatibility reasons --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1eb7b51a..63696337 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.liquibase.ext liquibase-hibernate6 - 4.24.4-SNAPSHOT + 4.24.2-SNAPSHOT Liquibase Hibernate Integration Liquibase extension for hibernate integration including generating changesets based on changed