<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-actuator</artifactId>
<version>2.1.13.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.boot" % "spring-boot-actuator" % "2.1.13.RELEASE"
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-actuator', version='2.1.13.RELEASE')
)
<dependency org="org.springframework.boot" name="spring-boot-actuator" rev="2.1.13.RELEASE" />
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-parent</artifactId> <version>2.1.13.RELEASE</version> </parent>
compile
|-- org.springframework.boot:spring-boot:2.1.13.RELEASE
|-- com.fasterxml.jackson.core:jackson-databind:2.9.10.3
|-- com.github.ben-manes.caffeine:caffeine:2.6.2
|-- com.hazelcast:hazelcast:3.11.7
|-- com.hazelcast:hazelcast-spring:3.11.7
|-- com.sun.mail:javax.mail:1.6.2
|-- io.lettuce:lettuce-core:5.1.8.RELEASE
|-- io.micrometer:micrometer-core:1.1.10
|-- io.micrometer:micrometer-registry-prometheus:1.1.10
|-- io.prometheus:simpleclient_pushgateway:0.5.0
|-- io.reactivex:rxjava-reactive-streams:1.2.1
|-- org.elasticsearch.client:elasticsearch-rest-client:6.4.3
|-- io.undertow:undertow-servlet:2.0.29.Final
|-- javax.cache:cache-api:1.1.1
|-- javax.jms:javax.jms-api:2.0.1
|-- net.sf.ehcache:ehcache:2.10.6
|-- org.apache.tomcat.embed:tomcat-embed-core:9.0.31
|-- org.aspectj:aspectjweaver:1.9.5
|-- org.eclipse.jetty:jetty-server:9.4.26.v20200117
|-- org.elasticsearch:elasticsearch:6.4.3
|-- org.flywaydb:flyway-core:5.2.4
|-- org.glassfish.jersey.core:jersey-server:2.27
|-- org.glassfish.jersey.containers:jersey-container-servlet-core:2.27
|-- org.hibernate.validator:hibernate-validator:6.0.18.Final
|-- org.infinispan:infinispan-spring4-embedded:9.4.18.Final
|-- org.influxdb:influxdb-java:2.14
|-- org.liquibase:liquibase-core:3.6.3
|-- org.mongodb:mongodb-driver-async:3.8.2
|-- org.mongodb:mongodb-driver-reactivestreams:1.9.2
|-- org.springframework:spring-jdbc:5.1.14.RELEASE
|-- org.springframework:spring-messaging:5.1.14.RELEASE
|-- org.springframework:spring-webflux:5.1.14.RELEASE
|-- org.springframework:spring-web:5.1.14.RELEASE
|-- org.springframework:spring-webmvc:5.1.14.RELEASE
|-- org.springframework.amqp:spring-rabbit:2.1.13.RELEASE
|-- org.springframework.data:spring-data-cassandra:2.1.16.RELEASE
|-- org.springframework.data:spring-data-couchbase:3.1.16.RELEASE
|-- org.springframework.data:spring-data-ldap:2.1.16.RELEASE
|-- org.springframework.data:spring-data-mongodb:2.1.16.RELEASE
|-- org.springframework.data:spring-data-neo4j:5.1.16.RELEASE
|-- org.springframework.data:spring-data-redis:2.1.16.RELEASE
|-- org.springframework.data:spring-data-rest-webmvc:3.1.16.RELEASE
|-- org.springframework.data:spring-data-solr:4.0.16.RELEASE
|-- org.springframework.integration:spring-integration-core:5.1.9.RELEASE
|-- org.springframework.security:spring-security-core:5.1.8.RELEASE
|-- org.springframework.security:spring-security-web:5.1.8.RELEASE
|-- org.springframework.session:spring-session-core:2.1.10.RELEASE
|-- org.springframework.boot:spring-boot-configuration-processor:2.1.13.RELEASE