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 2022/10/10 09:56:32 UTC

[camel-karaf] branch main updated: Upgrade Spring Batch to version 4.3.7_1

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-karaf.git


The following commit(s) were added to refs/heads/main by this push:
     new e7839307 Upgrade Spring Batch to version 4.3.7_1
e7839307 is described below

commit e78393076b4b9b7ed9c3d5633247babb2bdc12e2
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 10 11:45:50 2022 +0200

    Upgrade Spring Batch to version 4.3.7_1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 407ee3e2..0accf06d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -285,7 +285,7 @@
         <!-- snappy 1.1.8.x does not work in OSGi -->
         <snappy-version>1.1.7.3</snappy-version>
         <solr-bundle-version>8.11.1_1</solr-bundle-version>
-        <spring-batch-bundle-version>4.3.5_1</spring-batch-bundle-version>
+        <spring-batch-bundle-version>4.3.7_1</spring-batch-bundle-version>
         <spring-data-commons-bundle-version>2.6.2_1</spring-data-commons-bundle-version>
         <spring-ldap-bundle-version>2.3.7.RELEASE_1</spring-ldap-bundle-version>
         <spring-ws-bundle-version>3.0.8.RELEASE_1</spring-ws-bundle-version>