From 9aca9fdccccfd951036a1e7a863380bfe8265f89 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 18:26:08 +0000 Subject: [PATCH] Update dependency com.unboundid:unboundid-ldapsdk to v7 (#360) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index f51ac68..58206af 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -56,7 +56,7 @@ testing { implementation("org.seleniumhq.selenium:selenium-chrome-driver:4.18.1") implementation("org.assertj:assertj-core:3.25.3") - implementation("com.unboundid:unboundid-ldapsdk:6.0.11") + implementation("com.unboundid:unboundid-ldapsdk:7.0.0") implementation("com.icegreen:greenmail-junit5:2.0.1") }