From 6693a7dac2691ff1ffdfe670243936fc62cf95fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 18:00:53 +0000 Subject: [PATCH] Bump the okio group with 2 updates 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](https://github.com/square/okio/compare/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](https://github.com/square/okio/compare/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] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index b0c4571..d818445 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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",