Skip to content

Commit

Permalink
CORE-69: Update liquibase-core from 4.2.2 to 4.29.2
Browse files Browse the repository at this point in the history
  • Loading branch information
broadbot committed Oct 22, 2024
1 parent baae571 commit 9d8d981
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.25" % "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.2"

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

0 comments on commit 9d8d981

Please sign in to comment.