This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git
The following commit(s) were added to refs/heads/master by this push:
new 9156aa8 Bump maven-plugin.version from 3.8.1 to 3.8.2 (#55)
9156aa8 is described below
commit 9156aa80fc544967ebf4729ff36cdf8b790cd041
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 25 08:07:03 2023 +0000
Bump maven-plugin.version from 3.8.1 to 3.8.2 (#55)
Bumps `maven-plugin.version` from 3.8.1 to 3.8.2.
Updates `maven-plugin-annotations` from 3.8.1 to 3.8.2
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
-
[Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.8.1...maven-plugin-tools-3.8.2)
Updates `maven-plugin-plugin` from 3.8.1 to 3.8.2
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
-
[Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.8.1...maven-plugin-tools-3.8.2)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.maven.plugins:maven-plugin-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
log4j-tools-parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/log4j-tools-parent/pom.xml b/log4j-tools-parent/pom.xml
index 3a31400..6f79fcd 100644
--- a/log4j-tools-parent/pom.xml
+++ b/log4j-tools-parent/pom.xml
@@ -56,7 +56,7 @@
<commons-io.version>2.11.0</commons-io.version>
<freemarker.version>2.3.32</freemarker.version>
<junit.version>5.9.2</junit.version>
- <maven-plugin.version>3.8.1</maven-plugin.version>
+ <maven-plugin.version>3.8.2</maven-plugin.version>
<maven-plugin-api.version>3.6.3</maven-plugin-api.version>
<spotbugs.version>4.7.3</spotbugs.version>