Skip to content

Commit

Permalink
RD-9187 upgrade sqlite-jdbc dep (#16)
Browse files Browse the repository at this point in the history
The current version presents a vuln issue (check JIRA for more details)
  • Loading branch information
datYori authored Jul 6, 2023
1 parent e4cf98c commit b1835fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ object Dependencies {

val mysqlDeps = "mysql" % "mysql-connector-java" % "8.0.32"

val sqliteDeps = "org.xerial" % "sqlite-jdbc" % "3.40.1.0"
val sqliteDeps = "org.xerial" % "sqlite-jdbc" % "3.41.2.2"

val mssqlDeps = "com.microsoft.sqlserver" % "mssql-jdbc" % "7.0.0.jre8"

Expand Down

0 comments on commit b1835fe

Please sign in to comment.