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 2021/08/05 12:09:43 UTC

[camel] branch main updated (0efa624 -> e345267)

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 0efa624  Regen for commit 9832f0a7b100034a4344225c6455a1c298bc059f
     new a27807a  Upgrade Spring Data Redis to version 2.5.3
     new e345267  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 e345267e0e4146f04c15f5989f90bbe3d7577700
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Aug 5 13:29:27 2021 +0200

    Sync deps
---
 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 0361997..4ab3b4b 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -515,7 +515,7 @@
     <splunk-version>1.6.5.0_1</splunk-version>
     <spock-version>2.0-M4-groovy-3.0</spock-version>
     <spring-batch-version>4.3.3</spring-batch-version>
-    <spring-data-redis-version>2.5.2</spring-data-redis-version>
+    <spring-data-redis-version>2.5.3</spring-data-redis-version>
     <spring-integration-version>5.4.3</spring-integration-version>
     <spring-ldap-version>2.3.4.RELEASE</spring-ldap-version>
     <spring-rabbitmq-version>2.3.10</spring-rabbitmq-version>

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

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 a27807aa992b2c471408684273a426d4a7c03d41
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Aug 5 13:27:07 2021 +0200

    Upgrade Spring Data Redis to version 2.5.3
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 06da555..a16153d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -502,7 +502,7 @@
         <splunk-version>1.6.5.0_1</splunk-version>
         <spock-version>2.0-M4-groovy-3.0</spock-version>
         <spring-batch-version>4.3.3</spring-batch-version>
-        <spring-data-redis-version>2.5.2</spring-data-redis-version>
+        <spring-data-redis-version>2.5.3</spring-data-redis-version>
         <spring-integration-version>5.4.3</spring-integration-version>
         <spring-ldap-version>2.3.4.RELEASE</spring-ldap-version>
         <spring-version-range>[5,6)</spring-version-range>