Skip to content

Commit 0085872

Browse files
committed
Update org.apache.logging.log4j:log4j-plugins to version 3.0.0-beta2 (#107)
1 parent 3fee2b0 commit 0085872

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

log4j-docgen/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<asciidoctorj-api.version>3.0.0-alpha.2</asciidoctorj-api.version>
3939
<!-- We explicitly test against Log4j 2 -->
4040
<log4j-core.version>2.23.0</log4j-core.version>
41-
<log4j-plugins.version>3.0.0-beta1</log4j-plugins.version>
41+
<log4j-plugins.version>3.0.0-beta2</log4j-plugins.version>
4242

4343
</properties>
4444

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns="http://logging.apache.org/log4j/changelog"
4+
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd"
5+
type="updated">
6+
<issue id="107" link="https://github.com/apache/logging-log4j-tools/pull/107"/>
7+
<description format="asciidoc">Update `org.apache.logging.log4j:log4j-plugins` to version `3.0.0-beta2`</description>
8+
</entry>

src/site/_release-notes/_0.x.x.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ This minor release contains various bug fixes and improvements.
5252
* Update `org.apache.logging:logging-parent` to version `10.6.0`
5353
* Update `jakarta.inject:jakarta.inject-api` to version `2.0.1` (https://github.com/apache/logging-log4j-tools/pull/94[94])
5454
* Update `org.apache.logging.log4j:log4j-core` to version `2.23.0` (https://github.com/apache/logging-log4j-tools/pull/106[106])
55+
* Update `org.apache.logging.log4j:log4j-plugins` to version `3.0.0-beta2` (https://github.com/apache/logging-log4j-tools/pull/107[107])
5556
* Update `org.apache.maven.plugin-tools:maven-plugin-annotations` to version `3.11.0` (https://github.com/apache/logging-log4j-tools/pull/98[98])
5657
* Update `org.assertj:assertj-core` to version `3.25.3` (https://github.com/apache/logging-log4j-tools/pull/104[104])
5758
* Update `org.codehaus.modello:modello-maven-plugin` to version `2.3.0` (https://github.com/apache/logging-log4j-tools/pull/105[105])

0 commit comments

Comments
 (0)