Skip to content

Commit ed99f5e

Browse files
mdedetrichXComp
authored andcommitted
[FLINK-32683][rpc] Update Pekko from 1.0.0 to 1.0.1
1 parent 65f200b commit ed99f5e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

flink-rpc/flink-rpc-akka/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ under the License.
3737
</description>
3838

3939
<properties>
40-
<pekko.version>1.0.0</pekko.version>
40+
<pekko.version>1.0.1</pekko.version>
4141
<scala.binary.version>2.12</scala.binary.version>
4242
<scala.version>2.12.16</scala.version>
4343
</properties>

flink-rpc/flink-rpc-akka/src/main/resources/META-INF/NOTICE

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ This project bundles the following dependencies under the Apache Software Licens
1111
- com.typesafe:ssl-config-core_2.12:0.6.1
1212
- io.netty:netty:3.10.6.Final
1313
- org.agrona:agrona:1.15.1
14-
- org.apache.pekko:pekko-actor_2.12:1.0.0
15-
- org.apache.pekko:pekko-remote_2.12:1.0.0
16-
- org.apache.pekko:pekko-pki_2.12:1.0.0
17-
- org.apache.pekko:pekko-protobuf-v3_2.12:1.0.0
18-
- org.apache.pekko:pekko-slf4j_2.12:1.0.0
19-
- org.apache.pekko:pekko-stream_2.12:1.0.0
14+
- org.apache.pekko:pekko-actor_2.12:1.0.1
15+
- org.apache.pekko:pekko-remote_2.12:1.0.1
16+
- org.apache.pekko:pekko-pki_2.12:1.0.1
17+
- org.apache.pekko:pekko-protobuf-v3_2.12:1.0.1
18+
- org.apache.pekko:pekko-slf4j_2.12:1.0.1
19+
- org.apache.pekko:pekko-stream_2.12:1.0.1
2020
- org.scala-lang:scala-library:2.12.16
2121

2222
The following dependencies all share the same BSD license which you find under licenses/LICENSE.scala.

0 commit comments

Comments
 (0)