You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now async http client uses netty-reactive-streams 1.0.4 which depends on io.netty:netty-handler:4.0.34.Final, while the main netty version in project is 4.0.36.Final
Suggested fix: exclude netty-handler from netty-reactive-streams dependency and add separately with correct version