Skip to content

Commit

Permalink
Version upgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghislain Fourny committed Feb 20, 2024
1 parent dd31619 commit 13ab004
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -200,19 +200,19 @@
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-core_2.12</artifactId>
<version>3.4.0</version>
<version>3.4.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-sql_2.12</artifactId>
<version>3.4.0</version>
<version>3.4.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-mllib_2.12</artifactId>
<version>3.4.0</version>
<version>3.4.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -224,7 +224,7 @@
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-avro_2.12</artifactId>
<version>3.4.0</version>
<version>3.4.2</version>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
Expand Down

0 comments on commit 13ab004

Please sign in to comment.