You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2023/12/02 07:51:38 UTC

(camel-quarkus) branch main updated: Bump com.unboundid:unboundid-ldapsdk from 6.0.10 to 6.0.11

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 72cdb07401 Bump com.unboundid:unboundid-ldapsdk from 6.0.10 to 6.0.11
72cdb07401 is described below

commit 72cdb07401b4ec463c6e6135dd85547760162c13
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Nov 30 21:26:43 2023 +0000

    Bump com.unboundid:unboundid-ldapsdk from 6.0.10 to 6.0.11
    
    Bumps [com.unboundid:unboundid-ldapsdk](https://github.com/pingidentity/ldapsdk) from 6.0.10 to 6.0.11.
    - [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-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 738d6ad2d3..2db2907147 100644
--- a/pom.xml
+++ b/pom.xml
@@ -168,7 +168,7 @@
         <htmlunit-driver.version>4.13.0</htmlunit-driver.version>
         <pdfbox.version>${pdfbox-version}</pdfbox.version>
         <sshd.version>2.10.0</sshd.version><!-- @sync io.quarkus:quarkus-bom:${quarkus.version} dep:org.apache.sshd:sshd-common -->
-        <unboundid-ldapsdk.version>6.0.10</unboundid-ldapsdk.version>
+        <unboundid-ldapsdk.version>6.0.11</unboundid-ldapsdk.version>
         <wiremock.version>3.0.0-beta-10</wiremock.version>
         <zt-exec.version>1.12</zt-exec.version>