Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 15a33a3

Browse files
authored
Merge pull request #975 from scala-steward/update/postgresql-42.7.3
Update postgresql to 42.7.3
2 parents 91e1d65 + 68b3101 commit 15a33a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ lazy val jdbc = project
155155
libraryDependencies ++= Seq(
156156
"dev.zio" %% "zio-test" % zioVersion % Test,
157157
"dev.zio" %% "zio-test-sbt" % zioVersion % Test,
158-
"org.postgresql" % "postgresql" % "42.7.2" % Test,
158+
"org.postgresql" % "postgresql" % "42.7.3" % Test,
159159
"com.dimafeng" %% "testcontainers-scala-postgresql" % testcontainersScalaVersion % Test
160160
)
161161
)
@@ -236,7 +236,7 @@ lazy val postgres = project
236236
"org.testcontainers" % "database-commons" % testcontainersVersion % Test,
237237
"org.testcontainers" % "postgresql" % testcontainersVersion % Test,
238238
"org.testcontainers" % "jdbc" % testcontainersVersion % Test,
239-
"org.postgresql" % "postgresql" % "42.7.2" % Compile,
239+
"org.postgresql" % "postgresql" % "42.7.3" % Compile,
240240
"com.dimafeng" %% "testcontainers-scala-postgresql" % testcontainersScalaVersion % Test,
241241
"ch.qos.logback" % "logback-classic" % logbackVersion % Test
242242
)

0 commit comments

Comments
 (0)