From 8c7528884d2b320dbe1af5ec53fb8a52df4fd51c Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 24 Feb 2025 22:09:59 +0100 Subject: [PATCH] Update flyway-core, ... to 11.3.3 (#5937) --- project/Deps.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Deps.scala b/project/Deps.scala index 10ab137c19..ab189e9627 100644 --- a/project/Deps.scala +++ b/project/Deps.scala @@ -35,7 +35,7 @@ object Deps { val typesafeConfigV = "1.4.3" val flywayV = - "11.3.2" // https://flywaydb.org/documentation/learnmore/releaseNotes + "11.3.3" // https://flywaydb.org/documentation/learnmore/releaseNotes val postgresV = "42.7.5" // https://jdbc.postgresql.org/ val akkaActorV = akkaStreamv