Skip to content

Commit d69f609

Browse files
authored
bump: Runtime 1.5.14 (#971)
* and update license change date for sdk 3.5.2
1 parent fc1ce2b commit d69f609

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ Business Source License 1.1
33
Parameters
44

55
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
77
The Licensed Work is (c) 2025 Lightbend Inc.
88

9-
Change Date: 2028-08-25
9+
Change Date: 2028-09-11
1010

1111
Change License: Apache License, Version 2.0
1212

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ object Dependencies {
77
val ProtocolVersionMajor = 1
88
val ProtocolVersionMinor = 1
99
}
10-
val AkkaRuntimeVersion = sys.props.getOrElse("akka-runtime.version", "1.5.13")
10+
val AkkaRuntimeVersion = sys.props.getOrElse("akka-runtime.version", "1.5.14")
1111
// NOTE: embedded SDK should have the AkkaVersion aligned, when updating RuntimeVersion, make sure to check
1212
// if AkkaVersion and AkkaHttpVersion are aligned
1313
// for prod code, they are marked as Provided, but testkit still requires the alignment

0 commit comments

Comments
 (0)