PaperMC / Waterfall

BungeeCord fork that aims to improve performance and stability.
https://papermc.io
MIT License
743 stars 297 forks source link

Outdated protobuf version #733

Closed luiz-otavio closed 2 years ago

luiz-otavio commented 2 years ago

I took a look in waterfall dependencies and I found that protobuf-java is running on 3.11.4 version, which was released in 2019. image Because of that outdated version, some issues like that happens everywhere. I realize this is due to transitive dependencies, but I haven't seen any of them. I mean, we could "strictly" an updated version to fix this.

portlek commented 2 years ago

same issue here https://github.com/PaperMC/Paper/issues/7782

electronicboy commented 2 years ago

This is the version promised by the API for bungeecord, I may look at updating the MySQL driver but this is not really an issue, relocate and shading your own dependencies is generally the best path here