Following this older question : Does Tomcat support TLS v1.2?, I would like to update it to know whether TLS 1.3 is supported in recent versions of Tomcat.
I didn't find explicit information in Tomcat 9.0 documentation : https://tomcat.apache.org/tomcat-9.0-doc/ssl-howto.html
As far as I know, Java 11 seems to include TLS 1.3 support (release notes).