Skip to content

Commit 4f5db0d

Browse files
renovate[bot]j5ik2o
authored andcommitted
chore(deps): Update flyway to v11
1 parent a9d1719 commit 4f5db0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ val `docker-controller-scala-flyway` = (project in file("docker-controller-scala
154154
.settings(
155155
name := "docker-controller-scala-flyway",
156156
libraryDependencies ++= Seq(
157-
"org.flywaydb" % "flyway-core" % "9.22.3",
158-
"org.flywaydb" % "flyway-mysql" % "9.22.3",
157+
"org.flywaydb" % "flyway-core" % "11.12.0",
158+
"org.flywaydb" % "flyway-mysql" % "11.12.0",
159159
scalatest.scalatest % Test,
160160
logback.classic % Test
161161
)

0 commit comments

Comments
 (0)