Update `org.apache.logging.log4j:log4j-plugins` to version `3.0.0-beta3` (#156)
diff --git a/log4j-docgen/pom.xml b/log4j-docgen/pom.xml
index 6fd2089..089cfe5 100644
--- a/log4j-docgen/pom.xml
+++ b/log4j-docgen/pom.xml
@@ -37,7 +37,7 @@
<!-- Dependency versions -->
<!-- We explicitly test against Log4j 2 -->
<log4j-core.version>2.24.1</log4j-core.version>
- <log4j-plugins.version>3.0.0-beta2</log4j-plugins.version>
+ <log4j-plugins.version>3.0.0-beta3</log4j-plugins.version>
</properties>
diff --git a/src/changelog/.0.x.x/update_org_apache_logging_log4j_log4j_plugins.xml b/src/changelog/.0.x.x/update_org_apache_logging_log4j_log4j_plugins.xml
new file mode 100644
index 0000000..3da68cc
--- /dev/null
+++ b/src/changelog/.0.x.x/update_org_apache_logging_log4j_log4j_plugins.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns="https://logging.apache.org/xml/ns"
+ xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
+ type="updated">
+ <issue id="156" link="https://github.com/apache/logging-log4j-tools/pull/156"/>
+ <description format="asciidoc">Update `org.apache.logging.log4j:log4j-plugins` to version `3.0.0-beta3`</description>
+</entry>