This is an automated email from the ASF dual-hosted git repository.
pjfanning 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 87f0b2e1 Update dependencies in build.gradle (#767)
87f0b2e1 is described below
commit 87f0b2e1a44078f3be38d427bf34ccb56c6d3ee7
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Jul 3 22:34:53 2026 +0100
Update dependencies in build.gradle (#767)
* Update dependencies in build.gradle
* Downgrade protobuf-gradle-plugin version to 0.9.6
* upgrade
---
benchmark-java/build.sbt | 2 +-
gradle-plugin/build.gradle | 8 ++++----
plugin-tester-java/build.gradle | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/benchmark-java/build.sbt b/benchmark-java/build.sbt
index e3050868..c361b435 100644
--- a/benchmark-java/build.sbt
+++ b/benchmark-java/build.sbt
@@ -37,7 +37,7 @@ val root = project
"org.hdrhistogram" % "HdrHistogram" % "2.1.12",
"org.apache.commons" % "commons-math3" % "3.6.1",
"org.scalatest" %% "scalatest" % "3.2.20" % Test,
- "org.junit.jupiter" % "junit-jupiter" % "6.1.0" % Test,
+ "org.junit.jupiter" % "junit-jupiter" % "6.1.1" % Test,
"com.github.sbt.junit" % "jupiter-interface" % "0.19.0" % Test),
PB.artifactResolver := PB.artifactResolver.dependsOn(codeGenProject /
Compile / publishLocal).value)
diff --git a/gradle-plugin/build.gradle b/gradle-plugin/build.gradle
index 1aabeda0..61636ba1 100644
--- a/gradle-plugin/build.gradle
+++ b/gradle-plugin/build.gradle
@@ -129,10 +129,10 @@ repositories {
}
dependencies {
- implementation 'com.google.protobuf:protobuf-gradle-plugin:0.9.5'
- implementation 'org.apache.commons:commons-lang3:3.19.0'
- testImplementation 'org.junit.jupiter:junit-jupiter:5.14.1'
- testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.14.1'
+ implementation 'com.google.protobuf:protobuf-gradle-plugin:0.9.6'
+ implementation 'org.apache.commons:commons-lang3:3.20.0'
+ testImplementation 'org.junit.jupiter:junit-jupiter:6.1.1'
+ testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.1.1'
}
test {
diff --git a/plugin-tester-java/build.gradle b/plugin-tester-java/build.gradle
index 666b9cc9..1af6e07c 100644
--- a/plugin-tester-java/build.gradle
+++ b/plugin-tester-java/build.gradle
@@ -36,7 +36,7 @@ dependencies {
implementation
"org.apache.pekko:pekko-actor-typed_${scalaBinaryVersion}:${pekkoVersion}"
implementation "org.scala-lang:scala-library:${scalaFullVersion}"
testImplementation "org.scalatest:scalatest_${scalaBinaryVersion}:3.2.20"
- testImplementation "org.junit.jupiter:junit-jupiter:6.1.0"
+ testImplementation "org.junit.jupiter:junit-jupiter:6.1.1"
}
tasks.withType(Copy).configureEach {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]