Skip to content

Commit 8a86b8f

Browse files
authored
chore: License change date and sample bump for 10.7.3 (#4523)
1 parent fe0241b commit 8a86b8f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

LICENSE.txt

Lines changed: 3 additions & 3 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.7.2
6+
Licensed Work: Akka HTTP 10.7.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,12 +19,12 @@ 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: 2028-08-20
22+
Change Date: 2028-10-29
2323

2424
Change License: Apache License, Version 2.0
2525

2626
For information about alternative licensing arrangements for the Software,
27-
please visit: https://lightbend.com/
27+
please visit: https://akka.io
2828

2929
-----------------------------------------------------------------------------
3030

native-image-tests/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// 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")
2+
lazy val akkaHttpVersion = sys.props.getOrElse("akka.http.version", "10.7.3")
33
lazy val akkaVersion = sys.props.getOrElse("akka.version", "2.10.11")
44

55
ThisBuild / resolvers += "lightbend-akka".at("https://repo.akka.io/maven/github_actions")

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.11</akka.version>
11-
<akka-http.version>10.7.2</akka-http.version>
11+
<akka-http.version>10.7.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: 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.2")
1+
lazy val akkaHttpVersion = sys.props.getOrElse("akka-http.version", "10.7.3")
22
lazy val akkaVersion = "2.10.11"
33

44
ThisBuild / credentials ++= {

0 commit comments

Comments
 (0)