You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2022/10/04 15:39:48 UTC

[iceberg] branch 1.0.x updated: Spark: Bump Spark version for vulnerability, backport #5292 (#5895)

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

blue pushed a commit to branch 1.0.x
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/1.0.x by this push:
     new b1773564ee Spark: Bump Spark version for vulnerability, backport #5292 (#5895)
b1773564ee is described below

commit b1773564eec5564540f1066a61c0837b1e2d4a47
Author: Eduard Tudenhöfner <et...@gmail.com>
AuthorDate: Tue Oct 4 17:39:41 2022 +0200

    Spark: Bump Spark version for vulnerability, backport #5292 (#5895)
    
    Co-authored-by: Luning (Lucas) Wang <wa...@gmail.com>
---
 spark/v3.1/build.gradle | 2 +-
 spark/v3.2/build.gradle | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/spark/v3.1/build.gradle b/spark/v3.1/build.gradle
index ffaa8a119a..592d1b51be 100644
--- a/spark/v3.1/build.gradle
+++ b/spark/v3.1/build.gradle
@@ -25,7 +25,7 @@ def sparkProjects = [
 
 configure(sparkProjects) {
   project.ext {
-    sparkVersion = '3.1.2'
+    sparkVersion = '3.1.3'
   }
 
   configurations {
diff --git a/spark/v3.2/build.gradle b/spark/v3.2/build.gradle
index 6cfe3d4591..1272e4bfd1 100644
--- a/spark/v3.2/build.gradle
+++ b/spark/v3.2/build.gradle
@@ -17,7 +17,7 @@
  * under the License.
  */
 
-String sparkVersion = '3.2.1'
+String sparkVersion = '3.2.2'
 String sparkMajorVersion = '3.2'
 String scalaVersion = System.getProperty("scalaVersion") != null ? System.getProperty("scalaVersion") : System.getProperty("defaultScalaVersion")