From 74c1f5bede966657bff5eb08cd6fa69ab2b5df88 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 15 Sep 2022 09:39:13 +0200 Subject: [PATCH] Upgrade to UnboundID LDAPSDK 6.0.6 Closes gh-32389 --- 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 35569737b75..de1176d7c7f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1568,7 +1568,7 @@ bom { ] } } - library("UnboundID LDAPSDK", "6.0.5") { + library("UnboundID LDAPSDK", "6.0.6") { group("com.unboundid") { modules = [ "unboundid-ldapsdk"