Skip to content

Commit fe68606

Browse files
authored
chore: License change date and sample bump for 2.5.9 (#2099)
1 parent ebe4e04 commit fe68606

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

LICENSE

Lines changed: 2 additions & 2 deletions
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.8
6+
Licensed Work: Akka gRPC 2.5.9
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-10-29
22+
Change Date: 2028-11-06
2323

2424
Change License: Apache License, Version 2.0
2525

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

Lines changed: 1 addition & 1 deletion
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.8'
12+
id 'com.lightbend.akka.grpc.gradle' version '2.5.9'
1313
}
1414
repositories {
1515
mavenCentral()

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version := "1.0"
33
scalaVersion := "2.13.17"
44

55
val akkaVersion = "2.10.11"
6-
lazy val akkaGrpcVersion = sys.props.getOrElse("akka-grpc.version", "2.5.8")
6+
lazy val akkaGrpcVersion = sys.props.getOrElse("akka-grpc.version", "2.5.9")
77

88
enablePlugins(AkkaGrpcPlugin)
99

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

Lines changed: 1 addition & 1 deletion
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.11</akka.version>
15-
<akka-grpc.version>2.5.8</akka-grpc.version>
15+
<akka-grpc.version>2.5.9</akka-grpc.version>
1616
<scala.binary.version>2.13</scala.binary.version>
1717
<project.encoding>UTF-8</project.encoding>
1818
</properties>
Lines changed: 1 addition & 1 deletion
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.8"
4+
"com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.5.9"
55
)

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

Lines changed: 1 addition & 1 deletion
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.8'
12+
id 'com.lightbend.akka.grpc.gradle' version '2.5.9'
1313
}
1414
repositories {
1515
mavenCentral()

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

Lines changed: 1 addition & 1 deletion
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.11</akka.version>
15-
<akka-grpc.version>2.5.8</akka-grpc.version>
15+
<akka-grpc.version>2.5.9</akka-grpc.version>
1616
<scala.binary.version>2.13</scala.binary.version>
1717
<project.encoding>UTF-8</project.encoding>
1818
</properties>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
resolvers += "Akka library repository".at("https://repo.akka.io/maven")
22

3-
lazy val akkaGrpcVersion = sys.props.getOrElse("akka-grpc.version", "2.5.8")
3+
lazy val akkaGrpcVersion = sys.props.getOrElse("akka-grpc.version", "2.5.9")
44
addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % akkaGrpcVersion)

0 commit comments

Comments
 (0)