Skip to content

Commit

Permalink
Bump com.squareup.okhttp3:okhttp from 4.9.3 to 4.10.0
Browse files Browse the repository at this point in the history
Bumps [com.squareup.okhttp3: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]>
  • Loading branch information
dependabot[bot] authored Mar 6, 2023
1 parent 0038e89 commit d7f6216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ache/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies {
implementation group: 'org.jsoup', name: 'jsoup', version: '1.15.1'
implementation group: 'org.apache.lucene', name: 'lucene-analyzers-common', version: '8.11.1'
// HTTP libraries
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.9.3'
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.10.0'
implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.14'
// Others
implementation group: 'com.github.haifengl', name: 'smile-core', version: '1.5.3'
Expand Down

0 comments on commit d7f6216

Please sign in to comment.