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 2b6a24a03b Bump com.unboundid:unboundid-ldapsdk from 7.0.2 to 7.0.3 2b6a24a03b is described below commit 2b6a24a03b05afd5d2d6c9749e5f149e700a522f Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Jun 16 07:21:22 2025 +0100 Bump com.unboundid:unboundid-ldapsdk from 7.0.2 to 7.0.3 Bumps [com.unboundid:unboundid-ldapsdk](https://github.com/pingidentity/ldapsdk) from 7.0.2 to 7.0.3. - [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.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> 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 6766f2359c..b450ca18bc 100644 --- a/pom.xml +++ b/pom.xml @@ -188,7 +188,7 @@ <htmlunit-driver.version>4.13.0</htmlunit-driver.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.2</unboundid-ldapsdk.version> + <unboundid-ldapsdk.version>7.0.3</unboundid-ldapsdk.version> <wiremock.version>3.13.1</wiremock.version> <xmlunit.version>2.10.2</xmlunit.version> <zt-exec.version>1.12</zt-exec.version>