Skip to content

Commit

Permalink
Upgrade Tomcat 11 smoke tests to Tomcat 11.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed Feb 19, 2025
1 parent c74397a commit 575655c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "Spring Boot Tomcat 11 SSL smoke test"
configurations.all {
resolutionStrategy.eachDependency {
if (it.requested.group == 'org.apache.tomcat' || it.requested.group == 'org.apache.tomcat.embed') {
it.useVersion '11.0.0'
it.useVersion '11.0.4'
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "Spring Boot Tomcat 11 smoke test"
configurations.all {
resolutionStrategy.eachDependency {
if (it.requested.group == 'org.apache.tomcat' || it.requested.group == 'org.apache.tomcat.embed') {
it.useVersion '11.0.0'
it.useVersion '11.0.4'
}
}
}
Expand Down

0 comments on commit 575655c

Please sign in to comment.