Summary
In our project we are using chirpstack-api as an external dependency, but we cannot upgrade the com.google.protobuf package, because chirpstack-api is transitively forces an older version containing now deprecated calls in the generated sources.
Implementation description
- Update the protobuf version to latest stable version in chirpstack-api/java/pom.xml
- Test and fix any compilation issues from the source generation
Can you implement this by yourself and make a pull request?
Not at the moment.