From 5e02227b02a181f12686f2dff833e69ad4493ee8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Feb 2020 16:18:14 +0100 Subject: [PATCH] Upgrade to UnboundID LDAPSDK 4.0.14 Closes gh-20095 --- 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 8d992b16e3..60cc29ee0a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1751,7 +1751,7 @@ bom { ] } } - library("UnboundID LDAPSDK", "4.0.13") { + library("UnboundID LDAPSDK", "4.0.14") { group("com.unboundid") { modules = [ "unboundid-ldapsdk"