mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-13 05:43:29 +00:00
Update to Tomcat 7.0.103
Fixes gh-8265
This commit is contained in:
parent
adfb3ddf77
commit
1683d30c2e
@ -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}",
|
||||
|
Loading…
x
Reference in New Issue
Block a user