Update to Tomcat 7.0.103

Fixes gh-8265
This commit is contained in:
Josh Cummings 2020-03-31 23:01:39 -06:00
parent adfb3ddf77
commit 1683d30c2e
No known key found for this signature in database
GPG Key ID: 49EF60DD7FF83443

View File

@ -10,7 +10,7 @@ buildscript {
apply plugin: 'com.bmuschko.tomcat'
dependencies {
def tomcatVersion = '7.0.90'
def tomcatVersion = '7.0.103'
tomcat "org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}",
"org.apache.tomcat.embed:tomcat-embed-logging-juli:${tomcatVersion}",
"org.apache.tomcat.embed:tomcat-embed-websocket:${tomcatVersion}",