This is an automated email from the ASF dual-hosted git repository.
markt-asf pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new b51d343c2f Need to update 1.3.x as well
b51d343c2f is described below
commit b51d343c2f4c0168b3ae9e06a3c1d9cf31f01c82
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]