This is an automated email from the ASF dual-hosted git repository.
engelen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-grpc.git
The following commit(s) were added to refs/heads/main by this push:
new d3b805b4 pekko 1.1.5 (#480)
d3b805b4 is described below
commit d3b805b4069dd696291d23546b5caf9687c47001
Author: PJ Fanning <[email protected]>
AuthorDate: Sun Jul 20 10:18:49 2025 +0100
pekko 1.1.5 (#480)
---
plugin-tester-java/build.gradle | 2 +-
plugin-tester-scala/build.gradle | 2 +-
plugin-tester-scala/pom.xml | 2 +-
project/PekkoCoreDependency.scala | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/plugin-tester-java/build.gradle b/plugin-tester-java/build.gradle
index ec1a4be8..0132dad8 100644
--- a/plugin-tester-java/build.gradle
+++ b/plugin-tester-java/build.gradle
@@ -31,7 +31,7 @@ def scalaBinaryVersion =
"${scalaVersion.major}.${scalaVersion.minor}"
dependencies {
implementation "org.apache.pekko:pekko-http-cors_${scalaBinaryVersion}:1.1.0"
implementation "org.scala-lang:scala-library:${scalaFullVersion}"
- testImplementation
"org.apache.pekko:pekko-stream-testkit_${scalaBinaryVersion}:1.1.4"
+ testImplementation
"org.apache.pekko:pekko-stream-testkit_${scalaBinaryVersion}:1.1.5"
testImplementation "org.scalatest:scalatest_${scalaBinaryVersion}:3.2.19"
testImplementation
"org.scalatestplus:junit-4-13_${scalaBinaryVersion}:3.2.19.0"
}
diff --git a/plugin-tester-scala/build.gradle b/plugin-tester-scala/build.gradle
index 19daf9a3..b3469433 100644
--- a/plugin-tester-scala/build.gradle
+++ b/plugin-tester-scala/build.gradle
@@ -26,7 +26,7 @@ def scalaBinaryVersion =
"${scalaVersion.major}.${scalaVersion.minor}"
dependencies {
implementation "org.apache.pekko:pekko-http-cors_${scalaBinaryVersion}:1.1.0"
implementation "org.scala-lang:scala-library:${scalaFullVersion}"
- testImplementation
"org.apache.pekko:pekko-stream-testkit_${scalaBinaryVersion}:1.1.4"
+ testImplementation
"org.apache.pekko:pekko-stream-testkit_${scalaBinaryVersion}:1.1.5"
testImplementation "org.scalatest:scalatest_${scalaBinaryVersion}:3.2.19"
testImplementation
"org.scalatestplus:junit-4-13_${scalaBinaryVersion}:3.2.19.0"
}
diff --git a/plugin-tester-scala/pom.xml b/plugin-tester-scala/pom.xml
index 1cae43ab..93c9400b 100644
--- a/plugin-tester-scala/pom.xml
+++ b/plugin-tester-scala/pom.xml
@@ -22,7 +22,7 @@
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
- <pekko.version>1.1.4</pekko.version>
+ <pekko.version>1.1.5</pekko.version>
<pekko.http.version>1.2.0</pekko.http.version>
<grpc.version>1.73.0</grpc.version> <!-- checked synced by
VersionSyncCheckPlugin -->
<project.encoding>UTF-8</project.encoding>
diff --git a/project/PekkoCoreDependency.scala
b/project/PekkoCoreDependency.scala
index 8a609391..c473fa10 100644
--- a/project/PekkoCoreDependency.scala
+++ b/project/PekkoCoreDependency.scala
@@ -22,5 +22,5 @@ import com.github.pjfanning.pekkobuild.PekkoDependency
object PekkoCoreDependency extends PekkoDependency {
override val checkProject: String = "pekko-cluster-sharding-typed"
override val module: Option[String] = None
- override val currentVersion: String = "1.1.4"
+ override val currentVersion: String = "1.1.5"
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]