From 5fd8e9ba37e6d600af1893302ab5adb2745c2690 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 8 Dec 2025 16:20:54 +0100 Subject: [PATCH] Upgrade to UnboundID LDAPSDK 7.0.4 Closes gh-48468 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index 03cf25aa350..708adb85bce 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2714,7 +2714,7 @@ bom { releaseNotes(version -> "https://tomcat.apache.org/tomcat-%s.%s-doc/changelog.html".formatted(version.major(), version.minor())) } } - library("UnboundID LDAPSDK", "7.0.3") { + library("UnboundID LDAPSDK", "7.0.4") { group("com.unboundid") { modules = [ "unboundid-ldapsdk"