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