Skip to content

Commit

Permalink
Upgrades Spark version from 2.2.2 to 2.3.3 (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsteps authored Sep 11, 2020
1 parent be24076 commit a0da554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-core_${scala.major.version}</artifactId>
<version>2.2.2</version>
<version>2.3.3</version>
</dependency>

<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-sql_${scala.major.version}</artifactId>
<version>2.2.2</version>
<version>2.3.3</version>
</dependency>

<dependency>
Expand Down

0 comments on commit a0da554

Please sign in to comment.