Skip to content

Commit 6edfb07

Browse files
author
softwaremill-ci
authored
Update flyway-database-postgresql to 11.18.0 (#2118)
1 parent efba24e commit 6edfb07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.8", // JDBC driver
1919
"com.zaxxer" % "HikariCP" % "7.0.2", // connection pool
20-
"org.flywaydb" % "flyway-database-postgresql" % "11.17.2" // database migrations
20+
"org.flywaydb" % "flyway-database-postgresql" % "11.18.0" // database migrations
2121
)
2222

2323
val httpDependencies = Seq(

0 commit comments

Comments
 (0)