From 57a4c5000ce3417ec30d08c7060ac121c8134645 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 12:03:37 +0000 Subject: [PATCH] Bump com.squareup.okio:okio from 3.6.0 to 3.9.1 Bumps [com.squareup.okio:okio](https://github.com/square/okio) from 3.6.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.6.0...3.9.1) --- updated-dependencies: - dependency-name: com.squareup.okio:okio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 3ef4623a..5d208b25 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -182,7 +182,7 @@ dependencies { implementation 'com.larswerkman:HoloColorPicker:1.5' implementation 'com.google.code.findbugs:jsr305:3.0.2' - implementation 'com.squareup.okio:okio:3.6.0' + implementation 'com.squareup.okio:okio:3.9.1' implementation 'com.squareup.moshi:moshi:1.15.0' kapt "com.squareup.moshi:moshi-kotlin-codegen:1.15.0"