Skip to content

Commit

Permalink
build(deps): bump protoBufJavaLiteVersion from 3.19.4 to 3.20.0
Browse files Browse the repository at this point in the history
Bumps `protoBufJavaLiteVersion` from 3.19.4 to 3.20.0.

Updates `protoc` from 3.19.4 to 3.20.0
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py)
- [Commits](protocolbuffers/protobuf@v3.19.4...v3.20.0)

Updates `protobuf-javalite` from 3.19.4 to 3.20.0

---
updated-dependencies:
- dependency-name: com.google.protobuf:protoc
  dependency-type: direct:production
  update-type: version-update:semver-minor
- 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>
  • Loading branch information
dependabot[bot] authored and tien committed Apr 9, 2022
1 parent a96143e commit 56587d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ buildscript {
val kotlinVersion: String by project
extra["composeVersion"] = "1.1.0"
extra["ktorVersion"] = "1.6.7"
extra["protoBufJavaLiteVersion"] = "3.19.4"
extra["protoBufJavaLiteVersion"] = "3.20.0"
val hiltVersion by extra("2.40.5")
extra["lifecycleVersion"] = "2.4.1"
extra["cameraxVersion"] = "1.1.0-beta01"
Expand Down

0 comments on commit 56587d0

Please sign in to comment.