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 2022/01/14 06:03:05 UTC

[camel] branch main updated: Upgrade to apache spark 3.2.0

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 a828458  Upgrade to apache spark 3.2.0
a828458 is described below

commit a8284588e3cf4c49ea0651f5ac6569ad89108743
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Jan 14 07:01:54 2022 +0100

    Upgrade to apache spark 3.2.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 9abf00e..9b35f11 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -500,7 +500,7 @@
         <solr-version>8.11.0</solr-version>
         <solr-version-range>[8,9)</solr-version-range>
         <solr-zookeeper-version>3.6.2</solr-zookeeper-version>
-        <spark-version>3.1.2</spark-version>
+        <spark-version>3.2.0</spark-version>
         <splunk-version>1.6.5.0_1</splunk-version>
         <spock-version>2.0-M4-groovy-3.0</spock-version>
         <spring-batch-version>4.3.4</spring-batch-version>