Skip to content

Commit a772e4c

Browse files
Update postgresql to 42.7.8
1 parent 5a5b8ae commit a772e4c

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
@@ -423,7 +423,7 @@ lazy val `quill-jdbc-zio` =
423423
.settings(
424424
libraryDependencies ++= Seq(
425425
// Needed for PGObject in JsonExtensions but not necessary if user is not using postgres
426-
"org.postgresql" % "postgresql" % "42.7.7" % "provided",
426+
"org.postgresql" % "postgresql" % "42.7.8" % "provided",
427427
"dev.zio" %% "zio-json" % "0.7.44"
428428
),
429429
Test / testGrouping := {
@@ -535,7 +535,7 @@ lazy val jdbcTestingLibraries = Seq(
535535
"com.zaxxer" % "HikariCP" % "6.3.1" exclude ("org.slf4j", "*"),
536536
"com.mysql" % "mysql-connector-j" % "9.4.0" % Test,
537537
"com.h2database" % "h2" % "2.3.232" % Test,
538-
"org.postgresql" % "postgresql" % "42.7.7" % Test,
538+
"org.postgresql" % "postgresql" % "42.7.8" % Test,
539539
"org.xerial" % "sqlite-jdbc" % "3.50.3.0" % Test,
540540
"com.microsoft.sqlserver" % "mssql-jdbc" % "7.4.1.jre11" % Test,
541541
"com.oracle.ojdbc" % "ojdbc8" % "19.3.0.0" % Test,

0 commit comments

Comments
 (0)