Skip to content

Commit 98ff122

Browse files
yikfpan3793
authored andcommitted
[KYUUBI #3573] Bump scala from 2.12.16 to 2.12.17
### _Why are the changes needed?_ Close #3573. This PR aims to upgrade scala to 2.12.17 1. [Scala 2.12.17](https://www.scala-lang.org/news/2.12.17) is available currently, This version has notable changes affecting compatibility, for more details see [release note](https://github.com/scala/scala/releases/tag/v2.12.17). 2. Spark was [upgraded](apache/spark#37892) to this version half a month ago. ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #3574 from Yikf/bump-scala. Closes #3573 51521d8 [Yikf] bump scala from 2.12.16 to 2.12.17 Authored-by: Yikf <yikaifei1@gmail.com> Signed-off-by: Cheng Pan <chengpan@apache.org>
1 parent a6f933f commit 98ff122

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dev/dependencyList

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ perfmark-api/0.25.0//perfmark-api-0.25.0.jar
156156
proto-google-common-protos/2.9.0//proto-google-common-protos-2.9.0.jar
157157
protobuf-java-util/3.21.1//protobuf-java-util-3.21.1.jar
158158
protobuf-java/3.21.1//protobuf-java-3.21.1.jar
159-
scala-library/2.12.16//scala-library-2.12.16.jar
159+
scala-library/2.12.17//scala-library-2.12.17.jar
160160
scopt_2.12/4.1.0//scopt_2.12-4.1.0.jar
161161
simpleclient/0.16.0//simpleclient-0.16.0.jar
162162
simpleclient_common/0.16.0//simpleclient_common-0.16.0.jar

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<maven.version>3.8.6</maven.version>
100100
<maven.compiler.source>${java.version}</maven.compiler.source>
101101
<maven.compiler.target>${java.version}</maven.compiler.target>
102-
<scala.version>2.12.16</scala.version>
102+
<scala.version>2.12.17</scala.version>
103103
<scala.binary.version>2.12</scala.binary.version>
104104

105105
<antlr4.version>4.8</antlr4.version>
@@ -209,7 +209,7 @@
209209
<maven.plugin.jar.version>3.2.0</maven.plugin.jar.version>
210210
<maven.plugin.scalastyle.version>1.0.0</maven.plugin.scalastyle.version>
211211
<maven.plugin.shade.version>3.2.4</maven.plugin.shade.version>
212-
<maven.plugin.silencer.version>1.7.9</maven.plugin.silencer.version>
212+
<maven.plugin.silencer.version>1.7.10</maven.plugin.silencer.version>
213213
<maven.plugin.source.version>3.2.1</maven.plugin.source.version>
214214
<maven.plugin.rat.version>0.13</maven.plugin.rat.version>
215215

0 commit comments

Comments
 (0)