Skip to content

Commit

Permalink
Merge pull request #341 from scala-steward/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
tototoshi authored Aug 24, 2024
2 parents c0516c5 + a68b696 commit dec0328
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 @@ -33,7 +33,7 @@ lazy val `slick-joda-mapper` = project.in(file("."))
"com.h2database" % "h2" % "2.2.224" % "test",
"com.dimafeng" %% "testcontainers-scala" % "0.41.4" % "test",
"com.mysql" % "mysql-connector-j" % "9.0.0" % "test",
"org.postgresql" % "postgresql" % "42.7.3" % "test",
"org.postgresql" % "postgresql" % "42.7.4" % "test",
"org.testcontainers" % "mysql" % testContainerVersion % "test",
"org.testcontainers" % "postgresql" % testContainerVersion % "test",
"org.slf4j" % "slf4j-simple" % "2.0.13" % "test",
Expand Down

0 comments on commit dec0328

Please sign in to comment.