This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-transform.git
The following commit(s) were added to refs/heads/main by this push:
new 548958a Bump flatten-maven-plugin from 1.4.1 to 1.5.0 (#44)
548958a is described below
commit 548958a2bc7f764c62168d6411076a35d4196c8e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu May 11 23:49:59 2023 +0000
Bump flatten-maven-plugin from 1.4.1 to 1.5.0 (#44)
Bumps
[flatten-maven-plugin](https://github.com/mojohaus/flatten-maven-plugin) from
1.4.1 to 1.5.0.
- [Release notes](https://github.com/mojohaus/flatten-maven-plugin/releases)
-
[Commits](https://github.com/mojohaus/flatten-maven-plugin/compare/1.4.1...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] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b55272e..63f7747 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,7 +98,7 @@
<project.build.outputTimestamp>1683307797</project.build.outputTimestamp>
<!-- plugin versions -->
<checksum-maven-plugin.version>1.11</checksum-maven-plugin.version>
- <flatten-maven-plugin.version>1.4.1</flatten-maven-plugin.version>
+ <flatten-maven-plugin.version>1.5.0</flatten-maven-plugin.version>
<log4j-changelog-maven-plugin.version>0.3.0</log4j-changelog-maven-plugin.version>
<sign-maven-plugin.version>1.0.1</sign-maven-plugin.version>
</properties>