From cdac50a1c987f9077c69a301af80c77012e7c444 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Sep 2022 10:32:51 +0200 Subject: [PATCH] Upgrade to UnboundID LDAPSDK 6.0.6 Closes gh-32329 --- 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 a87d64ddf8fd..cdad7f2d79c9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1878,7 +1878,7 @@ bom { ] } } - library("UnboundID LDAPSDK", "6.0.5") { + library("UnboundID LDAPSDK", "6.0.6") { group("com.unboundid") { modules = [ "unboundid-ldapsdk"