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

thiagohp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git


The following commit(s) were added to refs/heads/master by this push:
     new 5baf3f32e TAP5-2741: downgrading Tomcat to 10.0.27 so it can run on 
Java 8
5baf3f32e is described below

commit 5baf3f32e5ba1faf19c55c57c38ffe858dd62c62
Author: Thiago H. de Paula Figueiredo <thi...@arsmachina.com.br>
AuthorDate: Sat Mar 2 11:40:27 2024 -0300

    TAP5-2741: downgrading Tomcat to 10.0.27 so it can run on Java 8
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 511ccee16..a08200cf9 100755
--- a/build.gradle
+++ b/build.gradle
@@ -11,7 +11,7 @@ apply from: "sha256.gradle"
 
 project.ext.versions = [
     jetty: "11.0.16",
-    tomcat: "10.1.13",
+    tomcat: "10.0.27",
     testng: "6.14.3",
     easymock: "3.3.1",
     servletapi: "5.0.0",

Reply via email to