Skip to content

Commit

Permalink
Update sqlite-jdbc to 3.46.1.0 (#3075)
Browse files Browse the repository at this point in the history
Co-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com>
Co-authored-by: Juliano Alves <[email protected]>
  • Loading branch information
zio-scala-steward[bot] and juliano committed Sep 10, 2024
1 parent d7a1a1c commit d6cc949
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 @@ -535,7 +535,7 @@ lazy val jdbcTestingLibraries = Seq(
"com.mysql" % "mysql-connector-j" % "9.0.0" % Test,
"com.h2database" % "h2" % "2.3.232" % Test,
"org.postgresql" % "postgresql" % "42.7.4" % Test,
"org.xerial" % "sqlite-jdbc" % "3.46.0.1" % Test,
"org.xerial" % "sqlite-jdbc" % "3.46.1.0" % 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
Expand Down

0 comments on commit d6cc949

Please sign in to comment.