Upgrade to Tomcat 10.1.1

Closes gh-870
This commit is contained in:
Andy Wilkinson
2022-11-18 17:47:11 +00:00
parent c71b8b2658
commit f8e85f7ccf
2 changed files with 2 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ dependencies {
testImplementation(testFixtures(project(":spring-restdocs-core")))
testImplementation("com.fasterxml.jackson.core:jackson-databind")
testImplementation("junit:junit")
testImplementation("org.apache.tomcat.embed:tomcat-embed-core:10.0.11")
testImplementation("org.apache.tomcat.embed:tomcat-embed-core")
testImplementation("org.assertj:assertj-core")
testImplementation("org.hamcrest:hamcrest-library")
testImplementation("org.mockito:mockito-core")