From 594b3523453ddddfdd1173cae1cb48bfc6dbce03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 12:22:24 +0000 Subject: [PATCH 1/2] Bump org.codehaus.mojo:exec-maven-plugin from 1.6.0 to 3.6.3 Bumps [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 1.6.0 to 3.6.3. - [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases) - [Commits](https://github.com/mojohaus/exec-maven-plugin/compare/exec-maven-plugin-1.6.0...3.6.3) --- updated-dependencies: - dependency-name: org.codehaus.mojo:exec-maven-plugin dependency-version: 3.6.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- ratis-experiments/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 6574d460c1..c4c20aaee6 100644 --- a/pom.xml +++ b/pom.xml @@ -154,7 +154,7 @@ 3.6.1 - 3.6.2 + 3.6.3 1.12.0 3.0.0 2.7.1 diff --git a/ratis-experiments/pom.xml b/ratis-experiments/pom.xml index ed13c993da..2679e3e91c 100644 --- a/ratis-experiments/pom.xml +++ b/ratis-experiments/pom.xml @@ -54,7 +54,7 @@ org.codehaus.mojo exec-maven-plugin - 1.6.0 + 3.6.3 compile-flatbufs From c7847a0c8f44cf5396a25c05c77efd30e3b416e4 Mon Sep 17 00:00:00 2001 From: "Doroszlai, Attila" Date: Wed, 1 Apr 2026 18:13:35 +0200 Subject: [PATCH 2/2] get version from root POM --- dev-support/make_rc.sh | 2 +- ratis-experiments/pom.xml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-support/make_rc.sh b/dev-support/make_rc.sh index 42cadb07d6..7317729acb 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/ratis-experiments/pom.xml b/ratis-experiments/pom.xml index 2679e3e91c..e4a8451db2 100644 --- a/ratis-experiments/pom.xml +++ b/ratis-experiments/pom.xml @@ -54,7 +54,6 @@ org.codehaus.mojo exec-maven-plugin - 3.6.3 compile-flatbufs