Skip to content

Commit

Permalink
fix(deps): bump com.unboundid:unboundid-ldapsdk from 7.0.1 to 7.0.2 (#…
Browse files Browse the repository at this point in the history
…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](pingidentity/ldapsdk@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 5, 2024
1 parent f22b3cc commit 1711d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 1711d09

Please sign in to comment.