From 3dac3024c7413f09e578fade1e426e17c15505d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 04:38:41 +0000 Subject: [PATCH] Bump com.squareup.okio:okio from 3.9.0 to 3.9.1 Bumps [com.squareup.okio:okio](https://github.com/square/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) --- updated-dependencies: - dependency-name: com.squareup.okio:okio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- okio-extras/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/okio-extras/build.gradle.kts b/okio-extras/build.gradle.kts index 5c31320..de5ba6d 100644 --- a/okio-extras/build.gradle.kts +++ b/okio-extras/build.gradle.kts @@ -34,7 +34,7 @@ kotlin { sourceSets { val commonMain by getting { dependencies { - api("com.squareup.okio:okio:3.9.0") + api("com.squareup.okio:okio:3.9.1") } }