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