This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pekko-release in repository https://gitbox.apache.org/repos/asf/pekko-grpc-quickstart-java.g8.git
commit 877e5e6b5709dc33199583acbe71a44bf97d3d7e Author: PJ Fanning <[email protected]> AuthorDate: Mon Jun 24 18:12:17 2024 +0100 pekko 1.0.3 --- project/build.properties | 2 +- src/main/g8/default.properties | 4 ++-- src/main/g8/gradle/wrapper/gradle-wrapper.jar | Bin 63721 -> 43462 bytes .../g8/gradle/wrapper/gradle-wrapper.properties | 2 +- src/main/g8/gradlew.bat | 20 ++++++++++---------- src/main/g8/pom.xml | 7 +++---- 6 files changed, 17 insertions(+), 18 deletions(-) diff --git a/project/build.properties b/project/build.properties index 04267b1..081fdbb 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.9 +sbt.version=1.10.0 diff --git a/src/main/g8/default.properties b/src/main/g8/default.properties index 590354c..0159036 100644 --- a/src/main/g8/default.properties +++ b/src/main/g8/default.properties @@ -1,8 +1,8 @@ name=pekko-grpc-quickstart-java description = Apache Pekko gRPC is a toolkit for building streaming gRPC servers and clients on top of Pekko Streams. This simple application will get you started building gRPC based systems with Java. pekko_grpc_version=1.0.2 -pekko_version=1.0.2 +pekko_version=1.0.3 sbt_version=maven(org.scala-sbt, sbt, stable) scala_major_version=2.13 -scala_version=2.13.13 +scala_version=2.13.14 verbatim=*.java *.conf *.proto *.pem *.key gradlew gradlew.bat gradle-wrapper.properties gradle-wrapper.jar diff --git a/src/main/g8/gradle/wrapper/gradle-wrapper.jar b/src/main/g8/gradle/wrapper/gradle-wrapper.jar index 7f93135..d64cd49 100644 Binary files a/src/main/g8/gradle/wrapper/gradle-wrapper.jar and b/src/main/g8/gradle/wrapper/gradle-wrapper.jar differ diff --git a/src/main/g8/gradle/wrapper/gradle-wrapper.properties b/src/main/g8/gradle/wrapper/gradle-wrapper.properties index 164080a..a441313 100644 --- a/src/main/g8/gradle/wrapper/gradle-wrapper.properties +++ b/src/main/g8/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/src/main/g8/gradlew.bat b/src/main/g8/gradlew.bat index 6689b85..7101f8e 100644 --- a/src/main/g8/gradlew.bat +++ b/src/main/g8/gradlew.bat @@ -43,11 +43,11 @@ set JAVA_EXE=java.exe %JAVA_EXE% -version >NUL 2>&1 if %ERRORLEVEL% equ 0 goto execute -echo. -echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. -echo. -echo Please set the JAVA_HOME variable in your environment to match the -echo location of your Java installation. +echo. 1>&2 +echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2 +echo. 1>&2 +echo Please set the JAVA_HOME variable in your environment to match the 1>&2 +echo location of your Java installation. 1>&2 goto fail @@ -57,11 +57,11 @@ set JAVA_EXE=%JAVA_HOME%/bin/java.exe if exist "%JAVA_EXE%" goto execute -echo. -echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% -echo. -echo Please set the JAVA_HOME variable in your environment to match the -echo location of your Java installation. +echo. 1>&2 +echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2 +echo. 1>&2 +echo Please set the JAVA_HOME variable in your environment to match the 1>&2 +echo location of your Java installation. 1>&2 goto fail diff --git a/src/main/g8/pom.xml b/src/main/g8/pom.xml index 99575fa..b351dfb 100644 --- a/src/main/g8/pom.xml +++ b/src/main/g8/pom.xml @@ -14,7 +14,6 @@ <pekko.version>$pekko_version$</pekko.version> <pekko.grpc.version>$pekko_grpc_version$</pekko.grpc.version> <scala.binary.version>$scala_major_version$</scala.binary.version> - <grpc.version>1.58.0</grpc.version> <project.encoding>UTF-8</project.encoding> </properties> @@ -98,11 +97,11 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.7</version> + <version>3.3.0</version> </plugin> <plugin> <artifactId>maven-dependency-plugin</artifactId> - <version>2.8</version> + <version>3.7.1</version> <executions> <execution> <id>getClasspathFilenames</id> @@ -118,7 +117,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> - <version>1.6.0</version> + <version>3.3.0</version> <executions> <execution> <id>server</id> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
