Skip to content

Commit

Permalink
Bump com.unboundid:unboundid-ldapsdk in /reposilite-backend
Browse files Browse the repository at this point in the history
Bumps [com.unboundid:unboundid-ldapsdk](https://github.com/pingidentity/ldapsdk) from 6.0.9 to 6.0.10.
- [Release notes](https://github.com/pingidentity/ldapsdk/releases)
- [Changelog](https://github.com/pingidentity/ldapsdk/blob/master/docs/release-notes.html)
- [Commits](pingidentity/ldapsdk@6.0.9...6.0.10)

---
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]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent 39f449a commit d66f0b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reposilite-backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ dependencies {
testImplementation("org.testcontainers:localstack:$testcontainers")
testImplementation("org.testcontainers:mysql:$testcontainers")

val ldap = "6.0.9"
val ldap = "6.0.10"
testImplementation("com.unboundid:unboundid-ldapsdk:$ldap")
}

Expand Down

0 comments on commit d66f0b2

Please sign in to comment.