Need help issue with client5 HttpClient, Spring Boot 2.x to Spring Boot 3.1.x
I am trying to migration some codes from Spring Boot 2 to 3.1, and in the process it seems HttpClient needs to be upgraded from 4 to client5 as well.
I am trying to migration some codes from Spring Boot 2 to 3.1, and in the process it seems HttpClient needs to be upgraded from 4 to client5 as well.