From 672468d717387e0b9c83bab581ad67588d8c4548 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 15:32:16 +0000 Subject: [PATCH] Bump com.unboundid:unboundid-ldapsdk from 7.0.1 to 7.0.2 Bumps [com.unboundid:unboundid-ldapsdk](https://github.com/pingidentity/ldapsdk) from 7.0.1 to 7.0.2. - [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.1...7.0.2) --- 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 012b3cc4..211a1ed5 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -15,7 +15,7 @@ ext { mongodb_driver : '5.2.1', caffeine : '3.1.8', json_path : '2.9.0', - unboundid_ldapsdk : '7.0.1', + unboundid_ldapsdk : '7.0.2', hibernate_validator : '8.0.1.Final', edison_hal : '2.1.1', validator_collection : '2.2.0',