From eee9d617cb2b4c3f6bc99bc0f4829ea0b837c413 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 09:26:51 +0000 Subject: [PATCH] Bump com.google.protobuf:protobuf-javalite from 3.23.4 to 3.24.3 Bumps com.google.protobuf:protobuf-javalite from 3.23.4 to 3.24.3. --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-javalite 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 fda05d598622..d00b4f1867bf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -214,7 +214,7 @@ dependencies { //网络 implementation('com.squareup.okhttp3:okhttp:4.11.0') implementation(fileTree(dir: 'cronetlib', include: ['*.jar', '*.aar'])) - implementation 'com.google.protobuf:protobuf-javalite:3.23.4' + implementation 'com.google.protobuf:protobuf-javalite:3.24.3' //Glide def glideVersion = "4.15.1"