From ae0e4d8c9aaf5dc17a8774d37930827a58d98dda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 11:56:15 +0000 Subject: [PATCH] Bump org.codehaus.mojo:flatten-maven-plugin from 1.6.0 to 1.7.0 Bumps [org.codehaus.mojo:flatten-maven-plugin](https://github.com/mojohaus/flatten-maven-plugin) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/mojohaus/flatten-maven-plugin/releases) - [Commits](https://github.com/mojohaus/flatten-maven-plugin/compare/1.6.0...1.7.0) --- updated-dependencies: - dependency-name: org.codehaus.mojo:flatten-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7ef02b97ce..3b74210126 100644 --- a/pom.xml +++ b/pom.xml @@ -252,7 +252,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>flatten-maven-plugin</artifactId> - <version>1.6.0</version> + <version>1.7.0</version> </plugin> <plugin> <groupId>org.jacoco</groupId>