Skip to content

Commit

Permalink
Update postgresql to 42.7.5 (#3167)
Browse files Browse the repository at this point in the history
Co-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com>
Co-authored-by: Juliano Alves <von.juliano@gmail.com>
  • Loading branch information
zio-scala-steward[bot] and juliano authored Jan 18, 2025
1 parent 437dc88 commit 8d1dd2a
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 @@ -423,7 +423,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.7.4" % "provided",
"org.postgresql" % "postgresql" % "42.7.5" % "provided",
"dev.zio" %% "zio-json" % "0.7.3"
),
Test / testGrouping := {
Expand Down Expand Up @@ -535,7 +535,7 @@ lazy val jdbcTestingLibraries = Seq(
"com.zaxxer" % "HikariCP" % "6.2.1" exclude ("org.slf4j", "*"),
"com.mysql" % "mysql-connector-j" % "9.1.0" % Test,
"com.h2database" % "h2" % "2.3.232" % Test,
"org.postgresql" % "postgresql" % "42.7.4" % Test,
"org.postgresql" % "postgresql" % "42.7.5" % Test,
"org.xerial" % "sqlite-jdbc" % "3.47.1.0" % Test,
"com.microsoft.sqlserver" % "mssql-jdbc" % "7.4.1.jre11" % Test,
"com.oracle.ojdbc" % "ojdbc8" % "19.3.0.0" % Test,
Expand Down

0 comments on commit 8d1dd2a

Please sign in to comment.