File tree 2 files changed +2
-1
lines changed
spring-restdocs-restassured
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ dependencies {
13
13
api(" jakarta.validation:jakarta.validation-api:3.0.0" )
14
14
api(" junit:junit:4.13.1" )
15
15
api(" org.apache.pdfbox:pdfbox:2.0.27" )
16
+ api(" org.apache.tomcat.embed:tomcat-embed-core:10.1.1" )
16
17
api(" org.asciidoctor:asciidoctorj:2.5.6" )
17
18
api(" org.asciidoctor:asciidoctorj-pdf:2.3.0" )
18
19
api(" org.assertj:assertj-core:3.23.1" )
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies {
17
17
testImplementation(testFixtures(project(" :spring-restdocs-core" )))
18
18
testImplementation(" com.fasterxml.jackson.core:jackson-databind" )
19
19
testImplementation(" junit:junit" )
20
- testImplementation(" org.apache.tomcat.embed:tomcat-embed-core:10.0.11 " )
20
+ testImplementation(" org.apache.tomcat.embed:tomcat-embed-core" )
21
21
testImplementation(" org.assertj:assertj-core" )
22
22
testImplementation(" org.hamcrest:hamcrest-library" )
23
23
testImplementation(" org.mockito:mockito-core" )
You can’t perform that action at this time.
0 commit comments