zipkin-reporter-java
zipkin-reporter-java copied to clipboard
change dependency priority on spring-beans
Feature
Let's switch the spring-beans version to latest and test via invoker that we don't break 2.5.
Rationale
Testing can ensure compatibility and we can safely update the main version.
Example Scenario
The spring-beans version in our spring-beans module unnecessarily stresses out dependency analyzers like synk.
Prior Art
- you can look at kafka or okhttp for an example