This is an automated email from the ASF dual-hosted git repository.
apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git
The following commit(s) were added to refs/heads/main by this push:
new c8b652a Bump org.codehaus.mojo:exec-maven-plugin from 3.1.1 to 3.6.3
c8b652a is described below
commit c8b652a1ffc3a28d5f2af4477c909bb48895d351
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 10 12:16:01 2026 +0000
Bump org.codehaus.mojo:exec-maven-plugin from 3.1.1 to 3.6.3
Bumps
[org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin)
from 3.1.1 to 3.6.3.
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
-
[Commits](https://github.com/mojohaus/exec-maven-plugin/compare/3.1.1...3.6.3)
---
updated-dependencies:
- dependency-name: org.codehaus.mojo:exec-maven-plugin
dependency-version: 3.6.3
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d076478..a05584b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,7 +95,7 @@
<maven-compiler-plugin-version>3.15.0</maven-compiler-plugin-version>
<maven-surefire-plugin-version>3.5.6</maven-surefire-plugin-version>
<maven-javadoc-plugin-version>3.6.3</maven-javadoc-plugin-version>
- <exec-maven-plugin-version>3.1.1</exec-maven-plugin-version>
+ <exec-maven-plugin-version>3.6.3</exec-maven-plugin-version>
<surefire.version>${maven-surefire-plugin-version}</surefire.version>
<jmh-version>1.37</jmh-version>
</properties>