From 21d98783622309835de091db4f395f86e2faedc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Jul 2025 00:13:43 +0000 Subject: [PATCH] Bump com.unboundid:unboundid-ldapsdk in /modules/ldap Bumps [com.unboundid:unboundid-ldapsdk](https://github.com/pingidentity/ldapsdk) from 7.0.2 to 7.0.3. - [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/compare/7.0.2...7.0.3) --- updated-dependencies: - dependency-name: com.unboundid:unboundid-ldapsdk dependency-version: 7.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- modules/ldap/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ldap/build.gradle b/modules/ldap/build.gradle index 327b81491e9..5045bf79266 100644 --- a/modules/ldap/build.gradle +++ b/modules/ldap/build.gradle @@ -4,5 +4,5 @@ dependencies { api project(':testcontainers') testImplementation 'org.assertj:assertj-core:3.27.3' - testImplementation 'com.unboundid:unboundid-ldapsdk:7.0.2' + testImplementation 'com.unboundid:unboundid-ldapsdk:7.0.3' }