Skip to content

Commit e53f60c

Browse files
Update flyway-database-postgresql to 11.10.5 (#1563)
1 parent 7487a78 commit e53f60c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ val dbDependencies = Seq(
1717
"com.augustnagro" %% "magnum" % "1.3.1", // Scala DB client
1818
"org.postgresql" % "postgresql" % "42.7.7", // JDBC driver
1919
"com.zaxxer" % "HikariCP" % "7.0.0", // connection pool
20-
"org.flywaydb" % "flyway-database-postgresql" % "11.10.4" // database migrations
20+
"org.flywaydb" % "flyway-database-postgresql" % "11.10.5" // database migrations
2121
)
2222

2323
val httpDependencies = Seq(

0 commit comments

Comments
 (0)