This is an automated email from the ASF dual-hosted git repository.

raboof pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/pekko-grpc-quickstart-java.g8.git


The following commit(s) were added to refs/heads/main by this push:
     new fd6c1ed  upgrade some dependencies (#26)
fd6c1ed is described below

commit fd6c1ed8da9f57ae501402bd174bea860b5350d8
Author: PJ Fanning <[email protected]>
AuthorDate: Sat May 30 14:23:36 2026 +0100

    upgrade some dependencies (#26)
---
 src/main/g8/build.sbt          | 2 +-
 src/main/g8/default.properties | 2 +-
 src/main/g8/pom.xml            | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/g8/build.sbt b/src/main/g8/build.sbt
index b5a3db5..87beeb2 100644
--- a/src/main/g8/build.sbt
+++ b/src/main/g8/build.sbt
@@ -21,7 +21,7 @@ libraryDependencies ++= Seq(
   "org.apache.pekko" %% "pekko-stream" % pekkoVersion,
   "org.apache.pekko" %% "pekko-pki" % pekkoVersion,
 
-  "ch.qos.logback" % "logback-classic" % "1.3.15",
+  "ch.qos.logback" % "logback-classic" % "1.3.16",
 
   "org.apache.pekko" %% "pekko-actor-testkit-typed" % pekkoVersion % Test,
   "org.apache.pekko" %% "pekko-stream-testkit" % pekkoVersion % Test,
diff --git a/src/main/g8/default.properties b/src/main/g8/default.properties
index 6e5c7ac..41d149a 100644
--- a/src/main/g8/default.properties
+++ b/src/main/g8/default.properties
@@ -1,7 +1,7 @@
 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.2.0
-pekko_version=1.4.0
+pekko_version=1.6.0
 sbt_version=maven(org.scala-sbt, sbt, stable)
 scala_major_version=2.13
 scala_version=2.13.18
diff --git a/src/main/g8/pom.xml b/src/main/g8/pom.xml
index 4aeebd2..a143813 100644
--- a/src/main/g8/pom.xml
+++ b/src/main/g8/pom.xml
@@ -52,7 +52,7 @@
     <dependency>
       <groupId>ch.qos.logback</groupId>
       <artifactId>logback-classic</artifactId>
-      <version>1.3.15</version>
+      <version>1.3.16</version>
     </dependency>
 
     <dependency>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to