This is an automated email from the ASF dual-hosted git repository.

markt-asf pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/11.0.x by this push:
     new df859de923 Need to update 1.3.x as well
df859de923 is described below

commit df859de923189afdc58bae03aceac90dc96fbb2b
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Sep 2 08:03:11 2026 +0100

    Need to update 1.3.x as well
---
 java/org/apache/catalina/core/AprLifecycleListener.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/catalina/core/AprLifecycleListener.java 
b/java/org/apache/catalina/core/AprLifecycleListener.java
index 2cb5c820c1..c8157ed53f 100644
--- a/java/org/apache/catalina/core/AprLifecycleListener.java
+++ b/java/org/apache/catalina/core/AprLifecycleListener.java
@@ -65,7 +65,7 @@ public class AprLifecycleListener implements 
LifecycleListener {
     // ---------------------------------------------- Constants
 
     private static final int TCN_1_REQUIRED_MINOR = 3;
-    private static final int TCN_1_REQUIRED_PATCH = 8;
+    private static final int TCN_1_REQUIRED_PATCH = 9;
 
     /** Required major version of Tomcat Native. */
     protected static final int TCN_REQUIRED_MAJOR = 2;


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to