This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis.git
The following commit(s) were added to refs/heads/master by this push:
new 58bdf7170 RATIS-2489. Bump exec-maven-plugin to 3.6.3 (#1418)
58bdf7170 is described below
commit 58bdf7170f0fadaf2947a4875e832d775cbbf251
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 3 20:26:26 2026 +0200
RATIS-2489. Bump exec-maven-plugin to 3.6.3 (#1418)
Co-authored-by: Doroszlai, Attila <[email protected]>
---
dev-support/make_rc.sh | 2 +-
pom.xml | 2 +-
ratis-experiments/pom.xml | 1 -
3 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-support/make_rc.sh b/dev-support/make_rc.sh
index 42cadb07d..7317729ac 100755
--- a/dev-support/make_rc.sh
+++ b/dev-support/make_rc.sh
@@ -36,7 +36,7 @@ fi
mvnGet() {
${MVN} -q -Dexec.executable="echo" -Dexec.args="\${${1}}" --non-recursive \
- org.codehaus.mojo:exec-maven-plugin:1.6.0:exec 2>/dev/null
+ org.codehaus.mojo:exec-maven-plugin:exec 2>/dev/null
}
diff --git a/pom.xml b/pom.xml
index df0f71ca5..97d584127 100644
--- a/pom.xml
+++ b/pom.xml
@@ -154,7 +154,7 @@
<!-- org.codehaus.mojo -->
<build-helper-maven-plugin.version>3.6.1</build-helper-maven-plugin.version>
- <exec-maven-plugin.version>3.6.2</exec-maven-plugin.version>
+ <exec-maven-plugin.version>3.6.3</exec-maven-plugin.version>
<extra-enforcer-rules.version>1.12.0</extra-enforcer-rules.version>
<restrict-imports-enforcer-rule.version>3.0.0</restrict-imports-enforcer-rule.version>
<license-maven-plugin.version>2.7.1</license-maven-plugin.version>
diff --git a/ratis-experiments/pom.xml b/ratis-experiments/pom.xml
index ed13c993d..e4a8451db 100644
--- a/ratis-experiments/pom.xml
+++ b/ratis-experiments/pom.xml
@@ -54,7 +54,6 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
- <version>1.6.0</version>
<executions>
<execution>
<id>compile-flatbufs</id>