From ca99a12fce58cb566a4a952ce354a48c8207bde0 Mon Sep 17 00:00:00 2001
From: Thomas Mortagne <thomas.mortagne@gmail.com>
Date: Mon, 23 Jan 2023 15:50:53 +0100
Subject: [PATCH] XWIKI-20025: Upgrade to Liquibase 4.19.0

---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7601f245109..ea01796d25d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -165,7 +165,7 @@
       <dependency>
         <groupId>org.liquibase</groupId>
         <artifactId>liquibase-core</artifactId>
-        <version>4.12.0</version>
+        <version>4.19.0</version>
         <exclusions>
           <!-- Not the right id -->
           <exclusion>
-- 
GitLab