From 45d36a5f42355a6793e8bfbe60faefb7305bec90 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 10 Mar 2023 16:28:26 +0000 Subject: [PATCH] Upgrade to UnboundID LDAPSDK 6.0.8 Closes gh-34583 --- 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 c914a7df8cc..cd8499c9425 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1481,7 +1481,7 @@ bom { ] } } - library("UnboundID LDAPSDK", "6.0.7") { + library("UnboundID LDAPSDK", "6.0.8") { group("com.unboundid") { modules = [ "unboundid-ldapsdk"