Skip to content

Commit 73d4a15

Browse files
committed
fix version ranges for OkHttp and Apache clients
1 parent efc8df0 commit 73d4a15

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

commercetools/commercetools-apachehttp-client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
dependencies {
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

commercetools/commercetools-okhttp-client3/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

commercetools/commercetools-okhttp-client4/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jmh {
1212
dependencies {
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"

examples/maven-okhttp4/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
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>

0 commit comments

Comments
 (0)