Skip to content

Commit 57da189

Browse files
authored
chore: license change date, Akka bump for 10.6.3 (#4391)
* chore: Akka 2.9.3 bump and license change date for 10.6.3 * bump samples for release * bump native image build as well
1 parent 0e2a451 commit 57da189

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

LICENSE.txt

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

55
Licensor: Lightbend, Inc.
6-
Licensed Work: Akka HTTP 10.6.2
6+
Licensed Work: Akka HTTP 10.6.3
77
This license applies to all sub directories and files
88
UNLESS another license file is present in a sub
99
directory, then that other license applies to all files
@@ -19,7 +19,7 @@ Additional Use Grant:
1919
Connecting to a Play Framework websocket and/or Play Framework
2020
request/response bodies for server and play-ws client.
2121

22-
Change Date: 2027-04-17
22+
Change Date: 2027-05-07
2323

2424
Change License: Apache License, Version 2.0
2525

native-image-tests/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
lazy val akkaHttpVersion = sys.props.getOrElse("akka.http.version", "10.6.1")
2-
lazy val akkaVersion = sys.props.getOrElse("akka.version", "2.9.2")
1+
lazy val akkaHttpVersion = sys.props.getOrElse("akka.http.version", "10.6.3")
2+
lazy val akkaVersion = sys.props.getOrElse("akka.version", "2.9.3")
33

44
resolvers += "Akka library repository".at("https://repo.akka.io/maven")
55

project/AkkaDependency.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ object AkkaDependency {
4040
}
4141

4242
// Default version updated only when needed, https://doc.akka.io//docs/akka/current/project/downstream-upgrade-strategy.html
43-
val minimumExpectedAkkaVersion = "2.9.2"
43+
val minimumExpectedAkkaVersion = "2.9.3"
4444
val default = akkaDependency(defaultVersion = minimumExpectedAkkaVersion)
4545
val docs = akkaDependency(defaultVersion = minimumExpectedAkkaVersion)
4646

samples/akka-http-quickstart-java/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<version>1.0</version>
88

99
<properties>
10-
<akka.version>2.9.2</akka.version>
11-
<akka-http.version>10.6.2</akka-http.version>
10+
<akka.version>2.9.3</akka.version>
11+
<akka-http.version>10.6.3</akka-http.version>
1212
<scala.binary.version>2.13</scala.binary.version>
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1414
</properties>

samples/akka-http-quickstart-scala/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
lazy val akkaHttpVersion = sys.props.getOrElse("akka-http.version", "10.6.2")
2-
lazy val akkaVersion = "2.9.2"
1+
lazy val akkaHttpVersion = sys.props.getOrElse("akka-http.version", "10.6.3")
2+
lazy val akkaVersion = "2.9.3"
33

44
resolvers += "Akka library repository".at("https://repo.akka.io/maven")
55

0 commit comments

Comments
 (0)