From 7a3967ae5add273ba3465bdda8028acc526f550f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 00:07:51 +0000 Subject: [PATCH] chore(deps): update dependency com.unboundid:unboundid-ldapsdk to v6.0.11 --- 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 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" )