Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: downgrade Netty due to incompatibility with grpc-java (#19755)
## Description Netty 4.1.111.Final is incompatible with grpc-java < 1.65.0 and >= 1.51.0. It can introduce buffer corruption at any point, which if you're lucky is detected, but may also go unnoticed and result in garbage and waste of time. Wait until grpc-java releases a compatible version before updating to 4.1.111.Final. Note that this also blocks Spring Boot 3.3.1 which depends on Netty 4.1.111.Final. See: - grpc/grpc-java#11284 (comment) - https://github.com/grpc/grpc-java/releases/tag/v1.64.0 ## Related issues blocks #19581 blocks #19265 blocks #19264 blocks #19259 blocks #19258
- Loading branch information