Skip to content

Commit 8272769

Browse files
Bump com.squareup.okhttp3:okhttp from 3.14.9 to 4.9.2
Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 3.14.9 to 4.9.2. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-3.14.9...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-version: 4.9.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 995271b commit 8272769

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:4.9.2" 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:4.9.2" version {
1515
strictly '[4.0,4.99999]'
1616
prefer "4.12.0"
1717
}

0 commit comments

Comments
 (0)