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-examples.git
The following commit(s) were added to refs/heads/main by this push:
new 3344547f Bump org.codehaus.mojo:flatten-maven-plugin from 1.7.3 to
1.8.0
3344547f is described below
commit 3344547f8ba58de11efca3f78f4e38b0a674f73a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 27 05:46:04 2026 +0000
Bump org.codehaus.mojo:flatten-maven-plugin from 1.7.3 to 1.8.0
Bumps
[org.codehaus.mojo:flatten-maven-plugin](https://github.com/mojohaus/flatten-maven-plugin)
from 1.7.3 to 1.8.0.
- [Release notes](https://github.com/mojohaus/flatten-maven-plugin/releases)
-
[Commits](https://github.com/mojohaus/flatten-maven-plugin/compare/1.7.3...1.8.0)
---
updated-dependencies:
- dependency-name: org.codehaus.mojo:flatten-maven-plugin
dependency-version: 1.8.0
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 8fe9dcdc..08941bce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,7 +155,7 @@
<maven-surefire-plugin-version>3.1.2</maven-surefire-plugin-version>
<maven-javadoc-plugin-version>3.12.0</maven-javadoc-plugin-version>
<maven-release-plugin-version>3.3.1</maven-release-plugin-version>
- <flatten-maven-plugin-version>1.7.3</flatten-maven-plugin-version>
+ <flatten-maven-plugin-version>1.8.0</flatten-maven-plugin-version>
<surefire.version>${maven-surefire-plugin-version}</surefire.version>
<jkube-version>1.20.0</jkube-version>
<fabric8-maven-plugin-version>4.4.2</fabric8-maven-plugin-version>