Skip to content

Commit b67f0da

Browse files
pjfanningjongyoul
authored andcommitted
[MINOR] upgrade scala
### What is this PR for? Upgrade scala and related libs and plugins. ### What type of PR is it? Bug Fix Improvement Feature Documentation Hot Fix Refactoring *Please leave your type of PR only* ### Todos * [ ] - Task ### What is the Jira issue? * Open an issue on Jira https://issues.apache.org/jira/browse/ZEPPELIN/ * Put link here, and add [ZEPPELIN-*Jira number*] in PR title, eg. [ZEPPELIN-533] ### How should this be tested? * Strongly recommended: add automated unit tests for any new or changed behavior * Outline any manual steps to test the PR here. ### Screenshots (if appropriate) ### Questions: * Does the license files need to update? * Is there breaking changes for older versions? * Does this needs documentation? Closes #4964 from pjfanning/scala-upgrade. Signed-off-by: Jongyoul Lee <jongyoul@gmail.com> (cherry picked from commit d774044) Signed-off-by: Jongyoul Lee <jongyoul@gmail.com>
1 parent a3d3b40 commit b67f0da

6 files changed

Lines changed: 11 additions & 11 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@
103103
<maven.compiler.target>${java.version}</maven.compiler.target>
104104
<scala.version>${scala.2.12.version}</scala.version>
105105
<scala.binary.version>2.12</scala.binary.version>
106-
<scala.2.12.version>2.12.18</scala.2.12.version>
107-
<scalatest.version>3.2.16</scalatest.version>
108-
<scalacheck.version>1.17.0</scalacheck.version>
106+
<scala.2.12.version>2.12.20</scala.2.12.version>
107+
<scalatest.version>3.2.19</scalatest.version>
108+
<scalacheck.version>1.18.1</scalacheck.version>
109109

110110
<!-- frontend maven plugin related versions-->
111111
<node.version>v16.20.2</node.version>
@@ -174,7 +174,7 @@
174174
<plugin.protobuf.version>3.11.4</plugin.protobuf.version>
175175
<plugin.resource.version>3.1.0</plugin.resource.version>
176176
<plugin.s3.upload.version>1.4</plugin.s3.upload.version>
177-
<plugin.scala.alchim31.version>4.8.0</plugin.scala.alchim31.version>
177+
<plugin.scala.alchim31.version>4.9.2</plugin.scala.alchim31.version>
178178
<plugin.scalate.version>1.7.1</plugin.scalate.version>
179179
<plugin.scalatest.version>2.2.0</plugin.scalatest.version>
180180
<plugin.scm.version>1.11.2</plugin.scm.version>

spark/interpreter/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<spark.version>3.5.3</spark.version>
4444
<protobuf.version>3.21.12</protobuf.version>
4545
<py4j.version>0.10.9.7</py4j.version>
46-
<spark.scala.version>2.12.18</spark.scala.version>
46+
<spark.scala.version>2.12.20</spark.scala.version>
4747
<spark.scala.binary.version>2.12</spark.scala.binary.version>
4848

4949
<spark.archive>spark-${spark.version}</spark.archive>
@@ -550,7 +550,7 @@
550550
<profile>
551551
<id>spark-scala-2.13</id>
552552
<properties>
553-
<spark.scala.version>2.13.8</spark.scala.version>
553+
<spark.scala.version>2.13.16</spark.scala.version>
554554
<spark.scala.binary.version>2.13</spark.scala.binary.version>
555555
</properties>
556556
</profile>
@@ -561,7 +561,7 @@
561561
<activeByDefault>true</activeByDefault>
562562
</activation>
563563
<properties>
564-
<spark.scala.version>2.12.18</spark.scala.version>
564+
<spark.scala.version>2.12.20</spark.scala.version>
565565
<spark.scala.binary.version>2.12</spark.scala.binary.version>
566566
</properties>
567567
</profile>

spark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<spark.version>3.5.3</spark.version>
3939
<protobuf.version>3.21.12</protobuf.version>
4040
<py4j.version>0.10.9.7</py4j.version>
41-
<spark.scala.version>2.12.18</spark.scala.version>
41+
<spark.scala.version>2.12.20</spark.scala.version>
4242
<spark.scala.binary.version>2.12</spark.scala.binary.version>
4343

4444
<scala.compile.version>${spark.scala.version}</scala.compile.version>

spark/scala-2.12/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
<properties>
3434
<spark.version>3.5.3</spark.version>
35-
<spark.scala.version>2.12.18</spark.scala.version>
35+
<spark.scala.version>2.12.20</spark.scala.version>
3636
<spark.scala.binary.version>2.12</spark.scala.binary.version>
3737
<spark.scala.compile.version>${spark.scala.version}</spark.scala.compile.version>
3838
</properties>

spark/scala-2.13/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
<properties>
3434
<spark.version>3.5.3</spark.version>
35-
<spark.scala.version>2.13.8</spark.scala.version>
35+
<spark.scala.version>2.13.16</spark.scala.version>
3636
<spark.scala.binary.version>2.13</spark.scala.binary.version>
3737
<spark.scala.compile.version>${spark.scala.version}</spark.scala.compile.version>
3838
</properties>

spark/spark-scala-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<properties>
3535
<spark.version>3.4.1</spark.version>
3636
<spark.scala.binary.version>2.12</spark.scala.binary.version>
37-
<spark.scala.version>2.12.18</spark.scala.version>
37+
<spark.scala.version>2.12.20</spark.scala.version>
3838
<spark.scala.compile.version>${spark.scala.binary.version}</spark.scala.compile.version>
3939
</properties>
4040

0 commit comments

Comments
 (0)