Skip to content

Commit a63f16a

Browse files
chore(deps): Update flyway to v11.14.1 (#1774)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ab4865f commit a63f16a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,9 @@ val `docker-controller-scala-flyway` = (project in file("docker-controller-scala
170170
.settings(
171171
name := "docker-controller-scala-flyway",
172172
libraryDependencies ++= Seq(
173-
"org.flywaydb" % "flyway-core" % "11.14.0",
174-
"org.flywaydb" % "flyway-mysql" % "11.13.2",
175-
"org.flywaydb" % "flyway-database-postgresql" % "11.14.0",
173+
"org.flywaydb" % "flyway-core" % "11.14.1",
174+
"org.flywaydb" % "flyway-mysql" % "11.14.1",
175+
"org.flywaydb" % "flyway-database-postgresql" % "11.14.1",
176176
scalatest.scalatest % Test,
177177
logback.classic % Test
178178
)

0 commit comments

Comments
 (0)