Skip to content

Commit

Permalink
Tomcat 11 min supported Java is 17
Browse files Browse the repository at this point in the history
  • Loading branch information
pepness committed Jan 25, 2023
1 parent 366e0de commit 1feccf8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ public Set<String> getSupportedJavaPlatformVersions() {
} else {
switch (manager.getTomcatVersion()) {
case TOMCAT_110:
versions = versionRange(11, 21);
versions = versionRange(17, 21);
break;
case TOMCAT_101:
versions = versionRange(11, 21);
Expand Down

0 comments on commit 1feccf8

Please sign in to comment.