From e79073bee3e5844b9b412d62e40b2210de1b12c8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 18 Mar 2022 09:26:25 +0100 Subject: [PATCH] Upgrade to UnboundID LDAPSDK 6.0.4 Closes gh-30314 --- 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 964c46b51d..baf284fe12 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1840,7 +1840,7 @@ bom { ] } } - library("UnboundID LDAPSDK", "6.0.3") { + library("UnboundID LDAPSDK", "6.0.4") { group("com.unboundid") { modules = [ "unboundid-ldapsdk"