File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ Business Source License 1.1
3
3
Parameters
4
4
5
5
Licensor: Lightbend, Inc.
6
- Licensed Work: Akka SDK for Java v 3.5.1
6
+ Licensed Work: Akka SDK for Java v 3.5.2
7
7
The Licensed Work is (c) 2025 Lightbend Inc.
8
8
9
- Change Date: 2028-08-25
9
+ Change Date: 2028-09-11
10
10
11
11
Change License: Apache License, Version 2.0
12
12
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ object Dependencies {
7
7
val ProtocolVersionMajor = 1
8
8
val ProtocolVersionMinor = 1
9
9
}
10
- val AkkaRuntimeVersion = sys.props.getOrElse(" akka-runtime.version" , " 1.5.13 " )
10
+ val AkkaRuntimeVersion = sys.props.getOrElse(" akka-runtime.version" , " 1.5.14 " )
11
11
// NOTE: embedded SDK should have the AkkaVersion aligned, when updating RuntimeVersion, make sure to check
12
12
// if AkkaVersion and AkkaHttpVersion are aligned
13
13
// for prod code, they are marked as Provided, but testkit still requires the alignment
You can’t perform that action at this time.
0 commit comments