This repository was archived by the owner on Jan 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments