This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-jmx-gui.git
The following commit(s) were added to refs/heads/main by this push:
new 1cd8e77 Update `org.apache.logging.log4j:log4j-core` to version
`2.22.1` (#5)
1cd8e77 is described below
commit 1cd8e77dbe1c355a6c6d642898a8a94e1d3ce815
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Wed Dec 27 18:37:35 2023 +0000
Update `org.apache.logging.log4j:log4j-core` to version `2.22.1` (#5)
---
pom.xml | 2 +-
.../.2.x.x/update_org_apache_logging_log4j_log4j_core.xml | 8 ++++----
src/site/_constants.adoc | 2 +-
src/site/_release-notes/_2.x.x.adoc | 5 +----
4 files changed, 7 insertions(+), 10 deletions(-)
diff --git a/pom.xml b/pom.xml
index 4b0700b..510866a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,7 +151,7 @@
<Class-Path>log4j-api-2.21.0.jar log4j-core-2.21.0.jar</Class-Path>
<!-- dependency versions -->
- <log4j.version>2.22.0</log4j.version>
+ <log4j.version>2.22.1</log4j.version>
</properties>
diff --git
a/src/changelog/.2.x.x/update_org_apache_logging_log4j_log4j_core.xml
b/src/changelog/.2.x.x/update_org_apache_logging_log4j_log4j_core.xml
index 62a2e6b..1e35985 100644
--- a/src/changelog/.2.x.x/update_org_apache_logging_log4j_log4j_core.xml
+++ b/src/changelog/.2.x.x/update_org_apache_logging_log4j_log4j_core.xml
@@ -1,8 +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="3" link="https://github.com/apache/logging-log4j-jmx-gui/pull/3"/>
- <description format="asciidoc">Update `org.apache.logging.log4j:log4j-core`
to version `2.22.0`</description>
+ xsi:schemaLocation="http://logging.apache.org/log4j/changelog
https://logging.apache.org/log4j/changelog-0.1.3.xsd"
+ type="updated">
+ <issue id="5" link="https://github.com/apache/logging-log4j-jmx-gui/pull/5"/>
+ <description format="asciidoc">Update `org.apache.logging.log4j:log4j-core`
to version `2.22.1`</description>
</entry>
diff --git a/src/site/_constants.adoc b/src/site/_constants.adoc
index 0ad168b..37ed654 100644
--- a/src/site/_constants.adoc
+++ b/src/site/_constants.adoc
@@ -39,4 +39,4 @@
:project-id: log4j-jmx-gui
:java-target-version: 8
:java-compiler-version: [17,18)
-:log4j-version: 2.22.0
+:log4j-version: 2.22.1
diff --git a/src/site/_release-notes/_2.x.x.adoc
b/src/site/_release-notes/_2.x.x.adoc
index e958e6a..ffa1ed1 100644
--- a/src/site/_release-notes/_2.x.x.adoc
+++ b/src/site/_release-notes/_2.x.x.adoc
@@ -41,10 +41,7 @@
This release contains minor improvements.
-=== Changed
-
-* Update `org.apache.logging.log4j:log4j-core` to version `2.22.0`
(https://github.com/apache/logging-log4j-jmx-gui/pull/3[3])
-
=== Updated
+* Update `org.apache.logging.log4j:log4j-core` to version `2.22.1`
(https://github.com/apache/logging-log4j-jmx-gui/pull/5[5])
* Update `org.apache.logging:logging-parent` to version `10.5.0`
(https://github.com/apache/logging-log4j-jmx-gui/pull/4[4])