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 2018/10/15 09:22:37 UTC

[camel] branch master updated: Upgrade Spark to version 2.3.2

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d724acb  Upgrade Spark to version 2.3.2
d724acb is described below

commit d724acb2e91b22c64fad06974757f3dfcccc40f6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 15 11:11:38 2018 +0200

    Upgrade Spark to version 2.3.2
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 21cb131..dd3a63d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -629,7 +629,7 @@
     <!-- solr version aligned with lucene -->
     <solr-version>7.2.1</solr-version>
     <solr-version-range>[7,8)</solr-version-range>
-    <spark-version>2.3.1</spark-version>
+    <spark-version>2.3.2</spark-version>
     <spark-rest-version>2.7.2</spark-rest-version>
     <spark-rest-bundle-version>2.7.2_1</spark-rest-bundle-version>
     <splunk-version>1.6.4.0_1</splunk-version>