Skip to content

Commit

Permalink
Upgrade to Spark 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-br committed Sep 9, 2024
1 parent fd41403 commit 20864e0
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 @@ -46,24 +46,24 @@
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-core_2.12</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-sql_2.12</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-core_2.12</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
<scope>test</scope>
<classifier>tests</classifier>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-sql_2.12</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
<scope>test</scope>
<classifier>tests</classifier>
</dependency>
Expand Down

0 comments on commit 20864e0

Please sign in to comment.