From d9c7868285fce75960977ec4f6a9a5a11c964597 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 22:53:34 +0000 Subject: [PATCH] chore(deps): update dependency com.unboundid:unboundid-ldapsdk to v6.0.10 --- autotest/Tests/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autotest/Tests/build.sbt b/autotest/Tests/build.sbt index 60410fd072..6f7304ecde 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.9", + "com.unboundid" % "unboundid-ldapsdk" % "6.0.10", jacksonDataBind, "com.auth0" % "jwks-rsa" % "0.22.1" )