From 387bcfdeb88aba5e30d17a629f92f006966ca921 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 24 Oct 2024 18:43:35 +0200 Subject: [PATCH] Update flyway-core, ... to 10.20.1 (#5735) --- project/Deps.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Deps.scala b/project/Deps.scala index e5318b2404..ed542842d0 100644 --- a/project/Deps.scala +++ b/project/Deps.scala @@ -33,7 +33,7 @@ object Deps { val typesafeConfigV = "1.4.3" val flywayV = - "10.20.0" // https://flywaydb.org/documentation/learnmore/releaseNotes + "10.20.1" // https://flywaydb.org/documentation/learnmore/releaseNotes val postgresV = "42.7.4" // https://jdbc.postgresql.org/ val akkaActorV = akkaStreamv