@@ -200,12 +200,12 @@ lazy val `quill-engine` =
200200 .settings(commonSettings : _* )
201201 .settings(
202202 libraryDependencies ++= Seq (
203- " com.typesafe" % " config" % " 1.4.3 " ,
203+ " com.typesafe" % " config" % " 1.4.4 " ,
204204 " com.typesafe.scala-logging" %% " scala-logging" % " 3.9.5" ,
205205 (" com.github.takayahilton" %% " sql-formatter" % " 1.2.1" ).cross(CrossVersion .for3Use2_13),
206206 " io.suzaku" %% " boopickle" % " 1.5.0" ,
207- " com.lihaoyi" %% " pprint" % " 0.9.0 " ,
208- " com.github.ben-manes.caffeine" % " caffeine" % " 3.2.0 "
207+ " com.lihaoyi" %% " pprint" % " 0.9.3 " ,
208+ " com.github.ben-manes.caffeine" % " caffeine" % " 3.2.2 "
209209 ),
210210 coverageExcludedPackages := " <empty>;.*AstPrinter;.*Using;io.getquill.Model;io.getquill.ScalarTag;io.getquill.QuotationTag"
211211 )
@@ -216,8 +216,8 @@ lazy val `quill-core` =
216216 .settings(commonSettings : _* )
217217 .settings(
218218 libraryDependencies ++= Seq (
219- " com.typesafe" % " config" % " 1.4.3 " ,
220- " dev.zio" %% " zio-logging" % " 2.5.0 " ,
219+ " com.typesafe" % " config" % " 1.4.4 " ,
220+ " dev.zio" %% " zio-logging" % " 2.5.1 " ,
221221 " dev.zio" %% " zio" % Version .zio,
222222 " dev.zio" %% " zio-streams" % Version .zio,
223223 " com.typesafe.scala-logging" %% " scala-logging" % " 3.9.5"
@@ -423,8 +423,8 @@ 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.5 " % " provided" ,
427- " dev.zio" %% " zio-json" % " 0.7.43 "
426+ " org.postgresql" % " postgresql" % " 42.7.7 " % " provided" ,
427+ " dev.zio" %% " zio-json" % " 0.7.44 "
428428 ),
429429 Test / testGrouping := {
430430 (Test / definedTests).value map { test =>
@@ -511,7 +511,7 @@ lazy val `quill-orientdb` =
511511 .settings(
512512 Test / fork := true ,
513513 libraryDependencies ++= Seq (
514- " com.orientechnologies" % " orientdb-graphdb" % " 3.2.39 "
514+ " com.orientechnologies" % " orientdb-graphdb" % " 3.2.42 "
515515 )
516516 )
517517 .dependsOn(
@@ -532,11 +532,11 @@ lazy val `quill-test-kit` =
532532
533533lazy val jdbcTestingLibraries = Seq (
534534 libraryDependencies ++= Seq (
535- " com.zaxxer" % " HikariCP" % " 6.3.0 " exclude (" org.slf4j" , " *" ),
536- " com.mysql" % " mysql-connector-j" % " 9.3 .0" % Test ,
535+ " com.zaxxer" % " HikariCP" % " 6.3.1 " exclude (" org.slf4j" , " *" ),
536+ " com.mysql" % " mysql-connector-j" % " 9.4 .0" % Test ,
537537 " com.h2database" % " h2" % " 2.3.232" % Test ,
538- " org.postgresql" % " postgresql" % " 42.7.5 " % Test ,
539- " org.xerial" % " sqlite-jdbc" % " 3.49.1 .0" % Test ,
538+ " org.postgresql" % " postgresql" % " 42.7.7 " % Test ,
539+ " 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 ,
542542 " org.mockito" %% " mockito-scala-scalatest" % " 1.17.14" % Test
0 commit comments