File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
src/main/java/com/arpnetworking/http Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 96
96
<metrics .client.incubator.version>0.13.0</metrics .client.incubator.version>
97
97
<metrics .jvm.extra.version>0.13.2</metrics .jvm.extra.version>
98
98
<oval .version>3.2.1</oval .version>
99
- <pekko .version>1.1.5 </pekko .version>
99
+ <pekko .version>1.2.1 </pekko .version>
100
100
<pekko .http.version>1.2.0</pekko .http.version>
101
101
<protobuf .version>4.32.1</protobuf .version>
102
102
<scala .version>2.13</scala .version>
Original file line number Diff line number Diff line change 79
79
* @author Ville Koskela (ville dot koskela at inscopemetrics dot io)
80
80
*/
81
81
@ 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 >> {
84
83
85
84
/**
86
85
* Public constructor.
You can’t perform that action at this time.
0 commit comments