This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch release/2.22.1
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/release/2.22.1 by this push:
new ea1864651d Release changelog for version `2.22.1`
ea1864651d is described below
commit ea1864651dba233744f1e9844284550365876eb3
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Fri Dec 22 07:39:46 2023 +0000
Release changelog for version `2.22.1`
---
src/changelog/2.22.1/.release-notes.adoc.ftl | 25 +++++++++++++
.../{.2.x.x/java_17.xml => 2.22.1/.release.xml} | 13 +++----
..._JdkMapAdapterStringMap_detect_immutability.xml | 0
.../fix_NPE_in_closeable_thread_context.xml | 0
.../fix_conversant_disruptor.xml | 0
.../{.2.x.x => 2.22.1}/fix_create_parent_dir.xml | 0
.../fix_log4j_to_slf4j_descriptor.xml | 0
src/changelog/{.2.x.x => 2.22.1}/java_17.xml | 0
.../update_actions_upload_artifact.xml | 0
.../update_ch_qos_logback_logback_classic.xml | 0
...pdate_co_elastic_clients_elasticsearch_java.xml | 0
.../update_com_github_luben_zstd_jni.xml | 0
.../update_com_google_guava_guava.xml | 0
.../update_commons_codec_commons_codec.xml | 0
.../update_commons_io_commons_io.xml | 0
.../update_commons_logging_commons_logging.xml | 0
...de_flapdoodle_reverse_de_flapdoodle_reverse.xml | 0
.../update_github_codeql_action.xml | 0
.../update_io_netty_netty_bom.xml | 0
.../update_net_java_dev_jna_jna.xml | 0
.../update_org_apache_activemq_activemq_broker.xml | 0
...ifly_org_apache_aries_spifly_dynamic_bundle.xml | 0
.../update_org_apache_commons_commons_compress.xml | 0
.../update_org_apache_commons_commons_dbcp2.xml | 0
.../update_org_apache_commons_commons_lang3.xml | 0
.../update_org_apache_commons_commons_pool2.xml | 0
.../update_org_apache_kafka_kafka_clients.xml | 0
.../update_org_apache_logging_logging_parent.xml | 0
.../update_org_apache_maven_maven_core.xml | 0
..._org_apache_maven_surefire_surefire_junit47.xml | 0
.../update_org_codehaus_plexus_plexus_utils.xml | 0
...pse_persistence_org_eclipse_persistence_jpa.xml | 0
.../update_org_jctools_jctools_core.xml | 0
.../{.2.x.x => 2.22.1}/update_org_jmdns_jmdns.xml | 0
...update_org_springframework_boot_spring_boot.xml | 0
...ngframework_cloud_spring_cloud_dependencies.xml | 0
.../{.2.x.x => 2.22.1}/workaround_coursier_bug.xml | 0
src/site/_constants.adoc | 2 +-
src/site/_release-notes.adoc | 2 +-
.../_release-notes/{_2.x.x.adoc => _2.22.1.adoc} | 11 +++---
src/site/_release-notes/_2.x.x.adoc | 42 ----------------------
41 files changed, 37 insertions(+), 58 deletions(-)
diff --git a/src/changelog/2.22.1/.release-notes.adoc.ftl
b/src/changelog/2.22.1/.release-notes.adoc.ftl
new file mode 100644
index 0000000000..c95aa7ad69
--- /dev/null
+++ b/src/changelog/2.22.1/.release-notes.adoc.ftl
@@ -0,0 +1,25 @@
+////
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ https://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+////
+
+[#release-notes-${release.version?replace("[^a-zA-Z0-9]", "-", "r")}]
+== ${release.version}
+
+<#if release.date?has_content>Release date:: ${release.date}</#if>
+
+This releases contains ...
+
+<#include "../.changelog.adoc.ftl">
diff --git a/src/changelog/.2.x.x/java_17.xml
b/src/changelog/2.22.1/.release.xml
similarity index 62%
copy from src/changelog/.2.x.x/java_17.xml
copy to src/changelog/2.22.1/.release.xml
index 74dfcc996c..011673a84c 100644
--- a/src/changelog/.2.x.x/java_17.xml
+++ b/src/changelog/2.22.1/.release.xml
@@ -15,12 +15,7 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-<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="updated">
- <issue id="2021"
link="https://github.com/apache/logging-log4j2/issues/2021"/>
- <description format="asciidoc">
- Bumped the minimum Java version required for the build to Java 17. Runtime
requirements remain unchanged.
- </description>
-</entry>
+<release xmlns="http://logging.apache.org/log4j/changelog"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://logging.apache.org/log4j/changelog
https://logging.apache.org/log4j/changelog-0.1.3.xsd"
+ date="2023-12-22" version="2.22.1"/>
diff --git
a/src/changelog/.2.x.x/2098_JdkMapAdapterStringMap_detect_immutability.xml
b/src/changelog/2.22.1/2098_JdkMapAdapterStringMap_detect_immutability.xml
similarity index 100%
rename from
src/changelog/.2.x.x/2098_JdkMapAdapterStringMap_detect_immutability.xml
rename to
src/changelog/2.22.1/2098_JdkMapAdapterStringMap_detect_immutability.xml
diff --git a/src/changelog/.2.x.x/fix_NPE_in_closeable_thread_context.xml
b/src/changelog/2.22.1/fix_NPE_in_closeable_thread_context.xml
similarity index 100%
rename from src/changelog/.2.x.x/fix_NPE_in_closeable_thread_context.xml
rename to src/changelog/2.22.1/fix_NPE_in_closeable_thread_context.xml
diff --git a/src/changelog/.2.x.x/fix_conversant_disruptor.xml
b/src/changelog/2.22.1/fix_conversant_disruptor.xml
similarity index 100%
rename from src/changelog/.2.x.x/fix_conversant_disruptor.xml
rename to src/changelog/2.22.1/fix_conversant_disruptor.xml
diff --git a/src/changelog/.2.x.x/fix_create_parent_dir.xml
b/src/changelog/2.22.1/fix_create_parent_dir.xml
similarity index 100%
rename from src/changelog/.2.x.x/fix_create_parent_dir.xml
rename to src/changelog/2.22.1/fix_create_parent_dir.xml
diff --git a/src/changelog/.2.x.x/fix_log4j_to_slf4j_descriptor.xml
b/src/changelog/2.22.1/fix_log4j_to_slf4j_descriptor.xml
similarity index 100%
rename from src/changelog/.2.x.x/fix_log4j_to_slf4j_descriptor.xml
rename to src/changelog/2.22.1/fix_log4j_to_slf4j_descriptor.xml
diff --git a/src/changelog/.2.x.x/java_17.xml b/src/changelog/2.22.1/java_17.xml
similarity index 100%
rename from src/changelog/.2.x.x/java_17.xml
rename to src/changelog/2.22.1/java_17.xml
diff --git a/src/changelog/.2.x.x/update_actions_upload_artifact.xml
b/src/changelog/2.22.1/update_actions_upload_artifact.xml
similarity index 100%
rename from src/changelog/.2.x.x/update_actions_upload_artifact.xml
rename to src/changelog/2.22.1/update_actions_upload_artifact.xml
diff --git a/src/changelog/.2.x.x/update_ch_qos_logback_logback_classic.xml
b/src/changelog/2.22.1/update_ch_qos_logback_logback_classic.xml
similarity index 100%
rename from src/changelog/.2.x.x/update_ch_qos_logback_logback_classic.xml
rename to src/changelog/2.22.1/update_ch_qos_logback_logback_classic.xml
diff --git
a/src/changelog/.2.x.x/update_co_elastic_clients_elasticsearch_java.xml
b/src/changelog/2.22.1/update_co_elastic_clients_elasticsearch_java.xml
similarity index 100%
rename from
src/changelog/.2.x.x/update_co_elastic_clients_elasticsearch_java.xml
rename to src/changelog/2.22.1/update_co_elastic_clients_elasticsearch_java.xml
diff --git a/src/changelog/.2.x.x/update_com_github_luben_zstd_jni.xml
b/src/changelog/2.22.1/update_com_github_luben_zstd_jni.xml
similarity index 100%
rename from src/changelog/.2.x.x/update_com_github_luben_zstd_jni.xml
rename to src/changelog/2.22.1/update_com_github_luben_zstd_jni.xml
diff --git a/src/changelog/.2.x.x/update_com_google_guava_guava.xml
b/src/changelog/2.22.1/update_com_google_guava_guava.xml
similarity index 100%
rename from src/changelog/.2.x.x/update_com_google_guava_guava.xml
rename to src/changelog/2.22.1/update_com_google_guava_guava.xml
diff --git a/src/changelog/.2.x.x/update_commons_codec_commons_codec.xml
b/src/changelog/2.22.1/update_commons_codec_commons_codec.xml
similarity index 100%
rename from src/changelog/.2.x.x/update_commons_codec_commons_codec.xml
rename to src/changelog/2.22.1/update_commons_codec_commons_codec.xml
diff --git a/src/changelog/.2.x.x/update_commons_io_commons_io.xml
b/src/changelog/2.22.1/update_commons_io_commons_io.xml
similarity index 100%
rename from src/changelog/.2.x.x/update_commons_io_commons_io.xml
rename to src/changelog/2.22.1/update_commons_io_commons_io.xml
diff --git a/src/changelog/.2.x.x/update_commons_logging_commons_logging.xml
b/src/changelog/2.22.1/update_commons_logging_commons_logging.xml
similarity index 100%
rename from src/changelog/.2.x.x/update_commons_logging_commons_logging.xml
rename to src/changelog/2.22.1/update_commons_logging_commons_logging.xml
diff --git
a/src/changelog/.2.x.x/update_de_flapdoodle_reverse_de_flapdoodle_reverse.xml
b/src/changelog/2.22.1/update_de_flapdoodle_reverse_de_flapdoodle_reverse.xml
similarity index 100%
rename from
src/changelog/.2.x.x/update_de_flapdoodle_reverse_de_flapdoodle_reverse.xml
rename to
src/changelog/2.22.1/update_de_flapdoodle_reverse_de_flapdoodle_reverse.xml
diff --git a/src/changelog/.2.x.x/update_github_codeql_action.xml
b/src/changelog/2.22.1/update_github_codeql_action.xml
similarity index 100%
rename from src/changelog/.2.x.x/update_github_codeql_action.xml
rename to src/changelog/2.22.1/update_github_codeql_action.xml
diff --git a/src/changelog/.2.x.x/update_io_netty_netty_bom.xml
b/src/changelog/2.22.1/update_io_netty_netty_bom.xml
similarity index 100%
rename from src/changelog/.2.x.x/update_io_netty_netty_bom.xml
rename to src/changelog/2.22.1/update_io_netty_netty_bom.xml
diff --git a/src/changelog/.2.x.x/update_net_java_dev_jna_jna.xml
b/src/changelog/2.22.1/update_net_java_dev_jna_jna.xml
similarity index 100%
rename from src/changelog/.2.x.x/update_net_java_dev_jna_jna.xml
rename to src/changelog/2.22.1/update_net_java_dev_jna_jna.xml
diff --git
a/src/changelog/.2.x.x/update_org_apache_activemq_activemq_broker.xml
b/src/changelog/2.22.1/update_org_apache_activemq_activemq_broker.xml
similarity index 100%
rename from src/changelog/.2.x.x/update_org_apache_activemq_activemq_broker.xml
rename to src/changelog/2.22.1/update_org_apache_activemq_activemq_broker.xml
diff --git
a/src/changelog/.2.x.x/update_org_apache_aries_spifly_org_apache_aries_spifly_dynamic_bundle.xml
b/src/changelog/2.22.1/update_org_apache_aries_spifly_org_apache_aries_spifly_dynamic_bundle.xml
similarity index 100%
rename from
src/changelog/.2.x.x/update_org_apache_aries_spifly_org_apache_aries_spifly_dynamic_bundle.xml
rename to
src/changelog/2.22.1/update_org_apache_aries_spifly_org_apache_aries_spifly_dynamic_bundle.xml
diff --git
a/src/changelog/.2.x.x/update_org_apache_commons_commons_compress.xml
b/src/changelog/2.22.1/update_org_apache_commons_commons_compress.xml
similarity index 100%
rename from src/changelog/.2.x.x/update_org_apache_commons_commons_compress.xml
rename to src/changelog/2.22.1/update_org_apache_commons_commons_compress.xml
diff --git a/src/changelog/.2.x.x/update_org_apache_commons_commons_dbcp2.xml
b/src/changelog/2.22.1/update_org_apache_commons_commons_dbcp2.xml
similarity index 100%
rename from src/changelog/.2.x.x/update_org_apache_commons_commons_dbcp2.xml
rename to src/changelog/2.22.1/update_org_apache_commons_commons_dbcp2.xml
diff --git a/src/changelog/.2.x.x/update_org_apache_commons_commons_lang3.xml
b/src/changelog/2.22.1/update_org_apache_commons_commons_lang3.xml
similarity index 100%
rename from src/changelog/.2.x.x/update_org_apache_commons_commons_lang3.xml
rename to src/changelog/2.22.1/update_org_apache_commons_commons_lang3.xml
diff --git a/src/changelog/.2.x.x/update_org_apache_commons_commons_pool2.xml
b/src/changelog/2.22.1/update_org_apache_commons_commons_pool2.xml
similarity index 100%
rename from src/changelog/.2.x.x/update_org_apache_commons_commons_pool2.xml
rename to src/changelog/2.22.1/update_org_apache_commons_commons_pool2.xml
diff --git a/src/changelog/.2.x.x/update_org_apache_kafka_kafka_clients.xml
b/src/changelog/2.22.1/update_org_apache_kafka_kafka_clients.xml
similarity index 100%
rename from src/changelog/.2.x.x/update_org_apache_kafka_kafka_clients.xml
rename to src/changelog/2.22.1/update_org_apache_kafka_kafka_clients.xml
diff --git a/src/changelog/.2.x.x/update_org_apache_logging_logging_parent.xml
b/src/changelog/2.22.1/update_org_apache_logging_logging_parent.xml
similarity index 100%
rename from src/changelog/.2.x.x/update_org_apache_logging_logging_parent.xml
rename to src/changelog/2.22.1/update_org_apache_logging_logging_parent.xml
diff --git a/src/changelog/.2.x.x/update_org_apache_maven_maven_core.xml
b/src/changelog/2.22.1/update_org_apache_maven_maven_core.xml
similarity index 100%
rename from src/changelog/.2.x.x/update_org_apache_maven_maven_core.xml
rename to src/changelog/2.22.1/update_org_apache_maven_maven_core.xml
diff --git
a/src/changelog/.2.x.x/update_org_apache_maven_surefire_surefire_junit47.xml
b/src/changelog/2.22.1/update_org_apache_maven_surefire_surefire_junit47.xml
similarity index 100%
rename from
src/changelog/.2.x.x/update_org_apache_maven_surefire_surefire_junit47.xml
rename to
src/changelog/2.22.1/update_org_apache_maven_surefire_surefire_junit47.xml
diff --git a/src/changelog/.2.x.x/update_org_codehaus_plexus_plexus_utils.xml
b/src/changelog/2.22.1/update_org_codehaus_plexus_plexus_utils.xml
similarity index 100%
rename from src/changelog/.2.x.x/update_org_codehaus_plexus_plexus_utils.xml
rename to src/changelog/2.22.1/update_org_codehaus_plexus_plexus_utils.xml
diff --git
a/src/changelog/.2.x.x/update_org_eclipse_persistence_org_eclipse_persistence_jpa.xml
b/src/changelog/2.22.1/update_org_eclipse_persistence_org_eclipse_persistence_jpa.xml
similarity index 100%
rename from
src/changelog/.2.x.x/update_org_eclipse_persistence_org_eclipse_persistence_jpa.xml
rename to
src/changelog/2.22.1/update_org_eclipse_persistence_org_eclipse_persistence_jpa.xml
diff --git a/src/changelog/.2.x.x/update_org_jctools_jctools_core.xml
b/src/changelog/2.22.1/update_org_jctools_jctools_core.xml
similarity index 100%
rename from src/changelog/.2.x.x/update_org_jctools_jctools_core.xml
rename to src/changelog/2.22.1/update_org_jctools_jctools_core.xml
diff --git a/src/changelog/.2.x.x/update_org_jmdns_jmdns.xml
b/src/changelog/2.22.1/update_org_jmdns_jmdns.xml
similarity index 100%
rename from src/changelog/.2.x.x/update_org_jmdns_jmdns.xml
rename to src/changelog/2.22.1/update_org_jmdns_jmdns.xml
diff --git
a/src/changelog/.2.x.x/update_org_springframework_boot_spring_boot.xml
b/src/changelog/2.22.1/update_org_springframework_boot_spring_boot.xml
similarity index 100%
rename from src/changelog/.2.x.x/update_org_springframework_boot_spring_boot.xml
rename to src/changelog/2.22.1/update_org_springframework_boot_spring_boot.xml
diff --git
a/src/changelog/.2.x.x/update_org_springframework_cloud_spring_cloud_dependencies.xml
b/src/changelog/2.22.1/update_org_springframework_cloud_spring_cloud_dependencies.xml
similarity index 100%
rename from
src/changelog/.2.x.x/update_org_springframework_cloud_spring_cloud_dependencies.xml
rename to
src/changelog/2.22.1/update_org_springframework_cloud_spring_cloud_dependencies.xml
diff --git a/src/changelog/.2.x.x/workaround_coursier_bug.xml
b/src/changelog/2.22.1/workaround_coursier_bug.xml
similarity index 100%
rename from src/changelog/.2.x.x/workaround_coursier_bug.xml
rename to src/changelog/2.22.1/workaround_coursier_bug.xml
diff --git a/src/site/_constants.adoc b/src/site/_constants.adoc
index d321d39568..eedb75eb7e 100644
--- a/src/site/_constants.adoc
+++ b/src/site/_constants.adoc
@@ -34,7 +34,7 @@
////
:project-github-url: https://github.com/apache/logging-log4j2
-:project-version: 2.23.0-SNAPSHOT
+:project-version: 2.22.1
:project-name: Log4j
:project-id: log4j
:java-target-version: 8
diff --git a/src/site/_release-notes.adoc b/src/site/_release-notes.adoc
index 2bbbb85ee8..cabc0cb275 100644
--- a/src/site/_release-notes.adoc
+++ b/src/site/_release-notes.adoc
@@ -36,7 +36,7 @@
[#release-notes]
= Release Notes
-include::_release-notes/_2.x.x.adoc[]
+include::_release-notes/_2.22.1.adoc[]
include::_release-notes/_2.22.0.adoc[]
include::_release-notes/_2.21.1.adoc[]
include::_release-notes/_2.21.0.adoc[]
diff --git a/src/site/_release-notes/_2.x.x.adoc
b/src/site/_release-notes/_2.22.1.adoc
similarity index 94%
copy from src/site/_release-notes/_2.x.x.adoc
copy to src/site/_release-notes/_2.22.1.adoc
index 5b27700499..e14d7ae9b8 100644
--- a/src/site/_release-notes/_2.x.x.adoc
+++ b/src/site/_release-notes/_2.22.1.adoc
@@ -15,15 +15,15 @@
limitations under the License.
////
-[#release-notes-2-x-x]
-== 2.x.x
-
+[#release-notes-2-22-1]
+== 2.22.1
+Release date:: 2023-12-22
This releases contains ...
-[#release-notes-2-x-x-fixed]
+[#release-notes-2-22-1-fixed]
=== Fixed
* Mark `JdkMapAdapterStringMap` as frozen if map is immutable.
(https://github.com/apache/logging-log4j2/issues/2098[2098])
@@ -31,8 +31,9 @@ This releases contains ...
* Use the module name of Conversant Media Disruptor from version `1.2.16+` of
the library.
* Fix NPE in `RollingFileManager`.
(https://github.com/apache/logging-log4j2/pull/1645[1645])
* Fix `log4j-to-slf4j` JPMS and OSGi descriptors.
(https://github.com/apache/logging-log4j2/pull/1983[1983])
+* Workaround a Coursier/Ivy dependency resolution bug affecting
`log4j-slf4j-impl` and `log4j-mongodb3`.
(https://github.com/apache/logging-log4j2/pull/2065[2065])
-[#release-notes-2-x-x-updated]
+[#release-notes-2-22-1-updated]
=== Updated
* Bumped the minimum Java version required for the build to Java 17. Runtime
requirements remain unchanged.
(https://github.com/apache/logging-log4j2/issues/2021[2021])
diff --git a/src/site/_release-notes/_2.x.x.adoc
b/src/site/_release-notes/_2.x.x.adoc
index 5b27700499..59651dcc33 100644
--- a/src/site/_release-notes/_2.x.x.adoc
+++ b/src/site/_release-notes/_2.x.x.adoc
@@ -22,45 +22,3 @@
This releases contains ...
-
-[#release-notes-2-x-x-fixed]
-=== Fixed
-
-* Mark `JdkMapAdapterStringMap` as frozen if map is immutable.
(https://github.com/apache/logging-log4j2/issues/2098[2098])
-* Fix NPE in `CloseableThreadContext`.
(https://github.com/apache/logging-log4j2/pull/1426[1426])
-* Use the module name of Conversant Media Disruptor from version `1.2.16+` of
the library.
-* Fix NPE in `RollingFileManager`.
(https://github.com/apache/logging-log4j2/pull/1645[1645])
-* Fix `log4j-to-slf4j` JPMS and OSGi descriptors.
(https://github.com/apache/logging-log4j2/pull/1983[1983])
-
-[#release-notes-2-x-x-updated]
-=== Updated
-
-* Bumped the minimum Java version required for the build to Java 17. Runtime
requirements remain unchanged.
(https://github.com/apache/logging-log4j2/issues/2021[2021])
-* Update `actions/upload-artifact` to version `4.0.0`
(https://github.com/apache/logging-log4j2/pull/2096[2096])
-* Update `ch.qos.logback:logback-classic` to version `1.3.14`
(https://github.com/apache/logging-log4j2/pull/2029[2029])
-* Update `co.elastic.clients:elasticsearch-java` to version `8.11.2`
(https://github.com/apache/logging-log4j2/pull/2078[2078])
-* Update `com.github.luben:zstd-jni` to version `1.5.5-11`
(https://github.com/apache/logging-log4j2/pull/2030[2030])
-* Update `com.google.guava:guava` to version `33.0.0-jre`
(https://github.com/apache/logging-log4j2/pull/2110[2110])
-* Update `commons-codec:commons-codec` to version `1.16.0`
(https://github.com/apache/logging-log4j2/pull/2042[2042])
-* Update `commons-io:commons-io` to version `2.15.1`
(https://github.com/apache/logging-log4j2/pull/2034[2034])
-* Update `commons-logging:commons-logging` to version `1.3.0`
(https://github.com/apache/logging-log4j2/pull/2050[2050])
-* Update `de.flapdoodle.reverse:de.flapdoodle.reverse` to version `1.7.2`
(https://github.com/apache/logging-log4j2/pull/1979[1979])
-* Update `github/codeql-action` to version `3.22.11`
(https://github.com/apache/logging-log4j2/pull/2093[2093])
-* Update `io.netty:netty-bom` to version `4.1.104.Final`
(https://github.com/apache/logging-log4j2/pull/2095[2095])
-* Update `net.java.dev.jna:jna` to version `5.14.0`
(https://github.com/apache/logging-log4j2/pull/2081[2081])
-* Update `org.apache.activemq:activemq-broker` to version `6.0.1`
(https://github.com/apache/logging-log4j2/pull/2043[2043])
-* Update `org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle` to
version `1.3.7` (https://github.com/apache/logging-log4j2/pull/2058[2058])
-* Update `org.apache.commons:commons-compress` to version `1.25.0`
(https://github.com/apache/logging-log4j2/pull/2045[2045])
-* Update `org.apache.commons:commons-dbcp2` to version `2.11.0`
(https://github.com/apache/logging-log4j2/pull/2048[2048])
-* Update `org.apache.commons:commons-lang3` to version `3.14.0`
(https://github.com/apache/logging-log4j2/pull/2047[2047])
-* Update `org.apache.commons:commons-pool2` to version `2.12.0`
(https://github.com/apache/logging-log4j2/pull/2057[2057])
-* Update `org.apache.kafka:kafka-clients` to version `3.6.1`
(https://github.com/apache/logging-log4j2/pull/2068[2068])
-* Update `org.apache.logging:logging-parent` to version `10.5.0`
(https://github.com/apache/logging-log4j2/pull/2119[2119])
-* Update `org.apache.maven:maven-core` to version `3.9.6`
(https://github.com/apache/logging-log4j2/pull/2040[2040])
-* Update `org.apache.maven.surefire:surefire-junit47` to version `3.2.3`
(https://github.com/apache/logging-log4j2/pull/2088[2088])
-* Update `org.codehaus.plexus:plexus-utils` to version `3.5.1`
(https://github.com/apache/logging-log4j2/pull/2056[2056])
-* Update `org.eclipse.persistence:org.eclipse.persistence.jpa` to version
`2.7.14` (https://github.com/apache/logging-log4j2/pull/2094[2094])
-* Update `org.jctools:jctools-core` to version `4.0.2`
(https://github.com/apache/logging-log4j2/pull/1984[1984])
-* Update `org.jmdns:jmdns` to version `3.5.9`
(https://github.com/apache/logging-log4j2/pull/2067[2067])
-* Update `org.springframework.boot:spring-boot` to version `2.7.18`
(https://github.com/apache/logging-log4j2/pull/1998[1998])
-* Update `org.springframework.cloud:spring-cloud-dependencies` to version
`2021.0.9` (https://github.com/apache/logging-log4j2/pull/2109[2109])