From 542a6bcac62e03376b5b980ea05b69ee035e22d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 15:26:12 +0000 Subject: [PATCH] Bump okio from 3.5.0 to 3.6.0 Bumps `okio` from 3.5.0 to 3.6.0. Updates `com.squareup.okio:okio` from 3.5.0 to 3.6.0 - [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okio/compare/parent-3.5.0...parent-3.6.0) Updates `com.squareup.okio:okio-fakefilesystem` from 3.5.0 to 3.6.0 - [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okio/compare/parent-3.5.0...parent-3.6.0) Updates `com.squareup.okio:okio-nodefilesystem` from 3.5.0 to 3.6.0 - [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okio/compare/parent-3.5.0...parent-3.6.0) --- updated-dependencies: - dependency-name: com.squareup.okio:okio dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.squareup.okio:okio-fakefilesystem dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.squareup.okio:okio-nodefilesystem dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ce881eb38..84dc641f9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ kotlinx-json = "1.6.0" kotlinx-datetime = "0.4.1" ktor = "2.3.4" spotless = "6.21.0" -okio = "3.5.0" +okio = "3.6.0" kotest = "5.7.2" kotest-testcontainers = "2.0.2" kotest-arrow = "1.4.0"