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.0 to 3.9.1
- [Release notes](https://github.com/square/okio/releases)
- [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md)
- [Commits](square/okio@parent-3.9.0...3.9.1)

Updates `com.squareup.okio:okio-jvm` from 3.9.0 to 3.9.1
- [Release notes](https://github.com/square/okio/releases)
- [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md)
- [Commits](square/okio@parent-3.9.0...3.9.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and gesellix committed Sep 15, 2024
1 parent 50b428e commit 6693a7d
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.0",
"com.squareup.okio:okio-jvm:3.9.0",
"com.squareup.okio:okio:3.9.1",
"com.squareup.okio:okio-jvm:3.9.1",
"org.jetbrains:annotations:24.1.0",
"org.jetbrains.kotlin:kotlin-reflect:1.9.23",
"org.jetbrains.kotlin:kotlin-stdlib:1.9.23",
Expand Down

0 comments on commit 6693a7d

Please sign in to comment.