Skip to content

Commit e624777

Browse files
committed
Upgrade Tomcat 8.5 to latest available relese.
1 parent 3468388 commit e624777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1236,7 +1236,7 @@
12361236
<version.springframework>4.3.30.RELEASE</version.springframework>
12371237
<!-- tomcat 8.5 is last version to support Java 7. Tomcat 9+ requires Java 8. -->
12381238
<tomcat.major.version>8</tomcat.major.version>
1239-
<version.tomcat>8.5.70</version.tomcat>
1239+
<version.tomcat>8.5.84</version.tomcat>
12401240
<tomcat.url>https://archive.apache.org/dist/tomcat/tomcat-${tomcat.major.version}/v${version.tomcat}/bin/apache-tomcat-${version.tomcat}.zip</tomcat.url>
12411241
</properties>
12421242
</project>

0 commit comments

Comments
 (0)