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 3156924c1 Revert "TAP5-2741: downgrading Tomcat to 10.0.27 so it can run on Java 8" 3156924c1 is described below commit 3156924c1d8eae9a2da20f17fc6684656eacc7f9 Author: Thiago H. de Paula Figueiredo <thi...@arsmachina.com.br> AuthorDate: Sat Mar 2 11:48:55 2024 -0300 Revert "TAP5-2741: downgrading Tomcat to 10.0.27 so it can run on Java 8" This reverts commit 5baf3f32e5ba1faf19c55c57c38ffe858dd62c62. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a08200cf9..511ccee16 100755 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ apply from: "sha256.gradle" project.ext.versions = [ jetty: "11.0.16", - tomcat: "10.0.27", + tomcat: "10.1.13", testng: "6.14.3", easymock: "3.3.1", servletapi: "5.0.0",