Skip to content

Commit f8e85f7

Browse files
committed
Upgrade to Tomcat 10.1.1
Closes gh-870
1 parent c71b8b2 commit f8e85f7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

spring-restdocs-platform/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ dependencies {
1313
api("jakarta.validation:jakarta.validation-api:3.0.0")
1414
api("junit:junit:4.13.1")
1515
api("org.apache.pdfbox:pdfbox:2.0.27")
16+
api("org.apache.tomcat.embed:tomcat-embed-core:10.1.1")
1617
api("org.asciidoctor:asciidoctorj:2.5.6")
1718
api("org.asciidoctor:asciidoctorj-pdf:2.3.0")
1819
api("org.assertj:assertj-core:3.23.1")

spring-restdocs-restassured/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717
testImplementation(testFixtures(project(":spring-restdocs-core")))
1818
testImplementation("com.fasterxml.jackson.core:jackson-databind")
1919
testImplementation("junit:junit")
20-
testImplementation("org.apache.tomcat.embed:tomcat-embed-core:10.0.11")
20+
testImplementation("org.apache.tomcat.embed:tomcat-embed-core")
2121
testImplementation("org.assertj:assertj-core")
2222
testImplementation("org.hamcrest:hamcrest-library")
2323
testImplementation("org.mockito:mockito-core")

0 commit comments

Comments
 (0)