From d982f1f3abc48b5e6425fb9aa64e069d34942caa Mon Sep 17 00:00:00 2001 From: Broad Bot <61600560+broadbot@users.noreply.github.com> Date: Wed, 20 Nov 2024 09:25:31 -0500 Subject: [PATCH] CORE-69: Update liquibase-core from 4.29.2 to 4.30.0 (#3135) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index b729cec9fe..64313aea54 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -79,7 +79,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.1.0" exclude("com.google.protobuf", "protobuf-java") - val liquibaseCore: ModuleID = "org.liquibase" % "liquibase-core" % "4.29.2" + val liquibaseCore: ModuleID = "org.liquibase" % "liquibase-core" % "4.30.0" 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.9"