From 98d83c6f048ab7fdeb4ee8c23f5c29a00b174de6 Mon Sep 17 00:00:00 2001 From: Thomas Mortagne <thomas.mortagne@gmail.com> Date: Fri, 29 Mar 2024 12:47:27 +0100 Subject: [PATCH] XWIKI-22047: Upgrade to Liquibase 4.27.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b372c600a86..884068fee83 100644 --- a/pom.xml +++ b/pom.xml @@ -179,7 +179,7 @@ <dependency> <groupId>org.liquibase</groupId> <artifactId>liquibase-core</artifactId> - <version>4.26.0</version> + <version>4.27.0</version> <exclusions> <!-- Not the right id --> <exclusion> -- GitLab