diff --git a/autotest/Tests/build.sbt b/autotest/Tests/build.sbt index a78813f3c1..f86f306773 100644 --- a/autotest/Tests/build.sbt +++ b/autotest/Tests/build.sbt @@ -42,7 +42,7 @@ libraryDependencies ++= Seq( "org.http4s" %% "http4s-blaze-client" % http4sVersion, "org.http4s" %% "http4s-circe" % http4sVersion, "org.typelevel" %% "cats-free" % catsVersion, - "com.unboundid" % "unboundid-ldapsdk" % "6.0.10", + "com.unboundid" % "unboundid-ldapsdk" % "6.0.11", jacksonDataBind, "com.auth0" % "jwks-rsa" % "0.22.1" )