Update `org.apache.tomcat:tomcat-juli` to version `10.1.0` (#2982)
diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml
index 78c5d4f..e213330 100644
--- a/log4j-parent/pom.xml
+++ b/log4j-parent/pom.xml
@@ -134,7 +134,7 @@
     <spring-boot.version>2.7.18</spring-boot.version>
     <spring-framework.version>5.3.39</spring-framework.version>
     <system-stubs.version>2.0.3</system-stubs.version>
-    <tomcat-juli.version>10.0.27</tomcat-juli.version>
+    <tomcat-juli.version>10.1.0</tomcat-juli.version>
     <velocity.version>1.7</velocity.version>
     <wiremock.version>2.35.2</wiremock.version>
     <xmlunit.version>2.10.0</xmlunit.version>
diff --git a/src/changelog/.2.x.x/update_org_apache_tomcat_tomcat_juli.xml b/src/changelog/.2.x.x/update_org_apache_tomcat_tomcat_juli.xml
new file mode 100644
index 0000000..cb5ac6d
--- /dev/null
+++ b/src/changelog/.2.x.x/update_org_apache_tomcat_tomcat_juli.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xmlns="https://logging.apache.org/xml/ns"
+       xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
+       type="updated">
+  <issue id="2982" link="https://github.com/apache/logging-log4j2/pull/2982"/>
+  <description format="asciidoc">Update `org.apache.tomcat:tomcat-juli` to version `10.1.0`</description>
+</entry>