From b4ee7eb386b95682683ea2b0c9a586ac6ffbeae2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 03:43:56 +0000 Subject: [PATCH] Bump com.unboundid:unboundid-ldapsdk from 7.0.4 to 7.0.5 Bumps [com.unboundid:unboundid-ldapsdk](https://github.com/pingidentity/ldapsdk) from 7.0.4 to 7.0.5. - [Release notes](https://github.com/pingidentity/ldapsdk/releases) - [Changelog](https://github.com/pingidentity/ldapsdk/blob/master/docs/release-notes.html) - [Commits](https://github.com/pingidentity/ldapsdk/commits) --- updated-dependencies: - dependency-name: com.unboundid:unboundid-ldapsdk dependency-version: 7.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies/build.gradle b/dependencies/build.gradle index e7782fb08..fdeee926a 100644 --- a/dependencies/build.gradle +++ b/dependencies/build.gradle @@ -31,7 +31,7 @@ dependencies { api "commons-pool:commons-pool:1.6" api "org.apache.commons:commons-pool2:2.13.1" api "com.google.code.typica:typica:1.7.2" - api "com.unboundid:unboundid-ldapsdk:7.0.4" + api "com.unboundid:unboundid-ldapsdk:7.0.5" api "commons-codec:commons-codec:1.22.0" api "commons-cli:commons-cli:1.10.0" api "commons-lang:commons-lang:2.6"