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