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

@@ -13,6 +13,7 @@ dependencies {
api("jakarta.validation:jakarta.validation-api:3.0.0")
api("junit:junit:4.13.1")
api("org.apache.pdfbox:pdfbox:2.0.27")
api("org.apache.tomcat.embed:tomcat-embed-core:10.1.1")
api("org.asciidoctor:asciidoctorj:2.5.6")
api("org.asciidoctor:asciidoctorj-pdf:2.3.0")
api("org.assertj:assertj-core:3.23.1")

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")