This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch release/3.0.0-beta1 in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 5b3fe3db0456e919bc01055788380b215074e737 Author: ASF Logging Services RM <[email protected]> AuthorDate: Wed Dec 13 11:25:54 2023 +0000 Update `org.apache.tomcat:tomcat-juli` to version `10.1.17` (#2086) --- log4j-parent/pom.xml | 2 +- src/changelog/3.0.0-beta1/update_org_apache_tomcat_tomcat_juli.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml index f797345478..10883a114a 100644 --- a/log4j-parent/pom.xml +++ b/log4j-parent/pom.xml @@ -153,7 +153,7 @@ <!-- Last version before a breaking change --> <slf4j-ext.version>1.7.25</slf4j-ext.version> <system-stubs.version>2.1.5</system-stubs.version> - <tomcat-juli.version>10.1.16</tomcat-juli.version> + <tomcat-juli.version>10.1.17</tomcat-juli.version> <velocity.version>1.7</velocity.version> <wiremock.version>2.35.1</wiremock.version> <woodstox.version>6.5.1</woodstox.version> diff --git a/src/changelog/3.0.0-beta1/update_org_apache_tomcat_tomcat_juli.xml b/src/changelog/3.0.0-beta1/update_org_apache_tomcat_tomcat_juli.xml index 963a2c706f..d4aee485f8 100644 --- a/src/changelog/3.0.0-beta1/update_org_apache_tomcat_tomcat_juli.xml +++ b/src/changelog/3.0.0-beta1/update_org_apache_tomcat_tomcat_juli.xml @@ -3,6 +3,6 @@ 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="2052" link="https://github.com/apache/logging-log4j2/pull/2052"/> - <description format="asciidoc">Update `org.apache.tomcat:tomcat-juli` to version `10.1.16`</description> + <issue id="2086" link="https://github.com/apache/logging-log4j2/pull/2086"/> + <description format="asciidoc">Update `org.apache.tomcat:tomcat-juli` to version `10.1.17`</description> </entry>
