This is an automated email from the ASF dual-hosted git repository.
lburgazzoli pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/main by this push:
new e8cec9c3 build(deps): bump exec-maven-plugin from 3.0.0 to 3.1.0
e8cec9c3 is described below
commit e8cec9c3fbed74619195730dbcf4e788c6b3995e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 15 19:02:12 2022 +0000
build(deps): bump exec-maven-plugin from 3.0.0 to 3.1.0
Bumps [exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin)
from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
-
[Commits](https://github.com/mojohaus/exec-maven-plugin/compare/exec-maven-plugin-3.0.0...exec-maven-plugin-3.1.0)
---
updated-dependencies:
- dependency-name: org.codehaus.mojo:exec-maven-plugin
dependency-type: direct:production
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 575760d4..adc23085 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@
<maven-failsafe-plugin-version>3.0.0-M7</maven-failsafe-plugin-version>
<versions-maven-plugin-version>2.11.0</versions-maven-plugin-version>
<directory-maven-plugin-version>1.0</directory-maven-plugin-version>
- <exec-maven-plugin-version>3.0.0</exec-maven-plugin-version>
+ <exec-maven-plugin-version>3.1.0</exec-maven-plugin-version>
<mycila-license-version>4.1</mycila-license-version>
<maven-checkstyle-plugin-version>3.1.2</maven-checkstyle-plugin-version>
<maven-checkstyle-version>8.44</maven-checkstyle-version>