From 4ea97c8fffa0d4f395248dc729c523b209391ee6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 03:59:21 +0000 Subject: [PATCH] Bump com.google.protobuf:protobuf-javalite from 3.23.1 to 3.23.2 Bumps com.google.protobuf:protobuf-javalite from 3.23.1 to 3.23.2. --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-javalite dependency-type: direct:production update-type: version-update:semver-patch ... 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 8a5044b0..62062faf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -95,7 +95,7 @@ dependencies { implementation "com.android.volley:volley:1.2.1" // Protobuf - implementation "com.google.protobuf:protobuf-javalite:3.23.1" + implementation "com.google.protobuf:protobuf-javalite:3.23.2" // Apache Commons //noinspection GradleDependency