Skip to content

Commit 2dc9c0a

Browse files
authored
Upgrade to Spark 3.3.0 (#442)
* Upgrade to Spark 3.3.0 * Update the version
1 parent e0509f9 commit 2dc9c0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.amazon.deequ</groupId>
88
<artifactId>deequ</artifactId>
9-
<version>2.0.0-spark-3.2</version>
9+
<version>2.0.2-spark-3.3</version>
1010

1111
<properties>
1212
<maven.compiler.source>1.8</maven.compiler.source>
@@ -18,7 +18,7 @@
1818
<artifact.scala.version>${scala.major.version}</artifact.scala.version>
1919
<scala-maven-plugin.version>4.4.0</scala-maven-plugin.version>
2020

21-
<spark.version>3.2.1</spark.version>
21+
<spark.version>3.3.0</spark.version>
2222
</properties>
2323

2424
<name>deequ</name>

0 commit comments

Comments
 (0)