Skip to content

Commit

Permalink
Upgrade to latest version of Tomcat 9.
Browse files Browse the repository at this point in the history
  • Loading branch information
davewichers committed Nov 29, 2024
1 parent 70a0838 commit 4f81617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1250,7 +1250,7 @@
<version.springframework>5.3.34</version.springframework>
<!-- Tomcat 10 moves from Java EE to Jakarta EE, moving packages javax.* to jakarta.* - code changes likely required to address this change. -->
<tomcat.major.version>9</tomcat.major.version>
<version.tomcat>9.0.87</version.tomcat>
<version.tomcat>9.0.97</version.tomcat>
<tomcat.url>https://archive.apache.org/dist/tomcat/tomcat-${tomcat.major.version}/v${version.tomcat}/bin/apache-tomcat-${version.tomcat}.zip</tomcat.url>
</properties>

Expand Down

0 comments on commit 4f81617

Please sign in to comment.