Skip to content

Commit 037a3d9

Browse files
fix(deps): update dependency com.squareup.okhttp3:okhttp to v5
1 parent 13fd705 commit 037a3d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

commercetools/commercetools-okhttp-client3/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies {
1313
api project(":rmf:rmf-java-base")
1414

1515
implementation "com.squareup.okio:okio:3.14.0"
16-
api "com.squareup.okhttp3:okhttp:3.14.9" version {
16+
api "com.squareup.okhttp3:okhttp:5.1.0" version {
1717
strictly "[3.0,3.99999]"
1818
prefer "3.14.9"
1919
}

commercetools/commercetools-okhttp-client4/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jmh {
1111

1212
dependencies {
1313
api project(":rmf:rmf-java-base")
14-
api "com.squareup.okhttp3:okhttp:4.12.0" version {
14+
api "com.squareup.okhttp3:okhttp:5.1.0" version {
1515
strictly '[4.0,4.99999]'
1616
prefer "4.12.0"
1717
}

0 commit comments

Comments
 (0)