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 22dependencies {
33 api project(" :rmf:rmf-java-base" )
44 api " org.apache.httpcomponents.client5:httpclient5:5.4.4" version {
5- strictly " [5.4.4,6.0[ "
5+ strictly " [5.4.4,5.99999] "
66 prefer " 5.4.4"
77 }
88
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies {
1414
1515 implementation " com.squareup.okio:okio:3.11.0"
1616 api " com.squareup.okhttp3:okhttp:3.14.9" version {
17- strictly " [3.0,4.0[ "
17+ strictly " [3.0,3.99999] "
1818 prefer " 3.14.9"
1919 }
2020
Original file line number Diff line number Diff line change 1212dependencies {
1313 api project(" :rmf:rmf-java-base" )
1414 api " com.squareup.okhttp3:okhttp:4.12.0" version {
15- strictly ' [4.0,5.0[ '
15+ strictly ' [4.0,4.99999] '
1616 prefer " 4.12.0"
1717 }
1818 implementation " com.squareup.okio:okio:3.11.0"
Original file line number Diff line number Diff line change 3737 </dependency >
3838 <dependency >
3939 <groupId >com.commercetools.sdk</groupId >
40- <artifactId >commercetools-http-client </artifactId >
40+ <artifactId >commercetools-okhttp-client4 </artifactId >
4141 <version >${commercetools.version} </version >
4242 </dependency >
4343 <dependency >
You can’t perform that action at this time.
0 commit comments