This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-tck.git
The following commit(s) were added to refs/heads/main by this push: new 0998cc1 Update to latest EL API 0998cc1 is described below commit 0998cc15f0a593434651a681f5f0df21bcfed444 Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Apr 2 09:46:56 2025 +0100 Update to latest EL API --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6a1c429..32bc0dd 100644 --- a/pom.xml +++ b/pom.xml @@ -39,7 +39,7 @@ <!-- TCK versions to test against --> <tck.annotations.version>3.0.0</tck.annotations.version> <tck.el.version>6.0.1</tck.el.version> - <api.el.version>6.0.0</api.el.version> + <api.el.version>6.0.1</api.el.version> <tck.servlet.version>6.2.0-SNAPSHOT</tck.servlet.version> <tck.pages.version>4.0.0</tck.pages.version> <tck.websocket.version>2.3.0-SNAPSHOT</tck.websocket.version> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org