MobilityData/gtfs-realtime-bindings

protobuf-java version is really old

Closed this issue · 2 comments

The java bindings are pulling in a protobuf-java library from July 2018 that logs a bunch of warnings on Java 9+ due to using unsafe APIs. This has been fixed for a while now, so it would be nice to update to a newer version, maybe 3.14.0.

👍 as long as the tests pass. PRs welcome! :)

@barbeau see attached PR