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

[camel] branch main updated (fbae61b0e1d -> 8ef588a9767)

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

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


    from fbae61b0e1d Sync deps
     new e9f1cfaaa1e Upgrade Spring Data Redis to version 3.0.4
     new 8ef588a9767 Sync deps

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[camel] 02/02: Sync deps

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 8ef588a976782865a504576b2e9f052619f89ede
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed May 10 14:36:53 2023 +0200

    Sync deps
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 camel-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 1c0e4f81959..ba5372a1119 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -458,7 +458,7 @@
         <splunk-version>1.9.0_1</splunk-version>
         <spock-version>2.3-groovy-4.0</spock-version>
         <spring-batch-version>4.3.8</spring-batch-version>
-        <spring-data-redis-version>2.6.2</spring-data-redis-version>
+        <spring-data-redis-version>3.0.4</spring-data-redis-version>
         <spring-ldap-version>3.0.2</spring-ldap-version>
         <spring-vault-core-version>3.0.2</spring-vault-core-version>
         <spring-version>6.0.8</spring-version>


[camel] 01/02: Upgrade Spring Data Redis to version 3.0.4

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit e9f1cfaaa1e33d455d8932514db6fab5d02071d5
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed May 10 14:35:35 2023 +0200

    Upgrade Spring Data Redis to version 3.0.4
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index fe11fc8df9a..1cc3b9f7c54 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -453,7 +453,7 @@
         <splunk-version>1.9.0_1</splunk-version>
         <spock-version>2.3-groovy-4.0</spock-version>
         <spring-batch-version>4.3.8</spring-batch-version>
-        <spring-data-redis-version>2.6.2</spring-data-redis-version>
+        <spring-data-redis-version>3.0.4</spring-data-redis-version>
         <spring-ldap-version>3.0.2</spring-ldap-version>
         <spring-vault-core-version>3.0.2</spring-vault-core-version>
         <spring-version>6.0.8</spring-version>