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

guoweijie pushed a commit to branch release-2.0
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 2dfac96356768cfae61d4accc8af7ed47b1fd1b8
Author: Weijie Guo <res...@163.com>
AuthorDate: Mon Jan 20 11:20:56 2025 +0800

    [FLINK-37173][build] Fix license check issue in JDK11 build
    
    (cherry picked from commit cf6ba7aad53672134fc546da4b761e3b82332543)
---
 flink-rpc/flink-rpc-akka/src/main/resources/META-INF/NOTICE | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-rpc/flink-rpc-akka/src/main/resources/META-INF/NOTICE 
b/flink-rpc/flink-rpc-akka/src/main/resources/META-INF/NOTICE
index 2879cf1d53c..5c173c0dd0a 100644
--- a/flink-rpc/flink-rpc-akka/src/main/resources/META-INF/NOTICE
+++ b/flink-rpc/flink-rpc-akka/src/main/resources/META-INF/NOTICE
@@ -17,11 +17,11 @@ This project bundles the following dependencies under the 
Apache Software Licens
 - org.apache.pekko:pekko-protobuf-v3_2.12:1.1.2
 - org.apache.pekko:pekko-slf4j_2.12:1.1.2
 - org.apache.pekko:pekko-stream_2.12:1.1.2
-- org.scala-lang:scala-library:2.12.16
 
 The following dependencies all share the same BSD license which you find under 
licenses/LICENSE.scala.
 
 - org.scala-lang.modules:scala-java8-compat_2.12:1.0.2
+- org.scala-lang:scala-library:2.12.20
 
 This project bundles the following dependencies under the Creative Commons CC0 
"No Rights Reserved".
 

Reply via email to