Skip to content

Commit

Permalink
Update liquibase-core to 4.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
broadbot committed Jul 26, 2024
1 parent 29debc4 commit d7e7350
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 @@ -105,7 +105,7 @@ object Dependencies {
val googleStorageLocal: ModuleID =
"com.google.cloud" % "google-cloud-nio" % "0.127.7" % "test" // needed for mocking google cloud storage. Should use same version as wb-libs

val liquibaseCore: ModuleID = "org.liquibase" % "liquibase-core" % "4.2.2"
val liquibaseCore: ModuleID = "org.liquibase" % "liquibase-core" % "4.29.0"

val circeYAML: ModuleID = "io.circe" %% "circe-yaml" % "0.14.2"
val snakeYAML: ModuleID = "org.yaml" % "snakeyaml" % "1.33"
Expand Down

0 comments on commit d7e7350

Please sign in to comment.