From 73e83fe904fa1d2da44b4d50d87ecacee6e12ce3 Mon Sep 17 00:00:00 2001 From: larisabratean <36994740+larisabratean@users.noreply.github.com> Date: Mon, 31 Oct 2022 11:56:15 +0200 Subject: [PATCH] Align liquibase versions (#1380) Co-authored-by: Larisa Bratean --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 4eaf76d649..2622a8df65 100644 --- a/pom.xml +++ b/pom.xml @@ -342,13 +342,13 @@ org.liquibase liquibase-core - 3.4.2 + 4.9.0 com.mattbertolini liquibase-slf4j - 1.2.1 + 4.0.0 @@ -588,14 +588,14 @@ io.cloudslang:score-all:jar:${score.version} - com.mattbertolini:liquibase-slf4j:jar:1.2.1 + com.mattbertolini:liquibase-slf4j:jar:4.0.0 com.h2database:h2:jar:${h2.version} org.python:jython-standalone:jar:2.7.2 - org.liquibase:liquibase-core:jar:3.4.2 + org.liquibase:liquibase-core:jar:4.9.0 log4j:log4j:jar:1.2.17