Skip to content

Commit dbc743f

Browse files
authored
build: License change date and sample bump for 2.5.3 (#2025)
1 parent 0034695 commit dbc743f

File tree

11 files changed

+13
-13
lines changed

11 files changed

+13
-13
lines changed

LICENSE

+2-2
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 gRPC 2.5.2
6+
Licensed Work: Akka gRPC 2.5.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: 2028-01-30
22+
Change Date: 2028-01-31
2323

2424
Change License: Apache License, Version 2.0
2525

native-image-tests/grpc-scala/build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version := "1.0"
55
scalaVersion := "2.13.15"
66

77
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")
99

1010
enablePlugins(AkkaGrpcPlugin)
1111
// GraalVM native image build
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
resolvers += "Akka library repository".at("https://repo.akka.io/maven")
22

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")
44
addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % akkaGrpcVersion)
55
addSbtPlugin("org.scalameta" % "sbt-native-image" % "0.3.4")

samples/akka-grpc-quickstart-java/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
plugins {
1010
id 'java'
1111
id 'application'
12-
id 'com.lightbend.akka.grpc.gradle' version '2.5.2'
12+
id 'com.lightbend.akka.grpc.gradle' version '2.5.3'
1313
}
1414
repositories {
1515
mavenCentral()

samples/akka-grpc-quickstart-java/build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version := "1.0"
33
scalaVersion := "2.13.15"
44

55
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")
77

88
enablePlugins(AkkaGrpcPlugin)
99

samples/akka-grpc-quickstart-java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<maven.compiler.source>17</maven.compiler.source>
1313
<maven.compiler.target>17</maven.compiler.target>
1414
<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>
1616
<scala.binary.version>2.13</scala.binary.version>
1717
<project.encoding>UTF-8</project.encoding>
1818
</properties>
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
resolvers += "Akka library repository".at("https://repo.akka.io/maven")
22

33
addSbtPlugin(
4-
"com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.5.2"
4+
"com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.5.3"
55
)

samples/akka-grpc-quickstart-scala/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
plugins {
1010
id 'java'
1111
id 'application'
12-
id 'com.lightbend.akka.grpc.gradle' version '2.5.2'
12+
id 'com.lightbend.akka.grpc.gradle' version '2.5.3'
1313
}
1414
repositories {
1515
mavenCentral()

samples/akka-grpc-quickstart-scala/build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version := "1.0"
44
scalaVersion := "2.13.15"
55

66
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")
88

99
enablePlugins(AkkaGrpcPlugin)
1010

samples/akka-grpc-quickstart-scala/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<maven.compiler.source>17</maven.compiler.source>
1313
<maven.compiler.target>17</maven.compiler.target>
1414
<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>
1616
<scala.binary.version>2.13</scala.binary.version>
1717
<project.encoding>UTF-8</project.encoding>
1818
</properties>
@@ -152,7 +152,7 @@
152152

153153
<plugin>
154154
<artifactId>maven-dependency-plugin</artifactId>
155-
<version>2.5.2</version>
155+
<version>2.5.3</version>
156156
<executions>
157157
<execution>
158158
<id>getClasspathFilenames</id>
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
resolvers += "Akka library repository".at("https://repo.akka.io/maven")
22

3-
addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.5.2")
3+
addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.5.3")

0 commit comments

Comments
 (0)