From b123608db654f43c6184486ace06f0d30682da07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 21:23:50 +0000 Subject: [PATCH] Bump com.squareup.okio:okio from 3.8.0 to 3.9.0 Bumps [com.squareup.okio:okio](https://github.com/square/okio) from 3.8.0 to 3.9.0. - [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okio/compare/parent-3.8.0...parent-3.9.0) --- updated-dependencies: - dependency-name: com.squareup.okio:okio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 8328cec..f9b68e0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -47,7 +47,7 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.1.4' //网络请求的架包 implementation 'com.squareup.okhttp3:okhttp:4.12.0' - implementation 'com.squareup.okio:okio:3.8.0' + implementation 'com.squareup.okio:okio:3.9.0' testImplementation 'junit:junit:' androidTestImplementation 'androidx.test.ext:junit:4.13.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'