Skip to content

Commit 575655c

Browse files
committedFeb 19, 2025·
Upgrade Tomcat 11 smoke tests to Tomcat 11.0.4
1 parent c74397a commit 575655c

File tree

2 files changed

+2
-2
lines changed
  • spring-boot-tests/spring-boot-smoke-tests

2 files changed

+2
-2
lines changed
 

‎spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat11-ssl/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "Spring Boot Tomcat 11 SSL smoke test"
77
configurations.all {
88
resolutionStrategy.eachDependency {
99
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'
1111
}
1212
}
1313
}

‎spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat11/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "Spring Boot Tomcat 11 smoke test"
77
configurations.all {
88
resolutionStrategy.eachDependency {
99
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'
1111
}
1212
}
1313
}

0 commit comments

Comments
 (0)
Please sign in to comment.