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 83aa138 Update `org.apache.logging:logging-parent` to version
`10.3.0` (#89)
83aa138 is described below
commit 83aa138c1dde86efc76217693fb0d1c71ddb0674
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Fri Nov 10 16:49:35 2023 +0000
Update `org.apache.logging:logging-parent` to version `10.3.0` (#89)
---
pom.xml | 2 +-
src/changelog/.1.x.x/update_org_apache_logging_logging_parent.xml | 8 ++++++++
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f4179eb..22eca50 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.logging</groupId>
<artifactId>logging-parent</artifactId>
- <version>10.2.0</version>
+ <version>10.3.0</version>
</parent>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-audit-parent</artifactId>
diff --git a/src/changelog/.1.x.x/update_org_apache_logging_logging_parent.xml
b/src/changelog/.1.x.x/update_org_apache_logging_logging_parent.xml
new file mode 100644
index 0000000..aeabcf1
--- /dev/null
+++ b/src/changelog/.1.x.x/update_org_apache_logging_logging_parent.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="89" link="https://github.com/apache/logging-log4j-audit/pull/89"/>
+ <description format="asciidoc">Update `org.apache.logging:logging-parent` to
version `10.3.0`</description>
+</entry>