This is an automated email from the ASF dual-hosted git repository.
zhfeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new fba808559d Bump com.unboundid:unboundid-ldapsdk from 6.0.11 to 7.0.0
(#5865)
fba808559d is described below
commit fba808559d8f3907fff1e72083ae6cadebaddce0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 13 10:32:56 2024 +0800
Bump com.unboundid:unboundid-ldapsdk from 6.0.11 to 7.0.0 (#5865)
Bumps
[com.unboundid:unboundid-ldapsdk](https://github.com/pingidentity/ldapsdk) from
6.0.11 to 7.0.0.
- [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/commits)
---
updated-dependencies:
- dependency-name: com.unboundid:unboundid-ldapsdk
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e25acfcea9..6a8ef8e35c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -170,7 +170,7 @@
<htmlunit-driver.version>4.13.0</htmlunit-driver.version>
<pdfbox.version>${pdfbox-version}</pdfbox.version>
<sshd.version>2.12.0</sshd.version><!-- @sync
io.quarkus:quarkus-bom:${quarkus.version} dep:org.apache.sshd:sshd-common -->
- <unboundid-ldapsdk.version>6.0.11</unboundid-ldapsdk.version>
+ <unboundid-ldapsdk.version>7.0.0</unboundid-ldapsdk.version>
<wiremock.version>3.3.1</wiremock.version>
<zt-exec.version>1.12</zt-exec.version>