File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
spring-cloud-sleuth-autoconfigure
spring-cloud-sleuth-instrumentation-baggage-tests
spring-cloud-sleuth-instrumentation-feign-tests
spring-cloud-sleuth-instrumentation-mvc-tests
spring-cloud-sleuth-zipkin-tests Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 38
38
<sonar .skip>true</sonar .skip>
39
39
<maven .compiler.target>1.8</maven .compiler.target>
40
40
<maven .compiler.source>1.8</maven .compiler.source>
41
- <okhttp .version>4.12 .0</okhttp .version>
41
+ <okhttp .version>4.9 .0</okhttp .version>
42
42
<microbenchmark-runner .version>c5f1e7d047</microbenchmark-runner .version>
43
43
<jmh .version>1.26</jmh .version>
44
44
</properties >
Original file line number Diff line number Diff line change 64
64
<spring-security-boot-autoconfigure .version>2.3.4.RELEASE</spring-security-boot-autoconfigure .version>
65
65
<spring-security-oauth2 .version>2.2.0.RELEASE</spring-security-oauth2 .version>
66
66
<disable .nohttp.checks>false</disable .nohttp.checks>
67
- <okhttp .version>4.12 .0</okhttp .version>
67
+ <okhttp .version>4.9 .0</okhttp .version>
68
68
<mockwebserver .version>4.8.1</mockwebserver .version>
69
69
<guava .version>33.0.0-jre</guava .version>
70
70
<cglib-nodep .version>3.3.0</cglib-nodep .version>
Original file line number Diff line number Diff line change 499
499
<groupId >com.squareup.okhttp3</groupId >
500
500
<artifactId >okhttp</artifactId >
501
501
<!-- Kotlin... -->
502
- <version >4.8.1 </version >
502
+ <version >4.9.0 </version >
503
503
<scope >test</scope >
504
504
</dependency >
505
505
<dependency >
Original file line number Diff line number Diff line change 92
92
<groupId >com.squareup.okhttp3</groupId >
93
93
<artifactId >okhttp</artifactId >
94
94
<!-- Kotlin... -->
95
- <version >4.8.1 </version >
95
+ <version >4.9.0 </version >
96
96
</dependency >
97
97
</dependencies >
98
98
Original file line number Diff line number Diff line change 69
69
<groupId >com.squareup.okhttp3</groupId >
70
70
<artifactId >okhttp</artifactId >
71
71
<!-- Kotlin... -->
72
- <version >4.8.1 </version >
72
+ <version >4.9.0 </version >
73
73
<scope >compile</scope >
74
74
</dependency >
75
75
<dependency >
Original file line number Diff line number Diff line change 73
73
<groupId >com.squareup.okhttp3</groupId >
74
74
<artifactId >okhttp</artifactId >
75
75
<!-- Kotlin... -->
76
- <version >4.8.1 </version >
76
+ <version >4.9.0 </version >
77
77
<scope >compile</scope >
78
78
</dependency >
79
79
<dependency >
Original file line number Diff line number Diff line change 146
146
<groupId >com.squareup.okhttp3</groupId >
147
147
<artifactId >okhttp</artifactId >
148
148
<!-- Kotlin... -->
149
- <version >4.8.1 </version >
149
+ <version >4.9.0 </version >
150
150
</dependency >
151
151
</dependencies >
152
152
You can’t perform that action at this time.
0 commit comments