From 020f3c867cd575304461d8a4a092b8459f34f55e Mon Sep 17 00:00:00 2001 From: "zio-scala-steward[bot]" <145262613+zio-scala-steward[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 00:12:31 +0000 Subject: [PATCH] Update sqlite-jdbc to 3.43.2.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 176728c36b..83a4af50b5 100644 --- a/build.sbt +++ b/build.sbt @@ -481,7 +481,7 @@ lazy val jdbcTestingLibraries = Seq( "com.mysql" % "mysql-connector-j" % "8.1.0" % Test, "com.h2database" % "h2" % "2.2.224" % Test, "org.postgresql" % "postgresql" % "42.6.0" % Test, - "org.xerial" % "sqlite-jdbc" % "3.42.0.1" % Test, + "org.xerial" % "sqlite-jdbc" % "3.43.2.1" % Test, "com.microsoft.sqlserver" % "mssql-jdbc" % "7.4.1.jre11" % Test, "com.oracle.ojdbc" % "ojdbc8" % "19.3.0.0" % Test, "org.mockito" %% "mockito-scala-scalatest" % "1.17.14" % Test