Skip to content

Commit

Permalink
Update sqlite-jdbc to 3.39.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 18, 2022
1 parent 1287841 commit 5419944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ lazy val jdbcTestingLibraries = Seq(
"mysql" % "mysql-connector-java" % "8.0.30" % Test,
"com.h2database" % "h2" % "2.1.214" % Test,
"org.postgresql" % "postgresql" % "42.5.0" % Test,
"org.xerial" % "sqlite-jdbc" % "3.39.4.0" % Test,
"org.xerial" % "sqlite-jdbc" % "3.39.4.1" % Test,
"com.microsoft.sqlserver" % "mssql-jdbc" % "7.2.2.jre8" % Test,
"com.oracle.ojdbc" % "ojdbc8" % "19.3.0.0" % Test,
"org.mockito" %% "mockito-scala-scalatest" % "1.16.46" % Test
Expand Down

0 comments on commit 5419944

Please sign in to comment.