From 1390d7994812196008e2dff26f8355e64e1f0a1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 03:04:36 +0000 Subject: [PATCH] Bump com.google.protobuf:protobuf-javalite from 3.23.1 to 3.23.3 Bumps com.google.protobuf:protobuf-javalite from 3.23.1 to 3.23.3. --- 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..df267075 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.3" // Apache Commons //noinspection GradleDependency