Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use slf4j-bom and log4j-bom in dependencyManagement (#4346)
### Motivation When using SLF4J 2.0.x, it's useful to use slf4j-bom to align slf4j library versions. This is necessary to ensure that logging doesn't break due to mixed slf4j library versions. Similarly, it's useful to use log4j-bom to align log4j library versions. SLF4J 2.0.x upgrade was made in PR #4248 . ### Changes - use slf4j-bom and log4j-bom in dependencyManagement
- Loading branch information