Bump com.google.protobuf:protobuf-gradle-plugin from 0.9.3 to 0.9.4 (#153)

Bumps [com.google.protobuf:protobuf-gradle-plugin](https://github.com/google/protobuf-gradle-plugin) from 0.9.3 to 0.9.4.
- [Release notes](https://github.com/google/protobuf-gradle-plugin/releases)
- [Commits](https://github.com/google/protobuf-gradle-plugin/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-07-31 11:48:10 -07:00 committed by GitHub
parent e4e7f8dace
commit ad06ea59af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ buildscript {
} }
dependencies { dependencies {
classpath group: 'com.google.protobuf', name: 'protobuf-gradle-plugin', version: '0.9.3' classpath group: 'com.google.protobuf', name: 'protobuf-gradle-plugin', version: '0.9.4'
} }
} }