Skip to content

Commit b5e3d8c

Browse files
committed
Update org.apache.logging.log4j:log4j-core to version 2.23.1 (#10)
1 parent 4fdd2f2 commit b5e3d8c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
<Class-Path>log4j-api-2.21.0.jar log4j-core-2.21.0.jar</Class-Path>
152152

153153
<!-- dependency versions -->
154-
<log4j.version>2.23.0</log4j.version>
154+
<log4j.version>2.23.1</log4j.version>
155155

156156
</properties>
157157

src/changelog/.2.x.x/update_org_apache_logging_log4j_log4j_core.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
xmlns="http://logging.apache.org/log4j/changelog"
44
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd"
55
type="updated">
6-
<issue id="9" link="https://github.com/apache/logging-log4j-jmx-gui/pull/9"/>
7-
<description format="asciidoc">Update `org.apache.logging.log4j:log4j-core` to version `2.23.0`</description>
6+
<issue id="10" link="https://github.com/apache/logging-log4j-jmx-gui/pull/10"/>
7+
<description format="asciidoc">Update `org.apache.logging.log4j:log4j-core` to version `2.23.1`</description>
88
</entry>

src/site/_constants.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@
3939
:project-id: log4j-jmx-gui
4040
:java-target-version: 8
4141
:java-compiler-version: [17,18)
42-
:log4j-version: 2.23.0
42+
:log4j-version: 2.23.1

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ This release contains minor improvements.
4444
=== Updated
4545
4646
* Update `apache/logging-parent` to version `` (https://github.com/apache/logging-log4j-jmx-gui/pull/6[6])
47-
* Update `org.apache.logging.log4j:log4j-core` to version `2.23.0` (https://github.com/apache/logging-log4j-jmx-gui/pull/9[9])
47+
* Update `org.apache.logging.log4j:log4j-core` to version `2.23.1` (https://github.com/apache/logging-log4j-jmx-gui/pull/10[10])
4848
* Update `org.apache.logging:logging-parent` to version `10.6.0` (https://github.com/apache/logging-log4j-jmx-gui/pull/7[7])

0 commit comments

Comments
 (0)