Skip to content

Commit

Permalink
Bump protobuf.version from 3.15.1 to 3.15.6
Browse files Browse the repository at this point in the history
Bumps `protobuf.version` from 3.15.1 to 3.15.6.

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and nfrankel committed Mar 17, 2021
1 parent d1d2c80 commit 578d487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -25,7 +25,7 @@
<sonar.moduleKey>${project.artifactId}</sonar.moduleKey>
<sonar.projectName>jet-train</sonar.projectName>
<sonar.sources>src/main/kotlin</sonar.sources>
<protobuf.version>3.15.1</protobuf.version>
<protobuf.version>3.15.6</protobuf.version>
</properties>
<build>
<sourceDirectory>src/main/kotlin</sourceDirectory>
Expand Down

0 comments on commit 578d487

Please sign in to comment.