Skip to content

Commit 33ce3b5

Browse files
authored
build: License change date and sample bump for 2.5.2 (#2020)
* build: License change and sample bump for 2.5.2 * ups wrong thing to change to 2.5.2
1 parent cd3392e commit 33ce3b5

File tree

12 files changed

+14
-14
lines changed

12 files changed

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

2424
Change License: Apache License, Version 2.0
2525

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

Lines changed: 1 addition & 1 deletion
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.1")
8+
lazy val akkaGrpcVersion = sys.props.getOrElse("akka.grpc.version", "2.5.2")
99

1010
enablePlugins(AkkaGrpcPlugin)
1111
// GraalVM native image build
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

3-
lazy val akkaGrpcVersion = sys.props.getOrElse("akka.grpc.version", "2.5.1")
3+
lazy val akkaGrpcVersion = sys.props.getOrElse("akka.grpc.version", "2.5.2")
44
addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % akkaGrpcVersion)
55
addSbtPlugin("org.scalameta" % "sbt-native-image" % "0.3.4")

plugin-tester-scala/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161

162162
<plugin>
163163
<artifactId>maven-dependency-plugin</artifactId>
164-
<version>2.5.1</version>
164+
<version>3.1.2</version>
165165
<executions>
166166
<execution>
167167
<id>getClasspathFilenames</id>

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.1'
12+
id 'com.lightbend.akka.grpc.gradle' version '2.5.2'
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.15"
44

55
val akkaVersion = "2.10.0"
6-
lazy val akkaGrpcVersion = sys.props.getOrElse("akka-grpc.version", "2.5.1")
6+
lazy val akkaGrpcVersion = sys.props.getOrElse("akka-grpc.version", "2.5.2")
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.0</akka.version>
15-
<akka-grpc.version>2.5.1</akka-grpc.version>
15+
<akka-grpc.version>2.5.2</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.1"
4+
"com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.5.2"
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.1'
12+
id 'com.lightbend.akka.grpc.gradle' version '2.5.2'
1313
}
1414
repositories {
1515
mavenCentral()

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

Lines changed: 1 addition & 1 deletion
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.1")
7+
lazy val akkaGrpcVersion = sys.props.getOrElse("akka-grpc.version", "2.5.2")
88

99
enablePlugins(AkkaGrpcPlugin)
1010

0 commit comments

Comments
 (0)