<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-data</artifactId>
<version>5.1.12.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.security" % "spring-security-data" % "5.1.12.RELEASE"
@Grapes(
@Grab(group='org.springframework.security', module='spring-security-data', version='5.1.12.RELEASE')
)
<dependency org="org.springframework.security" name="spring-security-data" rev="5.1.12.RELEASE" />
compile
|-- javax.xml.bind:jaxb-api:2.4.0-b180830.0359
|-- org.springframework.data:spring-data-commons:2.1.19.RELEASE
|-- org.springframework.security:spring-security-core:5.1.12.RELEASE
|-- org.springframework:spring-core:5.1.17.RELEASE
test
|-- junit:junit:4.12
|-- org.assertj:assertj-core:3.11.1