JUL to SLF4J bridge, routing java.util.logging calls to the SLF4J logging facade.
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jul-to-slf4j</artifactId>
<version>2.0.18</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install JUL-to-SLF4J bridge to redirect java.util.logging messages.
Ensure SLF4J implementation (e.g., logback) does not route back to JUL.
No dependency data recorded yet.