Skip to content

Commit

Permalink
build(deps): bump protobuf-java from 3.19.1 to 3.19.3
Browse files Browse the repository at this point in the history
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.19.1 to 3.19.3.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py)
- [Commits](protocolbuffers/protobuf@v3.19.1...v3.19.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and david-allison committed Jan 13, 2022
1 parent 2b7d7aa commit 9302b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rsdroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies {
implementation fileTree(dir: "libs", include: ["*.jar", '*.so'])
implementation 'androidx.appcompat:appcompat:1.3.1'
// Protobuf is part of the ABI, so include it as a compile/api dependency.
api 'com.google.protobuf:protobuf-java:3.19.1'
api 'com.google.protobuf:protobuf-java:3.19.3'
implementation 'androidx.sqlite:sqlite:2.1.0'
implementation 'com.jakewharton.timber:timber:5.0.1'

Expand Down

0 comments on commit 9302b3f

Please sign in to comment.