You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/12/22 09:05:14 UTC

(camel) branch main updated: Bump spring-ldap-version from 3.2.0 to 3.2.1 (#12565)

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 67f6e1e50fd Bump spring-ldap-version from 3.2.0 to 3.2.1 (#12565)
67f6e1e50fd is described below

commit 67f6e1e50fd296f78463e1ff04e5b4a7f57a4d6c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Dec 22 10:05:08 2023 +0100

    Bump spring-ldap-version from 3.2.0 to 3.2.1 (#12565)
    
    Bumps `spring-ldap-version` from 3.2.0 to 3.2.1.
    
    Updates `org.springframework.ldap:spring-ldap-core` from 3.2.0 to 3.2.1
    - [Release notes](https://github.com/spring-projects/spring-ldap/releases)
    - [Changelog](https://github.com/spring-projects/spring-ldap/blob/main/changelog.txt)
    - [Commits](https://github.com/spring-projects/spring-ldap/compare/3.2.0...3.2.1)
    
    Updates `org.springframework.ldap:spring-ldap-odm` from 3.2.0 to 3.2.1
    - [Release notes](https://github.com/spring-projects/spring-ldap/releases)
    - [Changelog](https://github.com/spring-projects/spring-ldap/blob/main/changelog.txt)
    - [Commits](https://github.com/spring-projects/spring-ldap/compare/3.2.0...3.2.1)
    
    Updates `org.springframework.ldap:spring-ldap-ldif-core` from 3.2.0 to 3.2.1
    - [Release notes](https://github.com/spring-projects/spring-ldap/releases)
    - [Changelog](https://github.com/spring-projects/spring-ldap/blob/main/changelog.txt)
    - [Commits](https://github.com/spring-projects/spring-ldap/compare/3.2.0...3.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework.ldap:spring-ldap-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.springframework.ldap:spring-ldap-odm
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.springframework.ldap:spring-ldap-ldif-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index a270f901ef1..1ce51336c8d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -425,7 +425,7 @@
         <spock-version>2.3-groovy-4.0</spock-version>
         <spring-batch-version>5.1.0</spring-batch-version>
         <spring-data-redis-version>3.2.1</spring-data-redis-version>
-        <spring-ldap-version>3.2.0</spring-ldap-version>
+        <spring-ldap-version>3.2.1</spring-ldap-version>
         <spring-vault-core-version>3.1.0</spring-vault-core-version>
         <spring-version>6.1.2</spring-version>
         <spring-rabbitmq-version>3.1.0</spring-rabbitmq-version>