From 8788ee229d1710012cd2f44640b93ab6dc029b31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 15:33:13 +0000 Subject: [PATCH] Bump com.unboundid:unboundid-ldapsdk from 6.0.9 to 6.0.10 Bumps [com.unboundid:unboundid-ldapsdk](https://github.com/pingidentity/ldapsdk) from 6.0.9 to 6.0.10. - [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-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle index 8dd6c7fd5..d44ea3997 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -15,7 +15,7 @@ ext { mongodb_driver : '4.10.2', caffeine : '3.1.8', json_path : '2.8.0', - unboundid_ldapsdk : '6.0.9', + unboundid_ldapsdk : '6.0.10', hibernate_validator : '6.2.5.Final', //last version with @SafeHtml edison_hal : '2.1.1', validator_collection : '2.2.0',