File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
commercetools-apachehttp-client
commercetools-okhttp-client3
commercetools-okhttp-client4 Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
dependencies {
3
3
api project(" :rmf:rmf-java-base" )
4
4
api " org.apache.httpcomponents.client5:httpclient5:5.4.4" version {
5
- strictly " [5.4.4,6.0[ "
5
+ strictly " [5.4.4,5.99999] "
6
6
prefer " 5.4.4"
7
7
}
8
8
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies {
14
14
15
15
implementation " com.squareup.okio:okio:3.11.0"
16
16
api " com.squareup.okhttp3:okhttp:3.14.9" version {
17
- strictly " [3.0,4.0[ "
17
+ strictly " [3.0,3.99999] "
18
18
prefer " 3.14.9"
19
19
}
20
20
Original file line number Diff line number Diff line change 12
12
dependencies {
13
13
api project(" :rmf:rmf-java-base" )
14
14
api " com.squareup.okhttp3:okhttp:4.12.0" version {
15
- strictly ' [4.0,5.0[ '
15
+ strictly ' [4.0,4.99999] '
16
16
prefer " 4.12.0"
17
17
}
18
18
implementation " com.squareup.okio:okio:3.11.0"
Original file line number Diff line number Diff line change 37
37
</dependency >
38
38
<dependency >
39
39
<groupId >com.commercetools.sdk</groupId >
40
- <artifactId >commercetools-http-client </artifactId >
40
+ <artifactId >commercetools-okhttp-client4 </artifactId >
41
41
<version >${commercetools.version} </version >
42
42
</dependency >
43
43
<dependency >
You can’t perform that action at this time.
0 commit comments