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-log4j2.git


The following commit(s) were added to refs/heads/main by this push:
     new bc556765f0 Update `org.apache.tomcat:tomcat-juli` to version `10.1.20` 
(#2415)
bc556765f0 is described below

commit bc556765f09ac9839b525b4a0ac86e0dcab89589
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Tue Mar 26 11:52:34 2024 +0000

    Update `org.apache.tomcat:tomcat-juli` to version `10.1.20` (#2415)
---
 log4j-parent/pom.xml                                          | 2 +-
 src/changelog/.3.x.x/update_org_apache_tomcat_tomcat_juli.xml | 4 ++--
 src/site/_release-notes/_3.x.x.adoc                           | 7 ++++++-
 3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml
index a0ca9f8b3e..ab4022afa2 100644
--- a/log4j-parent/pom.xml
+++ b/log4j-parent/pom.xml
@@ -154,7 +154,7 @@
     <plexus-utils.version>3.5.1</plexus-utils.version>
     <slf4j.version>2.0.10</slf4j.version>
     <system-stubs.version>2.1.6</system-stubs.version>
-    <tomcat-juli.version>10.1.19</tomcat-juli.version>
+    <tomcat-juli.version>10.1.20</tomcat-juli.version>
     <velocity.version>1.7</velocity.version>
     <wiremock.version>2.35.2</wiremock.version>
     <xmlunit.version>2.9.1</xmlunit.version>
diff --git a/src/changelog/.3.x.x/update_org_apache_tomcat_tomcat_juli.xml 
b/src/changelog/.3.x.x/update_org_apache_tomcat_tomcat_juli.xml
index 1de49e49e9..b12c3ac89b 100644
--- a/src/changelog/.3.x.x/update_org_apache_tomcat_tomcat_juli.xml
+++ b/src/changelog/.3.x.x/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.3.xsd";
        type="updated">
-  <issue id="2302" link="https://github.com/apache/logging-log4j2/pull/2302"/>
-  <description format="asciidoc">Update `org.apache.tomcat:tomcat-juli` to 
version `10.1.19`</description>
+  <issue id="2415" link="https://github.com/apache/logging-log4j2/pull/2415"/>
+  <description format="asciidoc">Update `org.apache.tomcat:tomcat-juli` to 
version `10.1.20`</description>
 </entry>
diff --git a/src/site/_release-notes/_3.x.x.adoc 
b/src/site/_release-notes/_3.x.x.adoc
index 7aa9280ed6..7746957bd0 100644
--- a/src/site/_release-notes/_3.x.x.adoc
+++ b/src/site/_release-notes/_3.x.x.adoc
@@ -20,6 +20,11 @@
 This release contains...
 
 
+[#release-notes-3-x-x-added]
+=== Added
+
+* Add _"Plugin Reference"_ to the website. It is a Javadoc-on-steroids 
focusing on Log4j plugins. 
(https://github.com/apache/logging-log4j2/issues/1954[1954])
+
 [#release-notes-3-x-x-updated]
 === Updated
 
@@ -32,7 +37,7 @@ This release contains...
 * Update `org.apache.commons:commons-compress` to version `1.26.1` 
(https://github.com/apache/logging-log4j2/pull/2358[2358])
 * Update `org.apache.commons:commons-dbcp2` to version `2.12.0` 
(https://github.com/apache/logging-log4j2/pull/2342[2342])
 * Update `org.apache.groovy:groovy-bom` to version `4.0.20` 
(https://github.com/apache/logging-log4j2/pull/2376[2376])
-* Update `org.apache.tomcat:tomcat-juli` to version `10.1.19` 
(https://github.com/apache/logging-log4j2/pull/2302[2302])
+* Update `org.apache.tomcat:tomcat-juli` to version `10.1.20` 
(https://github.com/apache/logging-log4j2/pull/2415[2415])
 * Update `org.awaitility:awaitility` to version `4.2.1` 
(https://github.com/apache/logging-log4j2/pull/2388[2388])
 * Update `org.eclipse.platform:org.eclipse.osgi` to version `3.19.0` 
(https://github.com/apache/logging-log4j2/pull/2367[2367])
 * Update `org.graalvm.truffle:truffle-api` to version `24.0.0` 
(https://github.com/apache/logging-log4j2/pull/2394[2394])

Reply via email to