From e80b6ef22a7b33c36d9c735f6e44dcd1135b97c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 16:02:58 +0000 Subject: [PATCH] Bump okio from 3.4.0 to 3.5.0 Bumps `okio` from 3.4.0 to 3.5.0. Updates `com.squareup.okio:okio` from 3.4.0 to 3.5.0 - [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okio/compare/parent-3.4.0...parent-3.5.0) Updates `com.squareup.okio:okio-fakefilesystem` from 3.4.0 to 3.5.0 - [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okio/compare/parent-3.4.0...parent-3.5.0) Updates `com.squareup.okio:okio-nodefilesystem` from 3.4.0 to 3.5.0 - [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okio/compare/parent-3.4.0...parent-3.5.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 c5cff0a41..544a38058 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ kotlin = "1.8.22" kotlinx-json = "1.5.1" ktor = "2.3.2" spotless = "6.20.0" -okio = "3.4.0" +okio = "3.5.0" kotest = "5.6.2" kotest-testcontainers = "2.0.2" kotest-arrow = "1.3.3"