Skip to content

Commit

Permalink
Bump protobuf-java from 3.20.1 to 3.21.0
Browse files Browse the repository at this point in the history
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.20.1 to 3.21.0.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py)
- [Commits](protocolbuffers/protobuf@v3.20.1...v3.21.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 26, 2022
1 parent d67cc09 commit 54eead7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
api 'com.google.flogger:flogger-system-backend:0.7.4'
api 'com.google.code.findbugs:jsr305:3.0.2'
api 'com.google.guava:guava:31.1-android'
api 'com.google.protobuf:protobuf-java:3.20.1'
api 'com.google.protobuf:protobuf-java:3.21.0'

// CameraX core library
def camerax_version = "1.0.2"
Expand Down

0 comments on commit 54eead7

Please sign in to comment.