Skip to content

Commit

Permalink
Update sqlite-jdbc to 3.39.4.1 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Nov 20, 2022
1 parent d697be1 commit 2441cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/ProjectDeps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ object ProjectDeps {
Seq(
"org.apache.tika" % "tika-parsers" % version,
"org.apache.tika" % "tika-core" % version,
"org.xerial" % "sqlite-jdbc" % "3.28.0"
"org.xerial" % "sqlite-jdbc" % "3.39.4.1"
)
}

Expand Down

0 comments on commit 2441cd8

Please sign in to comment.