Skip to content

Commit

Permalink
Bump com.squareup.okhttp3:okhttp from 3.14.9 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 3.14.9 to 4.12.0.
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-3.14.9...parent-4.12.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 17, 2023
1 parent 5a9df01 commit 6d072d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions omnij-rest-client-retrofit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ dependencies {
api project(':omnij-jsonrpc')
api project(':omnij-net-api')

api 'com.squareup.okhttp3:okhttp:3.14.9' // OmniwalletClient constructor with OkHttp parameter
api 'com.squareup.okhttp3:okhttp:4.12.0' // OmniwalletClient constructor with OkHttp parameter
api 'com.squareup.retrofit2:retrofit:2.9.0'

implementation 'com.squareup.retrofit2:converter-jackson:2.9.0'
implementation 'com.squareup.okhttp3:logging-interceptor:3.14.9'
implementation 'com.squareup.okhttp3:logging-interceptor:4.12.0'

implementation 'com.google.code.findbugs:jsr305:3.0.2'

Expand Down

0 comments on commit 6d072d4

Please sign in to comment.