Skip to content

Commit

Permalink
fix(deps): bump com.squareup.okio:okio from 3.9.1 to 3.10.2
Browse files Browse the repository at this point in the history
Bumps [com.squareup.okio:okio](https://github.com/square/okio) from 3.9.1 to 3.10.2.
- [Release notes](https://github.com/square/okio/releases)
- [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md)
- [Commits](square/okio@3.9.1...3.10.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and JoergSiebahn committed Jan 13, 2025
1 parent 3b81972 commit ff53706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sda-commons-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ dependencies {
api "io.opentelemetry.instrumentation:opentelemetry-instrumentation-api:2.11.0"
api "io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-semconv:1.33.6-alpha"
api "com.squareup.okhttp3:okhttp:4.12.0" // bump from 4.9.3 used in opentelemetry-exporter-otlp-common
api 'com.squareup.okio:okio:3.9.1', {
api 'com.squareup.okio:okio:3.10.2', {
because 'CVE-2023-3635 in 3.2.0'
}

Expand Down

0 comments on commit ff53706

Please sign in to comment.