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

snuyanzin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 7a915ff7747 [FLINK-39857] Upgrade Pekko to 1.6.0
7a915ff7747 is described below

commit 7a915ff7747d2772f714df34e5849887753c9872
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Fri Jun 5 17:31:13 2026 +0200

    [FLINK-39857] Upgrade Pekko to 1.6.0
---
 flink-rpc/flink-rpc-akka/pom.xml                           |  4 ++--
 .../flink-rpc-akka/src/main/resources/META-INF/NOTICE      | 14 +++++++-------
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/flink-rpc/flink-rpc-akka/pom.xml b/flink-rpc/flink-rpc-akka/pom.xml
index 8f01fb89bc5..4e99f8d4291 100644
--- a/flink-rpc/flink-rpc-akka/pom.xml
+++ b/flink-rpc/flink-rpc-akka/pom.xml
@@ -37,7 +37,7 @@ under the License.
        </description>
 
        <properties>
-               <pekko.version>1.4.0</pekko.version>
+               <pekko.version>1.6.0</pekko.version>
        </properties>
 
        <dependencies>
@@ -139,7 +139,7 @@ under the License.
                        <dependency>
                                <groupId>com.typesafe</groupId>
                                <artifactId>config</artifactId>
-                               <version>1.4.2</version>
+                               <version>1.4.6</version>
                        </dependency>
                </dependencies>
        </dependencyManagement>
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 d66a071eef0..7c9e9d36bd5 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
@@ -7,15 +7,15 @@ The Apache Software Foundation (http://www.apache.org/).
 This project bundles the following dependencies under the Apache Software 
License 2.0. (http://www.apache.org/licenses/LICENSE-2.0.txt)
 
 - com.hierynomus:asn-one:0.6.0
-- com.typesafe:config:1.4.2
+- com.typesafe:config:1.4.6
 - com.typesafe:ssl-config-core_2.12:0.7.1
 - org.agrona:agrona:1.22.0
-- org.apache.pekko:pekko-actor_2.12:1.4.0
-- org.apache.pekko:pekko-remote_2.12:1.4.0
-- org.apache.pekko:pekko-pki_2.12:1.4.0
-- org.apache.pekko:pekko-protobuf-v3_2.12:1.4.0
-- org.apache.pekko:pekko-slf4j_2.12:1.4.0
-- org.apache.pekko:pekko-stream_2.12:1.4.0
+- org.apache.pekko:pekko-actor_2.12:1.6.0
+- org.apache.pekko:pekko-remote_2.12:1.6.0
+- org.apache.pekko:pekko-pki_2.12:1.6.0
+- org.apache.pekko:pekko-protobuf-v3_2.12:1.6.0
+- org.apache.pekko:pekko-slf4j_2.12:1.6.0
+- org.apache.pekko:pekko-stream_2.12:1.6.0
 - io.netty:netty-buffer:4.2.13.Final
 - io.netty:netty-transport-native-unix-common:4.2.13.Final
 - io.netty:netty-common:4.2.13.Final

Reply via email to