Skip to content

Commit

Permalink
upgrade unboundid
Browse files Browse the repository at this point in the history
  • Loading branch information
dvoet committed Nov 26, 2019
1 parent 53e4681 commit 07a259d
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 @@ -59,7 +59,7 @@ object Dependencies {
val scalaTest: ModuleID = "org.scalatest" %% "scalatest" % scalaTestV % "test"
val mockito: ModuleID = "org.mockito" % "mockito-core" % "2.7.22" % "test"

val unboundid: ModuleID = "com.unboundid" % "unboundid-ldapsdk" % "4.0.12"
val unboundid: ModuleID = "com.unboundid" % "unboundid-ldapsdk" % "4.0.13"
val ehcache: ModuleID = "org.ehcache" % "ehcache" % "3.6.2"

// All of workbench-libs pull in Akka; exclude it since we provide our own Akka dependency.
Expand Down

0 comments on commit 07a259d

Please sign in to comment.