This is an automated email from the ASF dual-hosted git repository.

tison pushed a commit to branch upgrade-scala-patch-version
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git

commit 8ef2fb7d8244cf429c0047a637ea1481c2d8ff8e
Author: tison <[email protected]>
AuthorDate: Mon Jun 5 13:42:45 2023 +0800

    [Improve] Upgrade Scala patch versions to build on JDK 17
    
    Signed-off-by: tison <[email protected]>
---
 dist-material/release-docs/LICENSE | 6 +++---
 pom.xml                            | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dist-material/release-docs/LICENSE 
b/dist-material/release-docs/LICENSE
index 076604b61..be34de4d7 100644
--- a/dist-material/release-docs/LICENSE
+++ b/dist-material/release-docs/LICENSE
@@ -491,9 +491,9 @@ The text of each license is the standard Apache 2.0 
license. https://www.apache.
     https://mvnrepository.com/artifact/org.objenesis/objenesis/2.1 Apache-2.0
     https://mvnrepository.com/artifact/org.objenesis/objenesis/3.2 Apache-2.0
     https://mvnrepository.com/artifact/org.quartz-scheduler/quartz/2.3.2 
Apache-2.0
-    https://mvnrepository.com/artifact/org.scala-lang/scala-compiler/2.12.8 
Apache-2.0
-    https://mvnrepository.com/artifact/org.scala-lang/scala-library/2.12.8 
Apache-2.0
-    https://mvnrepository.com/artifact/org.scala-lang/scala-reflect/2.12.8 
Apache-2.0
+    https://mvnrepository.com/artifact/org.scala-lang/scala-compiler/2.12.17 
Apache-2.0
+    https://mvnrepository.com/artifact/org.scala-lang/scala-library/2.12.17 
Apache-2.0
+    https://mvnrepository.com/artifact/org.scala-lang/scala-reflect/2.12.17 
Apache-2.0
     https://mvnrepository.com/artifact/org.scalaj/scalaj-http_2.12/2.4.2 
Apache-2.0
     https://mvnrepository.com/artifact/org.slf4j/jcl-over-slf4j/1.7.36 
Apache-2.0
     https://mvnrepository.com/artifact/org.slf4j/log4j-over-slf4j/1.7.30 
Apache-2.0
diff --git a/pom.xml b/pom.xml
index abd9e91cf..f5165c780 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,7 +88,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 
-        <scala.version>2.12.8</scala.version>
+        <scala.version>2.12.17</scala.version>
         <scala.binary.version>2.12</scala.binary.version>
         <scala.xml.version>1.3.0</scala.xml.version>
         <scalatest.version>3.2.9</scalatest.version>

Reply via email to