File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed
spring-cloud-kubernetes-fabric8-autoconfig
spring-cloud-kubernetes-fabric8-leader Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 4949 <groupId >org.springframework.cloud</groupId >
5050 <artifactId >spring-cloud-kubernetes-commons</artifactId >
5151 </dependency >
52+ <!-- Spring Boot removed its dependency management of okhttp in Spring Boot 3.4.0 -->
53+ <!-- This resulted in a different version fo okhttp in Spring Cloud 2024.0.0 -->
54+ <!-- Spring Cloud is now managing the okhttp dependency version in Spring Cloud Commons -->
55+ <dependency >
56+ <groupId >com.squareup.okhttp3</groupId >
57+ <artifactId >okhttp</artifactId >
58+ </dependency >
59+ <dependency >
60+ <groupId >com.squareup.okhttp3</groupId >
61+ <artifactId >logging-interceptor</artifactId >
62+ </dependency >
5263 <dependency >
5364 <groupId >org.springframework.boot</groupId >
5465 <artifactId >spring-boot-starter-logging</artifactId >
Original file line number Diff line number Diff line change 6767 <artifactId >spring-cloud-kubernetes-test-support</artifactId >
6868 <scope >test</scope >
6969 </dependency >
70- <dependency >
71- <groupId >org.springframework.cloud</groupId >
72- <artifactId >spring-cloud-kubernetes-test-support</artifactId >
73- <scope >test</scope >
74- </dependency >
7570 </dependencies >
7671</project >
You can’t perform that action at this time.
0 commit comments