From 345cc6a981873e6f17918b3f2028833d04aba278 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 15 Jul 2020 16:36:35 +0200 Subject: [PATCH] Update sqlite-jdbc to 3.32.3.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 033284a3..72618187 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.0" libraryDependencies += "com.h2database" % "h2" % "1.4.200" % "test" -libraryDependencies += "org.xerial" % "sqlite-jdbc" % "3.32.3" % "test" // latest version that works +libraryDependencies += "org.xerial" % "sqlite-jdbc" % "3.32.3.1" % "test" // latest version that works // latest Derby that works // 10.14.2.0 fails with java.security.AccessControlException: access denied org.apache.derby.security.SystemPermission( "engine", "usederbyinternals" )