Json values does not update after SpringBoot3 update
I updated my application to Spring Boot 3 and trying the existing controller for a PUT request and it does not work for a json.
Regardless of the values that I sent even in controller level it always set the default values ans never updates the values.