From 284564e61306d022622da3c37c898bc1a2c144bd Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 00:23:52 +0000 Subject: [PATCH] Update flyway-core to 11.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5a8129d29..ab44bca39 100644 --- a/build.sbt +++ b/build.sbt @@ -71,7 +71,7 @@ lazy val infra = project loggingSettings, libraryDependencies ++= Seq( "nl.gn0s1s" %% "elastic4s-client-esjava" % V.elastic4s, - "org.flywaydb" % "flyway-core" % "8.5.13", // for database migration + "org.flywaydb" % "flyway-core" % "11.1.0", // for database migration "org.apache.pekko" %% "pekko-stream" % V.pekko, "org.apache.pekko" %% "pekko-http" % V.pekkoHttp, "com.github.pjfanning" %% "pekko-http-circe" % "3.0.0",