You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by ba...@apache.org on 2022/01/20 15:25:53 UTC

[systemds] 01/01: [MINOR] Update spark and hadoop for security issues

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

baunsgaard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git

commit 8978e135a7b6467c4796a82d2c7440f2e1ba6be2
Author: baunsgaard <ba...@tugraz.at>
AuthorDate: Mon Nov 8 11:50:08 2021 +0100

    [MINOR] Update spark and hadoop for security issues
    
    spark 3.0.0 -> 3.2.0
    hadoop 3.0.0 -> 3.3.1
    
    The specific version changes are based on the spark release versions.
    https://github.com/apache/spark/releases/tag/v3.2.0
    
    Closes #1444
---
 pom.xml | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2449c83..51f38c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,9 +39,10 @@
 	</licenses>
 
 	<properties>
-		<hadoop.version>3.0.0</hadoop.version>
-		<antlr.version>4.5.3</antlr.version>
-		<spark.version>3.0.0</spark.version>
+		<hadoop.version>3.3.1</hadoop.version>
+		<!-- Consistant with spark -->
+		<antlr.version>4.8</antlr.version>
+		<spark.version>3.2.0</spark.version>
 		<scala.version>2.12.0</scala.version>
 		<scala.binary.version>2.12</scala.binary.version>
 		<maven.build.timestamp.format>yyyy-MM-dd HH:mm:ss z</maven.build.timestamp.format>
@@ -1045,7 +1046,7 @@
 		<dependency>
 			<groupId>com.fasterxml.jackson.core</groupId>
 			<artifactId>jackson-databind</artifactId>
-			<version>2.10.0</version>
+			<version>2.12.3</version>
 		</dependency>
 
 		<dependency>
@@ -1074,7 +1075,7 @@
 		<dependency>
 			<groupId>org.codehaus.janino</groupId>
 			<artifactId>janino</artifactId>
-			<version>3.0.8</version>
+			<version>3.0.16</version>
 			<scope>provided</scope>
 		</dependency>
 
@@ -1107,7 +1108,7 @@
 		<dependency>
 			<groupId>io.netty</groupId>
 			<artifactId>netty-all</artifactId>
-			<version>4.1.47.Final</version>
+			<version>4.1.68.Final</version>
 			<scope>provided</scope>
 		</dependency>