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
The text was updated successfully, but these errors were encountered:
alexisgayte
changed the title
spring cloud 2023.0.5 dependency issue bring feign-hc that bump hc from 5.3 to 5.4
spring cloud 2023.0.5 dependency issue. This version bring feign-hc which has an dependency to hc-5.4.
Feb 7, 2025
Thanks for bringing this up, @alexisgayte. We do not manage hc5 version ourselves. It's been brought up by Feign. I will mark this issue for team discussion.
spring cloud 2023.0.5 breaks the contract of bringing only patching versions.
by bringing hc-5.4 it also bring the non fixed issue or breaking change :
orange-guo@66d590c
It also breaks the contract with spring boot 3.3.x which uses 5.3.
https://docs.spring.io/spring-boot/3.3/appendix/dependency-versions/coordinates.html
The text was updated successfully, but these errors were encountered: