Skip to content

Commit

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

---
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 and david-allison committed Oct 6, 2021
1 parent 28e0aa2 commit 7935cf2
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.17.3'
api 'com.google.protobuf:protobuf-java:3.18.1'
implementation 'androidx.sqlite:sqlite:2.1.0'
implementation 'com.jakewharton.timber:timber:5.0.1'

Expand Down

0 comments on commit 7935cf2

Please sign in to comment.