From 19819680f9fa1e6d6df7c0d66f12169b697400d6 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 30 Sep 2022 13:38:52 +0200 Subject: [PATCH] Adopt to SLF4J 2.0 upgrade. Exclude transitive Micrometer Test dependencies that ship outdated SLF4J implementations. Closes #4189 --- spring-data-mongodb/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/spring-data-mongodb/pom.xml b/spring-data-mongodb/pom.xml index cb8c76ade..1f8c5b28a 100644 --- a/spring-data-mongodb/pom.xml +++ b/spring-data-mongodb/pom.xml @@ -313,6 +313,12 @@ io.micrometer micrometer-test test + + + com.github.tomakehurst + wiremock-jre8-standalone + + io.micrometer