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 authored and nafg committed Jul 12, 2022
1 parent 78ba4a0 commit 42cd807
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 @@ -18,7 +18,7 @@ libraryDependencies += "org.xerial" % "sqlite-jdbc" % "3.36.0.

// latest Derby that works
// 10.14.2.0 fails with java.security.AccessControlException: access denied org.apache.derby.security.SystemPermission( "engine", "usederbyinternals" )
libraryDependencies += "org.apache.derby" % "derby" % "10.11.1.1" % "test"
libraryDependencies += "org.apache.derby" % "derby" % "10.16.1.1" % "test"

libraryDependencies += "org.hsqldb" % "hsqldb" % "2.6.1" % "test"

Expand Down

0 comments on commit 42cd807

Please sign in to comment.