This is an automated email from the ASF dual-hosted git repository.
jamesnetherton 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 3b5f8bd2f8 Bump com.unboundid:unboundid-ldapsdk from 7.0.3 to 7.0.4
3b5f8bd2f8 is described below
commit 3b5f8bd2f8c4364521a87a53863dba4ffdc850de
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Dec 4 07:14:19 2025 +0000
Bump com.unboundid:unboundid-ldapsdk from 7.0.3 to 7.0.4
Bumps
[com.unboundid:unboundid-ldapsdk](https://github.com/pingidentity/ldapsdk) from
7.0.3 to 7.0.4.
- [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-version: 7.0.4
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>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 17f2b5f5b5..db9d412c33 100644
--- a/pom.xml
+++ b/pom.xml
@@ -188,7 +188,7 @@
<microsoft.graph.auth.version>0.3.0</microsoft.graph.auth.version>
<pdfbox.version>${pdfbox-version}</pdfbox.version>
<sshd.version>2.12.1</sshd.version><!-- @sync
io.quarkus:quarkus-bom:${quarkus.version} dep:org.apache.sshd:sshd-common -->
- <unboundid-ldapsdk.version>7.0.3</unboundid-ldapsdk.version>
+ <unboundid-ldapsdk.version>7.0.4</unboundid-ldapsdk.version>
<wiremock.version>3.13.2</wiremock.version>
<xmlunit.version>2.11.0</xmlunit.version>
<zt-exec.version>1.12</zt-exec.version>