Skip to content

Commit 0e8a95e

Browse files
LuciferYangHyukjinKwon
authored andcommitted
[SPARK-44295][BUILD] Upgrade scala-parser-combinators to 2.3.0
### What changes were proposed in this pull request? This pr aims to upgrade `scala-parser-combinators` from 2.2.0 to 2.3.0 ### Why are the changes needed? The new version [dropped support for Scala 2.11](scala/scala-parser-combinators#504) and bring a bug fix: - scala/scala-parser-combinators#507 The full release notes as follows: - https://github.com/scala/scala-parser-combinators/releases/tag/v2.3.0 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Pass Github Actions Closes #41848 from LuciferYang/scala-parser-combinators-23. Authored-by: yangjie01 <[email protected]> Signed-off-by: Hyukjin Kwon <[email protected]>
1 parent 7fcabef commit 0e8a95e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/deps/spark-deps-hadoop-3-hive-2.3

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ rocksdbjni/8.3.2//rocksdbjni-8.3.2.jar
227227
scala-collection-compat_2.12/2.7.0//scala-collection-compat_2.12-2.7.0.jar
228228
scala-compiler/2.12.18//scala-compiler-2.12.18.jar
229229
scala-library/2.12.18//scala-library-2.12.18.jar
230-
scala-parser-combinators_2.12/2.2.0//scala-parser-combinators_2.12-2.2.0.jar
230+
scala-parser-combinators_2.12/2.3.0//scala-parser-combinators_2.12-2.3.0.jar
231231
scala-reflect/2.12.18//scala-reflect-2.12.18.jar
232232
scala-xml_2.12/2.1.0//scala-xml_2.12-2.1.0.jar
233233
shims/0.9.45//shims-0.9.45.jar

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1102,7 +1102,7 @@
11021102
<dependency>
11031103
<groupId>org.scala-lang.modules</groupId>
11041104
<artifactId>scala-parser-combinators_${scala.binary.version}</artifactId>
1105-
<version>2.2.0</version>
1105+
<version>2.3.0</version>
11061106
</dependency>
11071107
<dependency>
11081108
<groupId>jline</groupId>

0 commit comments

Comments
 (0)