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-audit.git
The following commit(s) were added to refs/heads/master by this push:
new 7200b5a Update `org.apache.maven:maven-plugin-api` to version `3.9.5`
(#61)
7200b5a is described below
commit 7200b5a515b1c7e88d4eece66d0b36f5a9e5c5e3
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Tue Oct 31 07:54:18 2023 +0000
Update `org.apache.maven:maven-plugin-api` to version `3.9.5` (#61)
---
pom.xml | 2 +-
src/changelog/.1.x.x/update_org_apache_maven_maven_plugin_api.xml | 8 ++++++++
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c2e765b..c851a9d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -384,7 +384,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
- <version>3.0</version>
+ <version>3.9.5</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
diff --git a/src/changelog/.1.x.x/update_org_apache_maven_maven_plugin_api.xml
b/src/changelog/.1.x.x/update_org_apache_maven_maven_plugin_api.xml
new file mode 100644
index 0000000..d40fd2a
--- /dev/null
+++ b/src/changelog/.1.x.x/update_org_apache_maven_maven_plugin_api.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns="http://logging.apache.org/log4j/changelog"
+ xsi:schemaLocation="http://logging.apache.org/log4j/changelog
https://logging.apache.org/log4j/changelog-0.1.2.xsd"
+ type="changed">
+ <issue id="61" link="https://github.com/apache/logging-log4j-audit/pull/61"/>
+ <description format="asciidoc">Update `org.apache.maven:maven-plugin-api` to
version `3.9.5`</description>
+</entry>