mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 09:09:01 +00:00
Boot doesn't interact with the dependency directly so we should not manage its version. Instead, we should allow the version that comes in transitively through gRPC Java to be used instead. Closes gh-50772