Skip to content

Commit

Permalink
CORE-69: Update liquibase-core from 4.29.2 to 4.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
broadbot committed Nov 11, 2024
1 parent 87079e6 commit bdd3895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,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"

Expand Down

0 comments on commit bdd3895

Please sign in to comment.