Skip to content

Commit

Permalink
Bump okhttp from 4.9.3 to 4.10.0 (#921)
Browse files Browse the repository at this point in the history
Bumps [okhttp](https://github.com/square/okhttp) from 4.9.3 to 4.10.0.
- [Release notes](https://github.com/square/okhttp/releases)
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-4.9.3...parent-4.10.0)

---
updated-dependencies:
- dependency-name: com.squareup.okhttp3:okhttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2022
1 parent d936749 commit 4ff3f19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion embedded-couchbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<properties>
<couchbase-java-client-3.x.version>3.2.6</couchbase-java-client-3.x.version>
<okhttp.version>4.9.3</okhttp.version>
<okhttp.version>4.10.0</okhttp.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion embedded-minio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<properties>
<minio.version>8.4.6</minio.version>
<!-- Manage an OkHttp version supported by MinIO -->
<okhttp.version>4.9.3</okhttp.version>
<okhttp.version>4.10.0</okhttp.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 4ff3f19

Please sign in to comment.