Skip to content

Commit

Permalink
chore: license change date, Akka bump for 10.6.3 (#4391)
Browse files Browse the repository at this point in the history
* chore: Akka 2.9.3 bump and license change date for 10.6.3
* bump samples for release
* bump native image build as well
  • Loading branch information
johanandren authored May 7, 2024
1 parent 0e2a451 commit 57da189
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Business Source License 1.1
Parameters

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

Change Date: 2027-04-17
Change Date: 2027-05-07

Change License: Apache License, Version 2.0

Expand Down
4 changes: 2 additions & 2 deletions native-image-tests/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
lazy val akkaHttpVersion = sys.props.getOrElse("akka.http.version", "10.6.1")
lazy val akkaVersion = sys.props.getOrElse("akka.version", "2.9.2")
lazy val akkaHttpVersion = sys.props.getOrElse("akka.http.version", "10.6.3")
lazy val akkaVersion = sys.props.getOrElse("akka.version", "2.9.3")

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

Expand Down
2 changes: 1 addition & 1 deletion project/AkkaDependency.scala
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ object AkkaDependency {
}

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

Expand Down
4 changes: 2 additions & 2 deletions samples/akka-http-quickstart-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<version>1.0</version>

<properties>
<akka.version>2.9.2</akka.version>
<akka-http.version>10.6.2</akka-http.version>
<akka.version>2.9.3</akka.version>
<akka-http.version>10.6.3</akka-http.version>
<scala.binary.version>2.13</scala.binary.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down
4 changes: 2 additions & 2 deletions samples/akka-http-quickstart-scala/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
lazy val akkaHttpVersion = sys.props.getOrElse("akka-http.version", "10.6.2")
lazy val akkaVersion = "2.9.2"
lazy val akkaHttpVersion = sys.props.getOrElse("akka-http.version", "10.6.3")
lazy val akkaVersion = "2.9.3"

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

Expand Down

0 comments on commit 57da189

Please sign in to comment.