<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
<version>2.0.9.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-security" % "2.0.9.RELEASE"
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-security', version='2.0.9.RELEASE')
)
<dependency org="org.springframework.boot" name="spring-boot-starter-security" rev="2.0.9.RELEASE" />
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starters</artifactId> <version>2.0.9.RELEASE</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter:2.0.9.RELEASE
|-- org.springframework:spring-aop:5.0.13.RELEASE
|-- org.springframework.security:spring-security-config:5.0.12.RELEASE
|-- org.springframework.security:spring-security-web:5.0.12.RELEASE