Skip to content

Commit

Permalink
chore(deps): Bump com.squareup.okhttp3:okhttp from 4.11.0 to 4.12.0
Browse files Browse the repository at this point in the history
Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 4.11.0 to 4.12.0.
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-4.11.0...parent-4.12.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]>
  • Loading branch information
dependabot[bot] authored Oct 25, 2023
1 parent ad2f300 commit e98faea
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.4.11</couchbase-java-client-3.x.version>
<okhttp.version>4.11.0</okhttp.version>
<okhttp.version>4.12.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.5.6</minio.version>
<!-- Manage an OkHttp version supported by MinIO -->
<okhttp.version>4.11.0</okhttp.version>
<okhttp.version>4.12.0</okhttp.version>
</properties>

<dependencies>
Expand Down

0 comments on commit e98faea

Please sign in to comment.