Skip to content

Commit

Permalink
Update derby to 10.16.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 23, 2022
1 parent 1bb4778 commit ecb79d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -36,7 +36,7 @@ object Dependencies {
val testDBs = Seq(
h2,
sqlServer,
"org.apache.derby" % "derby" % "10.14.2.0",
"org.apache.derby" % "derby" % "10.16.1.1",
"org.xerial" % "sqlite-jdbc" % "3.39.3.0",
"org.hsqldb" % "hsqldb" % "2.7.1",
"org.postgresql" % "postgresql" % "42.5.0",
Expand Down

0 comments on commit ecb79d5

Please sign in to comment.