File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments