From 9c958669f458e1e35b7a628580454f688bff1b85 Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Tue, 1 Mar 2022 11:56:43 +0100 Subject: [PATCH] Add io.micrometer:micrometer-binders as dependency to the test suite --- spring-boot-project/spring-boot-test-autoconfigure/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-project/spring-boot-test-autoconfigure/build.gradle b/spring-boot-project/spring-boot-test-autoconfigure/build.gradle index 000ab1ebfc2..4ff97e59a5c 100644 --- a/spring-boot-project/spring-boot-test-autoconfigure/build.gradle +++ b/spring-boot-project/spring-boot-test-autoconfigure/build.gradle @@ -84,6 +84,7 @@ dependencies { testImplementation("com.unboundid:unboundid-ldapsdk") testImplementation("io.lettuce:lettuce-core") testImplementation("io.micrometer:micrometer-registry-prometheus") + testImplementation("io.micrometer:micrometer-binders") testImplementation("io.projectreactor.netty:reactor-netty-http") testImplementation("io.projectreactor:reactor-core") testImplementation("io.projectreactor:reactor-test")