From e825a6eb1a5a518b1b496863f016e5974bc42081 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Mar 2023 08:33:22 +0000 Subject: [PATCH] Upgrade to UnboundID LDAPSDK 6.0.8 Closes gh-34675 --- 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 d4be05dc1c..130bda6a38 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1494,7 +1494,7 @@ bom { ] } } - library("UnboundID LDAPSDK", "6.0.7") { + library("UnboundID LDAPSDK", "6.0.8") { group("com.unboundid") { modules = [ "unboundid-ldapsdk"