Skip to content

Commit

Permalink
Update postgresql to 42.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gastonschabas committed Oct 5, 2024
1 parent a05df68 commit 788ac27
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 @@ -29,7 +29,7 @@ lazy val root = (project in file("."))
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.17.2",
"com.dimafeng" %% "testcontainers-scala-scalatest" % testContainerVersion % "it",
"com.dimafeng" %% "testcontainers-scala-postgresql" % testContainerVersion % "it",
"org.postgresql" % "postgresql" % "42.7.3",
"org.postgresql" % "postgresql" % "42.7.4",
"com.danielasfregola" %% "random-data-generator" % "2.9" % "it, test",
"io.github.nafg.slick-migration-api" %% "slick-migration-api-flyway" % "0.11.0",
"org.scalamock" %% "scalamock" % "6.0.0" % Test,
Expand Down

0 comments on commit 788ac27

Please sign in to comment.