Bump com.google.protobuf:protobuf-javalite from 3.23.2 to 3.23.3

Bumps com.google.protobuf:protobuf-javalite from 3.23.2 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] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-06-19 05:06:52 +00:00 committed by GitHub
parent 30a181bf27
commit 00bcf2528c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -214,7 +214,7 @@ dependencies {
//
implementation('com.squareup.okhttp3:okhttp:4.11.0')
appImplementation(fileTree(dir: 'cronetlib', include: ['*.jar', '*.aar']))
appImplementation 'com.google.protobuf:protobuf-javalite:3.23.2'
appImplementation 'com.google.protobuf:protobuf-javalite:3.23.3'
//Glide
def glideVersion = "4.15.1"