mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-13 22:03:33 +00:00
Update tomcat:7.0.90
Fixes gh-5824
This commit is contained in:
parent
0f7f0042ac
commit
b0d865e28f
@ -10,7 +10,7 @@ buildscript {
|
|||||||
apply plugin: 'com.bmuschko.tomcat'
|
apply plugin: 'com.bmuschko.tomcat'
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
def tomcatVersion = '7.0.54'
|
def tomcatVersion = '7.0.90'
|
||||||
tomcat "org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}",
|
tomcat "org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}",
|
||||||
"org.apache.tomcat.embed:tomcat-embed-logging-juli:${tomcatVersion}",
|
"org.apache.tomcat.embed:tomcat-embed-logging-juli:${tomcatVersion}",
|
||||||
"org.apache.tomcat.embed:tomcat-embed-websocket:${tomcatVersion}",
|
"org.apache.tomcat.embed:tomcat-embed-websocket:${tomcatVersion}",
|
||||||
@ -62,4 +62,4 @@ def reservePorts(int count) {
|
|||||||
def result = sockets*.localPort
|
def result = sockets*.localPort
|
||||||
sockets*.close()
|
sockets*.close()
|
||||||
result
|
result
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user