Skip to content

Commit

Permalink
Bump protobufVersion from 3.15.7 to 3.15.8 (#22)
Browse files Browse the repository at this point in the history
Bumps `protobufVersion` from 3.15.7 to 3.15.8.

Updates `protobuf-java` from 3.15.7 to 3.15.8
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py)
- [Commits](protocolbuffers/protobuf@v3.15.7...v3.15.8)

Updates `protobuf-java-util` from 3.15.7 to 3.15.8
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py)
- [Commits](protocolbuffers/protobuf@v3.15.7...v3.15.8)

Updates `protoc` from 3.15.7 to 3.15.8
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py)
- [Commits](protocolbuffers/protobuf@v3.15.7...v3.15.8)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 9, 2021
1 parent 31aa375 commit 32fa530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapter-protobuf-java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {

project.description = "Defines protobuf messages used in api"

val protobufVersion = "3.15.7"
val protobufVersion = "3.15.8"

dependencies {
api("com.google.protobuf:protobuf-java:$protobufVersion")
Expand Down

0 comments on commit 32fa530

Please sign in to comment.