Skip to content

Commit

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

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

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

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

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 694f546 commit f221f17
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.6"
val protobufVersion = "3.15.7"

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

0 comments on commit f221f17

Please sign in to comment.