Skip to content

Commit 88d2347

Browse files
Bump pekko.version from 1.0.2 to 1.0.3 (#722)
* Bump pekko.version from 1.0.2 to 1.0.3 Bumps `pekko.version` from 1.0.2 to 1.0.3. Updates `org.apache.pekko:pekko-actor_2.13` from 1.0.2 to 1.0.3 - [Changelog](https://github.com/apache/pekko/blob/main/CHANGELOG.md) - [Commits](apache/pekko@v1.0.2...v1.0.3) Updates `org.apache.pekko:pekko-remote_2.13` from 1.0.2 to 1.0.3 - [Changelog](https://github.com/apache/pekko/blob/main/CHANGELOG.md) - [Commits](apache/pekko@v1.0.2...v1.0.3) Updates `org.apache.pekko:pekko-cluster_2.13` from 1.0.2 to 1.0.3 - [Changelog](https://github.com/apache/pekko/blob/main/CHANGELOG.md) - [Commits](apache/pekko@v1.0.2...v1.0.3) Updates `org.apache.pekko:pekko-cluster-typed_2.13` from 1.0.2 to 1.0.3 - [Changelog](https://github.com/apache/pekko/blob/main/CHANGELOG.md) - [Commits](apache/pekko@v1.0.2...v1.0.3) Updates `org.apache.pekko:pekko-cluster-sharding_2.13` from 1.0.2 to 1.0.3 - [Changelog](https://github.com/apache/pekko/blob/main/CHANGELOG.md) - [Commits](apache/pekko@v1.0.2...v1.0.3) Updates `org.apache.pekko:pekko-cluster-tools_2.13` from 1.0.2 to 1.0.3 - [Changelog](https://github.com/apache/pekko/blob/main/CHANGELOG.md) - [Commits](apache/pekko@v1.0.2...v1.0.3) Updates `org.apache.pekko:pekko-persistence_2.13` from 1.0.2 to 1.0.3 - [Changelog](https://github.com/apache/pekko/blob/main/CHANGELOG.md) - [Commits](apache/pekko@v1.0.2...v1.0.3) Updates `org.apache.pekko:pekko-persistence-query_2.13` from 1.0.2 to 1.0.3 - [Changelog](https://github.com/apache/pekko/blob/main/CHANGELOG.md) - [Commits](apache/pekko@v1.0.2...v1.0.3) Updates `org.apache.pekko:pekko-stream_2.13` from 1.0.2 to 1.0.3 - [Changelog](https://github.com/apache/pekko/blob/main/CHANGELOG.md) - [Commits](apache/pekko@v1.0.2...v1.0.3) Updates `org.apache.pekko:pekko-slf4j_2.13` from 1.0.2 to 1.0.3 - [Changelog](https://github.com/apache/pekko/blob/main/CHANGELOG.md) - [Commits](apache/pekko@v1.0.2...v1.0.3) Updates `org.apache.pekko:pekko-testkit_2.13` from 1.0.2 to 1.0.3 - [Changelog](https://github.com/apache/pekko/blob/main/CHANGELOG.md) - [Commits](apache/pekko@v1.0.2...v1.0.3) --- updated-dependencies: - dependency-name: org.apache.pekko:pekko-actor_2.13 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.pekko:pekko-remote_2.13 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.pekko:pekko-cluster_2.13 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.pekko:pekko-cluster-typed_2.13 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.pekko:pekko-cluster-sharding_2.13 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.pekko:pekko-cluster-tools_2.13 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.pekko:pekko-persistence_2.13 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.pekko:pekko-persistence-query_2.13 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.pekko:pekko-stream_2.13 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.pekko:pekko-slf4j_2.13 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.pekko:pekko-testkit_2.13 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * add overrides on some deps --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brandon Arp <[email protected]>
1 parent 15c60c3 commit 88d2347

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171

7272
<properties>
7373
<!-- Dependency Versions -->
74-
<pekko.version>1.0.2</pekko.version>
74+
<pekko.version>1.0.3</pekko.version>
7575
<pekko.http.version>1.0.1</pekko.http.version>
7676
<pekko.persistence.cassandra.version>1.0.0</pekko.persistence.cassandra.version>
7777
<pekko.persistence.jdbc.version>1.0.0</pekko.persistence.jdbc.version>
@@ -1041,6 +1041,16 @@
10411041
<artifactId>pekko-actor_${scala.package.version}</artifactId>
10421042
<version>${pekko.version}</version>
10431043
</dependency>
1044+
<dependency>
1045+
<groupId>org.apache.pekko</groupId>
1046+
<artifactId>pekko-actor-typed_${scala.package.version}</artifactId>
1047+
<version>${pekko.version}</version>
1048+
</dependency>
1049+
<dependency>
1050+
<groupId>org.apache.pekko</groupId>
1051+
<artifactId>pekko-serialization-jackson_${scala.package.version}</artifactId>
1052+
<version>${pekko.version}</version>
1053+
</dependency>
10441054
<dependency>
10451055
<groupId>org.apache.pekko</groupId>
10461056
<artifactId>pekko-remote_${scala.package.version}</artifactId>

0 commit comments

Comments
 (0)