<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-actuator</artifactId>
<version>2.2.5.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.boot" % "spring-boot-actuator" % "2.2.5.RELEASE"
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-actuator', version='2.2.5.RELEASE')
)
<dependency org="org.springframework.boot" name="spring-boot-actuator" rev="2.2.5.RELEASE" />
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-parent</artifactId> <version>2.2.5.RELEASE</version> </parent>
compile
|-- org.springframework.boot:spring-boot:2.2.5.RELEASE
|-- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.10.2
|-- com.fasterxml.jackson.core:jackson-databind:2.10.2
|-- com.github.ben-manes.caffeine:caffeine:2.8.1
|-- com.hazelcast:hazelcast:3.12.6
|-- com.hazelcast:hazelcast-spring:3.12.6
|-- com.sun.mail:jakarta.mail:1.6.4
|-- io.lettuce:lettuce-core:5.2.2.RELEASE
|-- io.micrometer:micrometer-core:1.3.5
|-- io.micrometer:micrometer-registry-prometheus:1.3.5
|-- io.prometheus:simpleclient_pushgateway:0.7.0
|-- io.reactivex:rxjava-reactive-streams:1.2.1
|-- org.elasticsearch.client:elasticsearch-rest-client:6.8.6
|-- io.undertow:undertow-servlet:2.0.29.Final
|-- javax.cache:cache-api:1.1.1
|-- jakarta.jms:jakarta.jms-api:2.0.3
|-- jakarta.ws.rs:jakarta.ws.rs-api:2.1.6
|-- 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.8.6
|-- org.flywaydb:flyway-core:6.0.8
|-- org.glassfish.jersey.core:jersey-server:2.29.1
|-- org.glassfish.jersey.containers:jersey-container-servlet-core:2.29.1
|-- org.hibernate.validator:hibernate-validator:6.0.18.Final
|-- org.infinispan:infinispan-spring5-embedded:9.4.18.Final
|-- org.influxdb:influxdb-java:2.15
|-- org.liquibase:liquibase-core:3.8.7
|-- org.mongodb:mongodb-driver-async:3.11.2
|-- org.mongodb:mongodb-driver-reactivestreams:1.12.0
|-- org.springframework:spring-jdbc:5.2.4.RELEASE
|-- org.springframework:spring-messaging:5.2.4.RELEASE
|-- org.springframework:spring-webflux:5.2.4.RELEASE
|-- org.springframework:spring-web:5.2.4.RELEASE
|-- org.springframework:spring-webmvc:5.2.4.RELEASE
|-- org.springframework.amqp:spring-rabbit:2.2.5.RELEASE
|-- org.springframework.data:spring-data-cassandra:2.2.5.RELEASE
|-- org.springframework.data:spring-data-couchbase:3.2.5.RELEASE
|-- org.springframework.data:spring-data-ldap:2.2.5.RELEASE
|-- org.springframework.data:spring-data-mongodb:2.2.5.RELEASE
|-- org.springframework.data:spring-data-neo4j:5.2.5.RELEASE
|-- org.springframework.data:spring-data-redis:2.2.5.RELEASE
|-- org.springframework.data:spring-data-rest-webmvc:3.2.5.RELEASE
|-- org.springframework.data:spring-data-solr:4.1.5.RELEASE
|-- org.springframework.integration:spring-integration-core:5.2.4.RELEASE
|-- org.springframework.security:spring-security-core:5.2.2.RELEASE
|-- org.springframework.security:spring-security-web:5.2.2.RELEASE
|-- org.springframework.session:spring-session-core:2.2.1.RELEASE
|-- org.springframework.boot:spring-boot-configuration-processor:2.2.5.RELEASE