From 1f5e7b274d9697f52ad106e652e2a64f0a6a9e30 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 00:12:10 +0000 Subject: [PATCH] Update sqlite-jdbc to 3.46.0.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 87543ac8b..cc58c88f0 100644 --- a/build.sbt +++ b/build.sbt @@ -535,7 +535,7 @@ lazy val jdbcTestingLibraries = Seq( "com.mysql" % "mysql-connector-j" % "8.4.0" % Test, "com.h2database" % "h2" % "2.2.224" % Test, "org.postgresql" % "postgresql" % "42.7.3" % Test, - "org.xerial" % "sqlite-jdbc" % "3.46.0.0" % Test, + "org.xerial" % "sqlite-jdbc" % "3.46.0.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