<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>5.1.13.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.security" % "spring-security-core" % "5.1.13.RELEASE"
@Grapes(
@Grab(group='org.springframework.security', module='spring-security-core', version='5.1.13.RELEASE')
)
<dependency org="org.springframework.security" name="spring-security-core" rev="5.1.13.RELEASE" />
compile
|-- org.springframework:spring-aop:5.1.18.RELEASE
|-- org.springframework:spring-beans:5.1.18.RELEASE
|-- org.springframework:spring-context:5.1.18.RELEASE
|-- org.springframework:spring-core:5.1.18.RELEASE
|-- org.springframework:spring-expression:5.1.18.RELEASE
|-- com.fasterxml.jackson.core:jackson-databind:2.9.10.6
|-- io.projectreactor:reactor-core:3.2.20.RELEASE
|-- javax.annotation:jsr250-api:1.0
|-- net.sf.ehcache:ehcache:2.10.6
|-- org.aspectj:aspectjrt:1.9.6
|-- org.springframework:spring-jdbc:5.1.18.RELEASE
|-- org.springframework:spring-tx:5.1.18.RELEASE
test
|-- commons-collections:commons-collections:3.2.2
|-- io.projectreactor:reactor-test:3.2.20.RELEASE
|-- junit:junit:4.12
|-- org.assertj:assertj-core:3.11.1
|-- org.mockito:mockito-core:2.23.4
|-- org.powermock:powermock-api-mockito2:2.0.7
|-- org.powermock:powermock-api-support:2.0.7
|-- org.powermock:powermock-core:2.0.7
|-- org.powermock:powermock-module-junit4:2.0.7
|-- org.powermock:powermock-module-junit4-common:2.0.7
|-- org.powermock:powermock-reflect:2.0.7
|-- org.skyscreamer:jsonassert:1.5.0