Upgrade Tomcat 11 smoke tests to Tomcat 11.0.4
This commit is contained in:
parent
c74397af1a
commit
575655ca39
@ -7,7 +7,7 @@ description = "Spring Boot Tomcat 11 SSL smoke test"
|
|||||||
configurations.all {
|
configurations.all {
|
||||||
resolutionStrategy.eachDependency {
|
resolutionStrategy.eachDependency {
|
||||||
if (it.requested.group == 'org.apache.tomcat' || it.requested.group == 'org.apache.tomcat.embed') {
|
if (it.requested.group == 'org.apache.tomcat' || it.requested.group == 'org.apache.tomcat.embed') {
|
||||||
it.useVersion '11.0.0'
|
it.useVersion '11.0.4'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -7,7 +7,7 @@ description = "Spring Boot Tomcat 11 smoke test"
|
|||||||
configurations.all {
|
configurations.all {
|
||||||
resolutionStrategy.eachDependency {
|
resolutionStrategy.eachDependency {
|
||||||
if (it.requested.group == 'org.apache.tomcat' || it.requested.group == 'org.apache.tomcat.embed') {
|
if (it.requested.group == 'org.apache.tomcat' || it.requested.group == 'org.apache.tomcat.embed') {
|
||||||
it.useVersion '11.0.0'
|
it.useVersion '11.0.4'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user