Skip to content

Commit 48d917e

Browse files
authored
chore: License change date and sample bumps for 10.7.1 (akka#4487)
1 parent 1d5d60d commit 48d917e

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

LICENSE.txt

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

55
Licensor: Lightbend, Inc.
6-
Licensed Work: Akka HTTP 10.7.0
6+
Licensed Work: Akka HTTP 10.7.1
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
1010
in its directory and sub directories.
11-
The Licensed Work is (c) 2024 Lightbend Inc.
11+
The Licensed Work is (c) 2025 Lightbend Inc.
1212
Additional Use Grant:
1313
If you develop an application using a version of Play Framework that
1414
utilizes binary versions of akka-streams and its dependencies, you may
@@ -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-10-17
22+
Change Date: 2028-04-30
2323

2424
Change License: Apache License, Version 2.0
2525

native-image-tests/build.sbt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
lazy val akkaHttpVersion = sys.props.getOrElse("akka.http.version", "10.7.0-M1")
2-
lazy val akkaVersion = sys.props.getOrElse("akka.version", "2.10.0")
1+
// note: not important to keep these up to date, CI will always bump to correct versions
2+
lazy val akkaHttpVersion = sys.props.getOrElse("akka.http.version", "10.7.1")
3+
lazy val akkaVersion = sys.props.getOrElse("akka.version", "2.10.5")
34

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<properties>
1010
<akka.version>2.10.0</akka.version>
11-
<akka-http.version>10.7.0</akka-http.version>
11+
<akka-http.version>10.7.1</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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
lazy val akkaHttpVersion = sys.props.getOrElse("akka-http.version", "10.7.0")
1+
lazy val akkaHttpVersion = sys.props.getOrElse("akka-http.version", "10.7.1")
22
lazy val akkaVersion = "2.10.0"
33

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

0 commit comments

Comments
 (0)