This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/main by this push:
new a2cbe6a06eb Bump org.codehaus.mojo:flatten-maven-plugin from 1.7.3 to
1.8.0 (#1867)
a2cbe6a06eb is described below
commit a2cbe6a06eb828a58ea862759ad94db855017851
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 28 08:05:37 2026 +0200
Bump org.codehaus.mojo:flatten-maven-plugin from 1.7.3 to 1.8.0 (#1867)
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]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 0497031744e..0ad0164e510 100644
--- a/pom.xml
+++ b/pom.xml
@@ -198,7 +198,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
- <version>1.7.3</version>
+ <version>1.8.0</version>
</plugin>
-->
</plugins>
@@ -360,7 +360,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
- <version>1.7.3</version>
+ <version>1.8.0</version>
<executions>
<execution>
<id>default-cli</id>