Skip to content

Commit 1981968

Browse files
committed
Adopt to SLF4J 2.0 upgrade.
Exclude transitive Micrometer Test dependencies that ship outdated SLF4J implementations. Closes #4189
1 parent 2d2f67c commit 1981968

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

spring-data-mongodb/pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,12 @@
313313
<groupId>io.micrometer</groupId>
314314
<artifactId>micrometer-test</artifactId>
315315
<scope>test</scope>
316+
<exclusions>
317+
<exclusion>
318+
<groupId>com.github.tomakehurst</groupId>
319+
<artifactId>wiremock-jre8-standalone</artifactId>
320+
</exclusion>
321+
</exclusions>
316322
</dependency>
317323
<dependency>
318324
<groupId>io.micrometer</groupId>

0 commit comments

Comments
 (0)