WestRidgeSystems / jmisb

jMISB is an open source Java library implementing various MISB standards.
MIT License
41 stars 12 forks source link

chore: bump slf4j to 2.0.2 #428

Closed bradh closed 2 years ago

bradh commented 2 years ago

Motivation and Context

421 bumped to slf4j 2.0.1. About that time, they released 2.0.2. The changes are minor (currently up at https://www.slf4j.org/news.html) and don't affect us, but this helps us keep up.

While checking this, I noted a few places in the build where there were warnings about not having an implementation. Added a test logger to silence that.

Description

Updates version in managed dependencies, and adds dependency on test logger.

How Has This Been Tested?

Unit tests, and verified that viewer application produces log messages on known-noisy data.

Screenshots (if appropriate):

Types of changes

Checklist: