This is an automated email from the ASF dual-hosted git repository.
yzhao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mnemonic.git
The following commit(s) were added to refs/heads/master by this push:
new 6c391ee MNEMONIC-671: Missing POM for commons-codec
6c391ee is described below
commit 6c391ee11442944dc286a89bdb29ca25fdeeb1d3
Author: Xiaojin Jiao <[email protected]>
AuthorDate: Thu Aug 12 21:11:27 2021 -0700
MNEMONIC-671: Missing POM for commons-codec
Signed-off-by: Xiaojin Jiao <[email protected]>
---
mnemonic-spark/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mnemonic-spark/pom.xml b/mnemonic-spark/pom.xml
index c6cb217..4feccfb 100644
--- a/mnemonic-spark/pom.xml
+++ b/mnemonic-spark/pom.xml
@@ -35,7 +35,7 @@
<url>http://mnemonic.apache.org</url>
<properties>
- <spark.version>2.3.0</spark.version>
+ <spark.version>2.4.8</spark.version>
<scala.version>2.11.12</scala.version>
<scala.binary.version>2.11</scala.binary.version>
<scalatest.version>3.0.1</scalatest.version>