Bump com.google.protobuf:protobuf-javalite from 3.22.4 to 3.23.0

Bumps com.google.protobuf:protobuf-javalite from 3.22.4 to 3.23.0.

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-javalite
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-05-15 05:07:22 +00:00 committed by GitHub
parent 135b0c3765
commit 21a5266507
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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