This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new 9d55e96f6c Bump org.codehaus.mojo:exec-maven-plugin from 3.6.2 to 3.6.3
9d55e96f6c is described below
commit 9d55e96f6c6fb7405a8bdb3a34de9a7f3a0841f3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 23 08:32:12 2025 +0000
Bump org.codehaus.mojo:exec-maven-plugin from 3.6.2 to 3.6.3
Bumps
[org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin)
from 3.6.2 to 3.6.3.
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
-
[Commits](https://github.com/mojohaus/exec-maven-plugin/compare/3.6.2...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-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 28898d17da..bf0f1f47ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -201,7 +201,7 @@
<cq-plugin.version>4.20.3</cq-plugin.version>
<cyclonedx-maven-plugin-version>2.9.1</cyclonedx-maven-plugin-version>
<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>
<formatter-maven-plugin.version>2.29.0</formatter-maven-plugin.version>
<gmavenplus-maven-plugin.version>3.0.0</gmavenplus-maven-plugin.version>
<impsort-maven-plugin.version>1.12.0</impsort-maven-plugin.version>