Skip to content

Commit 48ddcec

Browse files
committed
CORE-69: Update liquibase-core from 4.33.0 to 5.0.1
1 parent f599e7c commit 48ddcec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ object Dependencies {
8181
val antlrParser: ModuleID = "org.antlr" % "antlr4-runtime" % "4.13.2"
8282
// protobuf is only need to use the MySQL X DevAPI which we don't. exclude it to avoid interference with Google client libraries
8383
val mysqlConnector: ModuleID = "com.mysql" % "mysql-connector-j" % "9.4.0" exclude("com.google.protobuf", "protobuf-java")
84-
val liquibaseCore: ModuleID = "org.liquibase" % "liquibase-core" % "4.33.0"
84+
val liquibaseCore: ModuleID = "org.liquibase" % "liquibase-core" % "5.0.1"
8585
val jakartaWsRs: ModuleID = "jakarta.ws.rs" % "jakarta.ws.rs-api" % "4.0.0"
8686
val jerseyJnhConnector: ModuleID = "org.glassfish.jersey.connectors" % "jersey-jnh-connector" % "3.1.11"
8787
val janino: ModuleID = "org.codehaus.janino" % "janino" % "3.1.12" // For if-else logic in logging config

0 commit comments

Comments
 (0)