Skip to content

Conversation

ryanjbaxter
Copy link
Contributor

This is needed since Spring Boot no longer manages the version. The version is managed in Spring Cloud Commons. See spring-cloud/spring-cloud-commons#1470. Fixes #1813

This is needed since Spring Boot no longer manages the version.  The version is managed in Spring Cloud Commons.  See spring-cloud/spring-cloud-commons#1470. Fixes spring-cloud#1813
<!-- Spring Boot removed its dependency management of okhttp in Spring Boot 3.4.0 -->
<!-- This resulted in a different version fo okhttp in Spring Cloud 2024.0.0 -->
<!-- Spring Cloud is now managing the okhttp dependency version in Spring Cloud Commons -->
<dependency>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice

@ryanjbaxter ryanjbaxter added dependencies Pull requests that update a dependency file and removed waiting-for-triage labels Feb 14, 2025
@ryanjbaxter ryanjbaxter added this to the 3.2.1 milestone Feb 14, 2025
@ryanjbaxter ryanjbaxter merged commit b7a1772 into spring-cloud:3.2.x Feb 14, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
No open projects
Status: Done
Status: Done
Development

Successfully merging this pull request may close these issues.

SSLPeerUnverifiedException Hostname fd33:1a73:fa8f::1 not verified after upgrade to Boot 3.4.0 and Cloud 2024.0.0
3 participants