Skip to content

Commit 287e62c

Browse files
Update sqlite-jdbc to 3.53.2.0
1 parent 5a5b8ae commit 287e62c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ lazy val jdbcTestingLibraries = Seq(
536536
"com.mysql" % "mysql-connector-j" % "9.4.0" % Test,
537537
"com.h2database" % "h2" % "2.3.232" % Test,
538538
"org.postgresql" % "postgresql" % "42.7.7" % Test,
539-
"org.xerial" % "sqlite-jdbc" % "3.50.3.0" % Test,
539+
"org.xerial" % "sqlite-jdbc" % "3.53.2.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

Comments
 (0)