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 e9342f67 upgrade maven plugins (#769)
e9342f67 is described below
commit e9342f67355b662dad65fa18afc391b435e71033
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Jul 3 22:34:37 2026 +0100
upgrade maven plugins (#769)
---
plugin-tester-java/pom.xml | 4 ++--
plugin-tester-scala/pom.xml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/plugin-tester-java/pom.xml b/plugin-tester-java/pom.xml
index 9da661da..795f21c7 100644
--- a/plugin-tester-java/pom.xml
+++ b/plugin-tester-java/pom.xml
@@ -22,8 +22,8 @@
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
- <maven-dependency-plugin.version>3.8.1</maven-dependency-plugin.version>
- <maven-exec-plugin.version>3.5.1</maven-exec-plugin.version>
+ <maven-dependency-plugin.version>3.11.0</maven-dependency-plugin.version>
+ <maven-exec-plugin.version>3.6.3</maven-exec-plugin.version>
<pekko.version>2.0.0-M3</pekko.version>
<pekko.http.version>2.0.0-M1</pekko.http.version>
<grpc.version>1.82.1</grpc.version> <!-- checked synced by
VersionSyncCheckPlugin -->
diff --git a/plugin-tester-scala/pom.xml b/plugin-tester-scala/pom.xml
index 4830280c..fb45885c 100644
--- a/plugin-tester-scala/pom.xml
+++ b/plugin-tester-scala/pom.xml
@@ -163,7 +163,7 @@
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
- <version>3.8.1</version>
+ <version>3.11.0</version>
<executions>
<execution>
<id>getClasspathFilenames</id>
@@ -179,7 +179,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
- <version>3.5.1</version>
+ <version>3.6.3</version>
<configuration>
<executable>java</executable>
<arguments>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]