This is an automated email from the ASF dual-hosted git repository.
alien11689 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/aries.git
The following commit(s) were added to refs/heads/trunk by this push:
new 977004b0a Bump org.codehaus.mojo:flatten-maven-plugin in /spi-fly
977004b0a is described below
commit 977004b0aa59905272e4d30c9497ce72ea9cc60c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 9 22:23:43 2025 +0000
Bump org.codehaus.mojo:flatten-maven-plugin in /spi-fly
Bumps
[org.codehaus.mojo:flatten-maven-plugin](https://github.com/mojohaus/flatten-maven-plugin)
from 1.3.0 to 1.6.0.
- [Release notes](https://github.com/mojohaus/flatten-maven-plugin/releases)
-
[Commits](https://github.com/mojohaus/flatten-maven-plugin/compare/flatten-maven-plugin-1.3.0...1.6.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] <[email protected]>
---
spi-fly/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/spi-fly/pom.xml b/spi-fly/pom.xml
index 199686529..bd890a1b3 100644
--- a/spi-fly/pom.xml
+++ b/spi-fly/pom.xml
@@ -164,7 +164,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
- <version>1.3.0</version>
+ <version>1.6.0</version>
<configuration>
<flattenMode>oss</flattenMode>
</configuration>