This PR bumps spine-logging and other internal dependencies that already depend on newer Logging library.
This PR deliberately does not address deprecations of the Logging interface to avoid possible weird classpath issues that I faced recently when updating all the dependencies coming from config. The plan is to gradually address deprecations in projects depending on code generation, and then address them in mc-java.
This PR bumps
spine-logging
and other internal dependencies that already depend on newer Logging library.This PR deliberately does not address deprecations of the
Logging
interface to avoid possible weird classpath issues that I faced recently when updating all the dependencies coming fromconfig
. The plan is to gradually address deprecations in projects depending on code generation, and then address them inmc-java
.