From 48ddcec295b90d916d57454ede9baa1d380f9f1f Mon Sep 17 00:00:00 2001 From: broadbot Date: Sat, 1 Nov 2025 12:18:50 +0000 Subject: [PATCH] CORE-69: Update liquibase-core from 4.33.0 to 5.0.1 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 8c31d8d4be..7fe552134a 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -81,7 +81,7 @@ object Dependencies { val antlrParser: ModuleID = "org.antlr" % "antlr4-runtime" % "4.13.2" // protobuf is only need to use the MySQL X DevAPI which we don't. exclude it to avoid interference with Google client libraries val mysqlConnector: ModuleID = "com.mysql" % "mysql-connector-j" % "9.4.0" exclude("com.google.protobuf", "protobuf-java") - val liquibaseCore: ModuleID = "org.liquibase" % "liquibase-core" % "4.33.0" + val liquibaseCore: ModuleID = "org.liquibase" % "liquibase-core" % "5.0.1" val jakartaWsRs: ModuleID = "jakarta.ws.rs" % "jakarta.ws.rs-api" % "4.0.0" val jerseyJnhConnector: ModuleID = "org.glassfish.jersey.connectors" % "jersey-jnh-connector" % "3.1.11" val janino: ModuleID = "org.codehaus.janino" % "janino" % "3.1.12" // For if-else logic in logging config