commit | 3e3dea3fc1703d28e73392939152b304f9278487 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Tue May 09 22:57:21 2023 +0000 |
committer | GitHub <noreply@github.com> | Tue May 09 22:57:21 2023 +0000 |
tree | 14599e62e3b27e1e2eb6d2050823ea6d9ffb3244 | |
parent | 53855dd2e721a776b9aa3d341c3a503845e2d2cb [diff] |
Bump flatten-maven-plugin from 1.2.7 to 1.5.0 Bumps [flatten-maven-plugin](https://github.com/mojohaus/flatten-maven-plugin) from 1.2.7 to 1.5.0. - [Release notes](https://github.com/mojohaus/flatten-maven-plugin/releases) - [Commits](https://github.com/mojohaus/flatten-maven-plugin/compare/flatten-maven-plugin-1.2.7...1.5.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>
diff --git a/pom.xml b/pom.xml index d021aef..478a38d 100644 --- a/pom.xml +++ b/pom.xml
@@ -68,7 +68,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>flatten-maven-plugin</artifactId> - <version>1.2.7</version> + <version>1.5.0</version> <configuration> <flattenMode>oss</flattenMode> </configuration>