Merge branch '3.0.x'

Closes gh-35590
This commit is contained in:
Stephane Nicoll
2023-05-22 16:31:55 +02:00
3 changed files with 3 additions and 9 deletions

View File

@@ -151,9 +151,7 @@ dependencies {
implementation("org.springframework.graphql:spring-graphql-test")
implementation("org.springframework.kafka:spring-kafka")
implementation("org.springframework.kafka:spring-kafka-test")
implementation("org.springframework.restdocs:spring-restdocs-mockmvc") {
exclude group: "javax.servlet", module: "javax.servlet-api"
}
implementation("org.springframework.restdocs:spring-restdocs-mockmvc")
implementation("org.springframework.restdocs:spring-restdocs-restassured")
implementation("org.springframework.restdocs:spring-restdocs-webtestclient")
implementation("org.springframework.security:spring-security-config")