File tree 11 files changed +13
-13
lines changed
native-image-tests/grpc-scala
akka-grpc-quickstart-java
akka-grpc-quickstart-scala
11 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Business Source License 1.1
3
3
Parameters
4
4
5
5
Licensor: Lightbend, Inc.
6
- Licensed Work: Akka gRPC 2.5.2
6
+ Licensed Work: Akka gRPC 2.5.3
7
7
This license applies to all sub directories and files
8
8
UNLESS another license file is present in a sub
9
9
directory, then that other license applies to all files
@@ -19,7 +19,7 @@ Additional Use Grant:
19
19
Connecting to a Play Framework websocket and/or Play Framework
20
20
request/response bodies for server and play-ws client.
21
21
22
- Change Date: 2028-01-30
22
+ Change Date: 2028-01-31
23
23
24
24
Change License: Apache License, Version 2.0
25
25
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ version := "1.0"
5
5
scalaVersion := " 2.13.15"
6
6
7
7
lazy val akkaVersion = sys.props.getOrElse(" akka.version" , " 2.10.0" )
8
- lazy val akkaGrpcVersion = sys.props.getOrElse(" akka.grpc.version" , " 2.5.2 " )
8
+ lazy val akkaGrpcVersion = sys.props.getOrElse(" akka.grpc.version" , " 2.5.3 " )
9
9
10
10
enablePlugins(AkkaGrpcPlugin )
11
11
// GraalVM native image build
Original file line number Diff line number Diff line change 1
1
resolvers += " Akka library repository" .at(" https://repo.akka.io/maven" )
2
2
3
- lazy val akkaGrpcVersion = sys.props.getOrElse(" akka.grpc.version" , " 2.5.2 " )
3
+ lazy val akkaGrpcVersion = sys.props.getOrElse(" akka.grpc.version" , " 2.5.3 " )
4
4
addSbtPlugin(" com.lightbend.akka.grpc" % " sbt-akka-grpc" % akkaGrpcVersion)
5
5
addSbtPlugin(" org.scalameta" % " sbt-native-image" % " 0.3.4" )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
9
9
plugins {
10
10
id ' java'
11
11
id ' application'
12
- id ' com.lightbend.akka.grpc.gradle' version ' 2.5.2 '
12
+ id ' com.lightbend.akka.grpc.gradle' version ' 2.5.3 '
13
13
}
14
14
repositories {
15
15
mavenCentral()
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version := "1.0"
3
3
scalaVersion := " 2.13.15"
4
4
5
5
val akkaVersion = " 2.10.0"
6
- lazy val akkaGrpcVersion = sys.props.getOrElse(" akka-grpc.version" , " 2.5.2 " )
6
+ lazy val akkaGrpcVersion = sys.props.getOrElse(" akka-grpc.version" , " 2.5.3 " )
7
7
8
8
enablePlugins(AkkaGrpcPlugin )
9
9
Original file line number Diff line number Diff line change 12
12
<maven .compiler.source>17</maven .compiler.source>
13
13
<maven .compiler.target>17</maven .compiler.target>
14
14
<akka .version>2.10.0</akka .version>
15
- <akka-grpc .version>2.5.2 </akka-grpc .version>
15
+ <akka-grpc .version>2.5.3 </akka-grpc .version>
16
16
<scala .binary.version>2.13</scala .binary.version>
17
17
<project .encoding>UTF-8</project .encoding>
18
18
</properties >
Original file line number Diff line number Diff line change 1
1
resolvers += " Akka library repository" .at(" https://repo.akka.io/maven" )
2
2
3
3
addSbtPlugin(
4
- " com.lightbend.akka.grpc" % " sbt-akka-grpc" % " 2.5.2 "
4
+ " com.lightbend.akka.grpc" % " sbt-akka-grpc" % " 2.5.3 "
5
5
)
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
9
9
plugins {
10
10
id ' java'
11
11
id ' application'
12
- id ' com.lightbend.akka.grpc.gradle' version ' 2.5.2 '
12
+ id ' com.lightbend.akka.grpc.gradle' version ' 2.5.3 '
13
13
}
14
14
repositories {
15
15
mavenCentral()
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version := "1.0"
4
4
scalaVersion := " 2.13.15"
5
5
6
6
val akkaVersion = " 2.10.0"
7
- lazy val akkaGrpcVersion = sys.props.getOrElse(" akka-grpc.version" , " 2.5.2 " )
7
+ lazy val akkaGrpcVersion = sys.props.getOrElse(" akka-grpc.version" , " 2.5.3 " )
8
8
9
9
enablePlugins(AkkaGrpcPlugin )
10
10
Original file line number Diff line number Diff line change 12
12
<maven .compiler.source>17</maven .compiler.source>
13
13
<maven .compiler.target>17</maven .compiler.target>
14
14
<akka .version>2.10.0</akka .version>
15
- <akka-grpc .version>2.5.2 </akka-grpc .version>
15
+ <akka-grpc .version>2.5.3 </akka-grpc .version>
16
16
<scala .binary.version>2.13</scala .binary.version>
17
17
<project .encoding>UTF-8</project .encoding>
18
18
</properties >
152
152
153
153
<plugin >
154
154
<artifactId >maven-dependency-plugin</artifactId >
155
- <version >2.5.2 </version >
155
+ <version >2.5.3 </version >
156
156
<executions >
157
157
<execution >
158
158
<id >getClasspathFilenames</id >
Original file line number Diff line number Diff line change 1
1
resolvers += " Akka library repository" .at(" https://repo.akka.io/maven" )
2
2
3
- addSbtPlugin(" com.lightbend.akka.grpc" % " sbt-akka-grpc" % " 2.5.2 " )
3
+ addSbtPlugin(" com.lightbend.akka.grpc" % " sbt-akka-grpc" % " 2.5.3 " )
You can’t perform that action at this time.
0 commit comments