Skip to content

Commit 46d98bd

Browse files
Bump pekko.version from 1.1.5 to 1.2.1 (#578)
* Bump pekko.version from 1.1.5 to 1.2.1 Bumps `pekko.version` from 1.1.5 to 1.2.1. Updates `org.apache.pekko:pekko-slf4j_2.13` from 1.1.5 to 1.2.1 - [Changelog](https://github.com/apache/pekko/blob/main/CHANGELOG.md) - [Commits](apache/pekko@v1.1.5...v1.2.1) Updates `org.apache.pekko:pekko-actor_2.13` from 1.1.5 to 1.2.1 - [Changelog](https://github.com/apache/pekko/blob/main/CHANGELOG.md) - [Commits](apache/pekko@v1.1.5...v1.2.1) Updates `org.apache.pekko:pekko-stream_2.13` from 1.1.5 to 1.2.1 - [Changelog](https://github.com/apache/pekko/blob/main/CHANGELOG.md) - [Commits](apache/pekko@v1.1.5...v1.2.1) Updates `org.apache.pekko:pekko-testkit_2.13` from 1.1.5 to 1.2.1 - [Changelog](https://github.com/apache/pekko/blob/main/CHANGELOG.md) - [Commits](apache/pekko@v1.1.5...v1.2.1) --- updated-dependencies: - dependency-name: org.apache.pekko:pekko-slf4j_2.13 dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.pekko:pekko-actor_2.13 dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.pekko:pekko-stream_2.13 dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.pekko:pekko-testkit_2.13 dependency-version: 1.2.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * remove impl of deprecated class --------- 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 419985e commit 46d98bd

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<metrics.client.incubator.version>0.13.0</metrics.client.incubator.version>
9797
<metrics.jvm.extra.version>0.13.2</metrics.jvm.extra.version>
9898
<oval.version>3.2.1</oval.version>
99-
<pekko.version>1.1.5</pekko.version>
99+
<pekko.version>1.2.1</pekko.version>
100100
<pekko.http.version>1.2.0</pekko.http.version>
101101
<protobuf.version>4.32.1</protobuf.version>
102102
<scala.version>2.13</scala.version>

src/main/java/com/arpnetworking/http/Routes.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@
7979
* @author Ville Koskela (ville dot koskela at inscopemetrics dot io)
8080
*/
8181
@SuppressFBWarnings("SIC_INNER_SHOULD_BE_STATIC_ANON")
82-
public final class Routes implements Function<HttpRequest, CompletionStage<HttpResponse>>,
83-
org.apache.pekko.japi.Function<HttpRequest, CompletionStage<HttpResponse>> {
82+
public final class Routes implements Function<HttpRequest, CompletionStage<HttpResponse>> {
8483

8584
/**
8685
* Public constructor.

0 commit comments

Comments
 (0)