From 80bdef9c76b32e4f579bda05e669e3c76577a5ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 04:26:15 +0000 Subject: [PATCH] Bump okio from 2.10.0 to 3.2.0 Bumps [okio](https://github.com/square/okio) from 2.10.0 to 3.2.0. - [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-2.10.0...parent-3.2.0) --- updated-dependencies: - dependency-name: com.squareup.okio:okio dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle b/core/build.gradle index a8b192b..4c4fa7e 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -54,7 +54,7 @@ afterEvaluate { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation 'com.squareup.okio:okio:2.10.0' + implementation 'com.squareup.okio:okio:3.2.0' implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation deps.coroutine