File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
akka-http-quickstart-java
akka-http-quickstart-scala Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Business Source License 1.1
33Parameters
44
55Licensor: 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
2424Change License: Apache License, Version 2.0
2525
Original file line number Diff line number Diff line change 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
44resolvers += " Akka library repository" .at(" https://repo.akka.io/maven" )
55
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
44resolvers += " Akka library repository" .at(" https://repo.akka.io/maven" )
55
You can’t perform that action at this time.
0 commit comments