<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-actuator-autoconfigure</artifactId>
<version>3.0.9</version>
</dependency>
libraryDependencies += "org.springframework.boot" % "spring-boot-actuator-autoconfigure" % "3.0.9"
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-actuator-autoconfigure', version='3.0.9')
)
<dependency org="org.springframework.boot" name="spring-boot-actuator-autoconfigure" rev="3.0.9" />
compile
|-- org.springframework.boot:spring-boot-actuator:3.0.9
|-- org.springframework.boot:spring-boot:3.0.9
|-- org.springframework.boot:spring-boot-autoconfigure:3.0.9
runtime
|-- com.fasterxml.jackson.core:jackson-databind:2.14.3
|-- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.14.3