Skip to content

Commit

Permalink
Merge pull request #1288 from softwaremill/update/postgresql-42.7.4
Browse files Browse the repository at this point in the history
Update postgresql to 42.7.4
  • Loading branch information
mergify[bot] committed Aug 23, 2024
2 parents 6e10417 + f0f1715 commit 6d791d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ val oxVersion = "0.3.3"

val dbDependencies = Seq(
"com.augustnagro" %% "magnum" % "1.2.1",
"org.postgresql" % "postgresql" % "42.7.3",
"org.postgresql" % "postgresql" % "42.7.4",
"com.zaxxer" % "HikariCP" % "5.1.0",
"org.flywaydb" % "flyway-database-postgresql" % "10.17.2"
)
Expand Down

0 comments on commit 6d791d9

Please sign in to comment.