From c6bb958ce38d220b8cc471a9f490e1c4088b7eb4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Jun 2023 08:45:56 +0200 Subject: [PATCH] Upgrade to UnboundID LDAPSDK 6.0.9 Closes gh-35848 --- 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 ebff90f68dc..7e085cca046 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1560,7 +1560,7 @@ bom { ] } } - library("UnboundID LDAPSDK", "6.0.8") { + library("UnboundID LDAPSDK", "6.0.9") { group("com.unboundid") { modules = [ "unboundid-ldapsdk"