From 1711d093cb397041f1aa1c0ec811d7b00d809197 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 09:28:06 +0100 Subject: [PATCH] fix(deps): bump com.unboundid:unboundid-ldapsdk from 7.0.1 to 7.0.2 (#700) chore(deps): bump com.unboundid:unboundid-ldapsdk from 7.0.1 to 7.0.2 Bumps [com.unboundid:unboundid-ldapsdk](https://github.com/pingidentity/ldapsdk) from 7.0.1 to 7.0.2. - [Release notes](https://github.com/pingidentity/ldapsdk/releases) - [Changelog](https://github.com/pingidentity/ldapsdk/blob/master/docs/release-notes.html) - [Commits](https://github.com/pingidentity/ldapsdk/compare/7.0.1...7.0.2) --- updated-dependencies: - dependency-name: com.unboundid:unboundid-ldapsdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index be4dd1d..e0b62c8 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ buildscript { ext.kafka_version = '3.9.0' ext.scala_version = '2.13' ext.kotlin_version = '2.0.21' - ext.unboundid_version = '7.0.1' + ext.unboundid_version = '7.0.2' ext.caffeine_version = '3.1.8' ext.jackson_version = '2.18.2' ext.spek_version = '2.0.19'