From a767baf027a2a3634e1fa87b2eaed92f9207ce0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 03:57:27 +0000 Subject: [PATCH] Bump com.squareup.okio:okio from 2.4.0 to 3.7.0 in /android Bumps [com.squareup.okio:okio](https://github.com/square/okio) from 2.4.0 to 3.7.0. - [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okio/compare/parent-2.4.0...parent-3.7.0) --- updated-dependencies: - dependency-name: com.squareup.okio:okio dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index b80b2941..f6b89102 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -103,7 +103,7 @@ def timberVersion = "4.7.1" def androidxCoreVersion = '1.3.2' def daggerVersion = '2.41' def workManagerVersion = '2.4.0' -def okioVersion = '2.4.0' +def okioVersion = '3.7.0' def serializationJsonVersion = '1.3.2' def junitVersion = '4.13.2'