Skip to content

Commit

Permalink
Update postgresql to 42.3.8 (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jun 6, 2023
1 parent e0d233b commit 176a3bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ lazy val `quill-jdbc-zio` =
.settings(
libraryDependencies ++= Seq(
// Needed for PGObject in JsonExtensions but not necessary if user is not using postgres
"org.postgresql" % "postgresql" % "42.3.6" % "provided",
"org.postgresql" % "postgresql" % "42.3.8" % "provided",
"dev.zio" %% "zio-json" % "0.3.0"
),
Test / runMain / fork := true,
Expand Down Expand Up @@ -323,7 +323,7 @@ lazy val jdbcTestingLibraries = Seq(
"mysql" % "mysql-connector-java" % "8.0.33" % Test,
"com.h2database" % "h2" % "1.4.200" % Test,
// In 42.2.18 error happens: PSQLException: conversion to class java.time.OffsetTime from timetz not supported
"org.postgresql" % "postgresql" % "42.3.6" % Test,
"org.postgresql" % "postgresql" % "42.3.8" % Test,
"org.xerial" % "sqlite-jdbc" % "3.32.3.2" % Test,
// In 7.1.1-jre8-preview error happens: The conversion to class java.time.OffsetDateTime is unsupported.
"com.microsoft.sqlserver" % "mssql-jdbc" % "7.2.2.jre8" % Test,
Expand Down

0 comments on commit 176a3bc

Please sign in to comment.