| commit | d7979026dd8fc209ed8440fa5e1194627bc47070 | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Tue Jun 24 00:36:57 2025 +0000 |
| committer | Mark Thomas <mark.thomas@broadcom.com> | Tue Jun 24 08:40:54 2025 +0100 |
| tree | d54f00f595fa9e29a722e6b439858f8268574ee5 | |
| parent | f063a2fa25cff2e1b13bf8d0b06b4ae682857e60 [diff] |
Bump org.codehaus.mojo:flatten-maven-plugin from 1.7.0 to 1.7.1 Bumps [org.codehaus.mojo:flatten-maven-plugin](https://github.com/mojohaus/flatten-maven-plugin) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/mojohaus/flatten-maven-plugin/releases) - [Commits](https://github.com/mojohaus/flatten-maven-plugin/compare/1.7.0...1.7.1) --- updated-dependencies: - dependency-name: org.codehaus.mojo:flatten-maven-plugin dependency-version: 1.7.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/tck/pom.xml b/tck/pom.xml index 977159f..9055d3b 100644 --- a/tck/pom.xml +++ b/tck/pom.xml
@@ -141,7 +141,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>flatten-maven-plugin</artifactId> - <version>1.7.0</version> + <version>1.7.1</version> <configuration> <flattenMode>ossrh</flattenMode> </configuration>