Skip to content

Commit b69f601

Browse files
Update postgresql to 42.7.0 (#2960)
Co-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com>
1 parent 288223c commit b69f601

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ lazy val `quill-jdbc-zio` =
463463
.settings(
464464
libraryDependencies ++= Seq(
465465
// Needed for PGObject in JsonExtensions but not necessary if user is not using postgres
466-
"org.postgresql" % "postgresql" % "42.6.0" % "provided",
466+
"org.postgresql" % "postgresql" % "42.7.0" % "provided",
467467
"dev.zio" %% "zio-json" % "0.6.2"
468468
),
469469
Test / testGrouping := {
@@ -585,7 +585,7 @@ lazy val jdbcTestingLibraries = Seq(
585585
"com.zaxxer" % "HikariCP" % "5.1.0" exclude ("org.slf4j", "*"),
586586
"com.mysql" % "mysql-connector-j" % "8.2.0" % Test,
587587
"com.h2database" % "h2" % "2.2.224" % Test,
588-
"org.postgresql" % "postgresql" % "42.6.0" % Test,
588+
"org.postgresql" % "postgresql" % "42.7.0" % Test,
589589
"org.xerial" % "sqlite-jdbc" % "3.42.0.1" % Test,
590590
"com.microsoft.sqlserver" % "mssql-jdbc" % "7.4.1.jre11" % Test,
591591
"com.oracle.ojdbc" % "ojdbc8" % "19.3.0.0" % Test,

0 commit comments

Comments
 (0)