<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<version>2.1.8.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.boot" % "spring-boot-devtools" % "2.1.8.RELEASE"
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-devtools', version='2.1.8.RELEASE')
)
<dependency org="org.springframework.boot" name="spring-boot-devtools" rev="2.1.8.RELEASE" />
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-parent</artifactId> <version>2.1.8.RELEASE</version> </parent>
compile
|-- org.springframework.boot:spring-boot:2.1.8.RELEASE
|-- org.springframework.boot:spring-boot-autoconfigure:2.1.8.RELEASE
|-- javax.servlet:javax.servlet-api:4.0.1
|-- org.apache.derby:derby:10.14.2.0
|-- org.springframework:spring-jdbc:5.1.9.RELEASE
|-- org.springframework:spring-orm:5.1.9.RELEASE
|-- org.hibernate:hibernate-core:5.3.11.Final
|-- org.springframework:spring-web:5.1.9.RELEASE
|-- org.springframework.security:spring-security-config:5.1.6.RELEASE
|-- org.springframework.security:spring-security-web:5.1.6.RELEASE
|-- org.springframework.data:spring-data-redis:2.1.10.RELEASE
|-- org.springframework.session:spring-session-core:2.1.8.RELEASE
|-- org.springframework.boot:spring-boot-autoconfigure-processor:2.1.8.RELEASE
|-- org.springframework.boot:spring-boot-configuration-processor:2.1.8.RELEASE