Skip to content

Commit

Permalink
Merge pull request #1383 from softwaremill/update/postgresql-42.7.5
Browse files Browse the repository at this point in the history
Update postgresql to 42.7.5
  • Loading branch information
adamw authored Jan 15, 2025
2 parents 4e04c7f + a7b3ea4 commit 803118c
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 @@ -18,7 +18,7 @@ val otelInstrumentationVersion = "2.8.0-alpha"

val dbDependencies = Seq(
"com.augustnagro" %% "magnum" % "1.3.1",
"org.postgresql" % "postgresql" % "42.7.4",
"org.postgresql" % "postgresql" % "42.7.5",
"com.zaxxer" % "HikariCP" % "6.0.0",
"org.flywaydb" % "flyway-database-postgresql" % "10.20.0"
)
Expand Down

0 comments on commit 803118c

Please sign in to comment.