From 1efc64407a86a5cde478eb424ff1916bc3e213e3 Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Thu, 12 Oct 2023 11:16:34 -0600 Subject: [PATCH] Update to UnboundID SDK 6.0.10 Closes gh-831 --- dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies/build.gradle b/dependencies/build.gradle index 6a19259d4..fc8a7f22e 100644 --- a/dependencies/build.gradle +++ b/dependencies/build.gradle @@ -25,7 +25,7 @@ dependencies { api "org.apache.commons:commons-pool2:2.11.1" api "ch.qos.logback:logback-classic:1.4.11" api "com.google.code.typica:typica:1.7.2" - api "com.unboundid:unboundid-ldapsdk:6.0.9" + api "com.unboundid:unboundid-ldapsdk:6.0.10" api "commons-codec:commons-codec:1.16.0" api "commons-cli:commons-cli:1.5.0" api "commons-httpclient:commons-httpclient:3.1"