diff --git a/build.sbt b/build.sbt
index 9a4003d1f..892f2d439 100644
--- a/build.sbt
+++ b/build.sbt
@@ -19,7 +19,7 @@ val dbDependencies = Seq(
   "com.augustnagro" %% "magnum" % "1.3.0",
   "org.postgresql" % "postgresql" % "42.7.4",
   "com.zaxxer" % "HikariCP" % "6.0.0",
-  "org.flywaydb" % "flyway-database-postgresql" % "10.19.0"
+  "org.flywaydb" % "flyway-database-postgresql" % "10.20.0"
 )
 
 val httpDependencies = Seq(