From 6fd3fc418e4375ae968f7c3df434b396dad3d43b Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 4 Feb 2025 12:07:37 -0800 Subject: [PATCH] Upgrade to UnboundID LDAPSDK 7.0.2 Closes gh-44099 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 34857836f3..fc2b6ac4b2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2448,7 +2448,7 @@ bom { releaseNotes(version -> "https://tomcat.apache.org/tomcat-%s.%s-doc/changelog.html".formatted(version.major(), version.minor())) } } - library("UnboundID LDAPSDK", "6.0.11") { + library("UnboundID LDAPSDK", "7.0.2") { group("com.unboundid") { modules = [ "unboundid-ldapsdk"