diff --git a/LICENSE.txt b/LICENSE.txt
index 881e7baadb..007fb2922f 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -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
@@ -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
diff --git a/native-image-tests/build.sbt b/native-image-tests/build.sbt
index b05d74da7e..42ed4d072d 100644
--- a/native-image-tests/build.sbt
+++ b/native-image-tests/build.sbt
@@ -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")
diff --git a/project/AkkaDependency.scala b/project/AkkaDependency.scala
index 20651af271..c5a71fbd0d 100644
--- a/project/AkkaDependency.scala
+++ b/project/AkkaDependency.scala
@@ -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)
diff --git a/samples/akka-http-quickstart-java/pom.xml b/samples/akka-http-quickstart-java/pom.xml
index d953a86062..cdb089dfd4 100644
--- a/samples/akka-http-quickstart-java/pom.xml
+++ b/samples/akka-http-quickstart-java/pom.xml
@@ -7,8 +7,8 @@
1.0
- 2.9.2
- 10.6.2
+ 2.9.3
+ 10.6.3
2.13
UTF-8
diff --git a/samples/akka-http-quickstart-scala/build.sbt b/samples/akka-http-quickstart-scala/build.sbt
index 3d9d00c848..a7c0c1a1dc 100644
--- a/samples/akka-http-quickstart-scala/build.sbt
+++ b/samples/akka-http-quickstart-scala/build.sbt
@@ -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")