From 9cec66bef8d799908c67b6d4b49e9116bd1aff1c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Feb 2022 14:23:49 +0100 Subject: [PATCH] Upgrade to UnboundID LDAPSDK 6.0.3 Closes gh-29947 --- 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 4bfd7dcc9b..520aa6a50f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1821,7 +1821,7 @@ bom { ] } } - library("UnboundID LDAPSDK", "4.0.14") { + library("UnboundID LDAPSDK", "6.0.3") { group("com.unboundid") { modules = [ "unboundid-ldapsdk"