<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-test</artifactId>
<version>5.4.10</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.security', module='spring-security-test', version='5.4.10')
)
<dependency org="org.springframework.security" name="spring-security-test" rev="5.4.10" />
compile
|-- org.springframework.security:spring-security-core:5.4.10
|-- org.springframework.security:spring-security-web:5.4.10
|-- org.springframework:spring-core:5.2.19.RELEASE
|-- org.springframework:spring-test:5.2.19.RELEASE
|-- io.projectreactor:reactor-core:3.3.22.RELEASE
|-- org.springframework.security:spring-security-config:5.4.10
|-- org.springframework.security:spring-security-oauth2-client:5.4.10
|-- org.springframework.security:spring-security-oauth2-jose:5.4.10
|-- org.springframework.security:spring-security-oauth2-resource-server:5.4.10
|-- org.springframework:spring-webflux:5.2.19.RELEASE
|-- org.springframework:spring-webmvc:5.2.19.RELEASE
provided
|-- javax.servlet:javax.servlet-api:4.0.1
test
|-- com.fasterxml.jackson.core:jackson-databind:2.13.0
|-- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.0
|-- io.projectreactor:reactor-test:3.3.22.RELEASE
|-- javax.xml.bind:jaxb-api:2.3.1
|-- junit:junit:4.12
|-- org.assertj:assertj-core:3.17.2
|-- org.mockito:mockito-core:3.5.15
|-- org.powermock:powermock-api-mockito2:2.0.9
|-- org.powermock:powermock-api-support:2.0.9
|-- org.powermock:powermock-core:2.0.9
|-- org.powermock:powermock-module-junit4:2.0.9
|-- org.powermock:powermock-module-junit4-common:2.0.9
|-- org.powermock:powermock-reflect:2.0.9
|-- org.skyscreamer:jsonassert:1.5.0
|-- org.springframework.security:spring-security-config:5.4.10