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 Apr 21, 2023
1 parent db7fb10 commit 2e87de9
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 @@ -725,7 +725,7 @@ lazy val jdbcTestingLibraries = Seq(
"mysql" % "mysql-connector-java" % "8.0.29" % Test,
"com.h2database" % "h2" % "2.1.212" % Test,
"org.postgresql" % "postgresql" % "42.3.6" % Test,
"org.xerial" % "sqlite-jdbc" % "3.39.3.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.17.14" % Test
Expand Down

0 comments on commit 2e87de9

Please sign in to comment.