Skip to content

Commit

Permalink
Merge pull request #24 from CybercentreCanada/spark-3.5.2
Browse files Browse the repository at this point in the history
Upgrade to Spark 3.5.2
  • Loading branch information
cccs-br authored Sep 10, 2024
2 parents fd41403 + 1b07b00 commit f44e49b
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 f44e49b

Please sign in to comment.