Skip to content

Commit

Permalink
Bump com.squareup.okio:okio from 1.17.6 to 3.9.0
Browse files Browse the repository at this point in the history
Bumps [com.squareup.okio:okio](https://github.com/square/okio) from 1.17.6 to 3.9.0.
- [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md)
- [Commits](square/okio@okio-parent-1.17.6...parent-3.9.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed May 17, 2024
1 parent 4b8ec12 commit 99360f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ dependencies {
implementation('com.squareup.retrofit2:retrofit:2.11.0') {
because 'Azure SDK 1.x uses an older version with vulnerable dependencies'
}
implementation('com.squareup.okio:okio:1.17.6') {
implementation('com.squareup.okio:okio:3.9.0') {
because 'Retrofit via Azure SDK uses an older version with vulnerable dependencies'
}
}
Expand Down

0 comments on commit 99360f4

Please sign in to comment.