From 122a470824c858d76a051c3ac461478863f481ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 05:39:01 +0000 Subject: [PATCH] Bump com.google.protobuf:protobuf-javalite from 3.24.3 to 3.25.3 Bumps com.google.protobuf:protobuf-javalite from 3.24.3 to 3.25.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 b3c15e7b5..d149397a1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -214,7 +214,7 @@ dependencies { //网络 implementation('com.squareup.okhttp3:okhttp:4.12.0') implementation(fileTree(dir: 'cronetlib', include: ['*.jar', '*.aar'])) - implementation 'com.google.protobuf:protobuf-javalite:3.24.3' + implementation 'com.google.protobuf:protobuf-javalite:3.25.3' //Glide def glideVersion = "4.16.0"