File tree 2 files changed +2
-2
lines changed
spring-boot-tests/spring-boot-smoke-tests
spring-boot-smoke-test-tomcat11
spring-boot-smoke-test-tomcat11-ssl
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ description = "Spring Boot Tomcat 11 SSL smoke test"
7
7
configurations. all {
8
8
resolutionStrategy. eachDependency {
9
9
if (it. requested. group == ' org.apache.tomcat' || it. requested. group == ' org.apache.tomcat.embed' ) {
10
- it. useVersion ' 11.0.0 '
10
+ it. useVersion ' 11.0.4 '
11
11
}
12
12
}
13
13
}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ description = "Spring Boot Tomcat 11 smoke test"
7
7
configurations. all {
8
8
resolutionStrategy. eachDependency {
9
9
if (it. requested. group == ' org.apache.tomcat' || it. requested. group == ' org.apache.tomcat.embed' ) {
10
- it. useVersion ' 11.0.0 '
10
+ it. useVersion ' 11.0.4 '
11
11
}
12
12
}
13
13
}
You can’t perform that action at this time.
0 commit comments