Skip to content

Commit

Permalink
Bump the okio group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the okio group with 2 updates: [com.squareup.okio:okio](https://github.com/square/okio) and [com.squareup.okio:okio-jvm](https://github.com/square/okio).


Updates `com.squareup.okio:okio` from 3.9.1 to 3.10.0
- [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.0)

Updates `com.squareup.okio:okio-jvm` from 3.9.1 to 3.10.0
- [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.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 7, 2025
1 parent fe583be commit b007c31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ plugins {
}

val dependencyVersions = listOf(
"com.squareup.okio:okio:3.9.1",
"com.squareup.okio:okio-jvm:3.9.1",
"com.squareup.okio:okio:3.10.0",
"com.squareup.okio:okio-jvm:3.10.0",
"org.jetbrains:annotations:26.0.1",
"org.jetbrains.kotlin:kotlin-reflect:2.1.0",
"org.jetbrains.kotlin:kotlin-stdlib:2.1.0",
Expand Down

0 comments on commit b007c31

Please sign in to comment.