Skip to content

Commit e06237c

Browse files
committed
Update org.apache.logging.log4j:log4j-core to version 2.23.1 (#108)
1 parent 1c3a5a2 commit e06237c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

log4j-docgen/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<!-- Dependency versions -->
3838
<asciidoctorj-api.version>3.0.0-alpha.2</asciidoctorj-api.version>
3939
<!-- We explicitly test against Log4j 2 -->
40-
<log4j-core.version>2.23.0</log4j-core.version>
40+
<log4j-core.version>2.23.1</log4j-core.version>
4141
<log4j-plugins.version>3.0.0-beta2</log4j-plugins.version>
4242

4343
</properties>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xmlns="https://logging.apache.org/xml/ns"
4-
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-1.0.0.xsd"
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"
55
type="updated">
6-
<issue id="106" link="https://github.com/apache/logging-log4j-tools/pull/106"/>
7-
<description format="asciidoc">Update `org.apache.logging.log4j:log4j-core` to version `2.23.0`</description>
6+
<issue id="108" link="https://github.com/apache/logging-log4j-tools/pull/108"/>
7+
<description format="asciidoc">Update `org.apache.logging.log4j:log4j-core` to version `2.23.1`</description>
88
</entry>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Many modern software projects use a VCS (e.g., Git) and support services (e.g.,
6464
6565
* Update `org.apache.logging:logging-parent` to version `10.6.0`
6666
* Update `jakarta.inject:jakarta.inject-api` to version `2.0.1` (https://github.com/apache/logging-log4j-tools/pull/94[94])
67-
* Update `org.apache.logging.log4j:log4j-core` to version `2.23.0` (https://github.com/apache/logging-log4j-tools/pull/106[106])
67+
* Update `org.apache.logging.log4j:log4j-core` to version `2.23.1` (https://github.com/apache/logging-log4j-tools/pull/108[108])
6868
* Update `org.apache.logging.log4j:log4j-plugins` to version `3.0.0-beta2` (https://github.com/apache/logging-log4j-tools/pull/107[107])
6969
* Update `org.apache.maven.plugin-tools:maven-plugin-annotations` to version `3.11.0` (https://github.com/apache/logging-log4j-tools/pull/98[98])
7070
* Update `org.assertj:assertj-core` to version `3.25.3` (https://github.com/apache/logging-log4j-tools/pull/104[104])

0 commit comments

Comments
 (0)