Skip to content

Commit

Permalink
Bump protobuf-java from 3.15.5 to 3.15.6
Browse files Browse the repository at this point in the history
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.15.5 to 3.15.6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/protocolbuffers/protobuf/releases">protobuf-java's releases</a>.</em></p>
<blockquote>
<h2>Protocol Buffers v3.15.6</h2>
<h1>Ruby</h1>
<ul>
<li>Fixed bug in string comparison logic (<a href="https://github.com/protocolbuffers/protobuf/issues/8386">#8386</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/6aa539bf0195f188ff86efe6fb8bfa2b676cdd46"><code>6aa539b</code></a> Update protobuf version</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/971a5935ed68e07a1e7e309cfcb4c39bfa87be8b"><code>971a593</code></a> Updated CHANGES.txt and PHP changelog for 3.15.6</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/b2991b841981913e786269cf817c1e981aac0019"><code>b2991b8</code></a> Merge pull request <a href="https://github.com/protocolbuffers/protobuf/issues/8386">#8386</a> from haberman/ruby-string-compare</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/bb322c2b39c1a98f78a5a433afe7a33cbae379a6"><code>bb322c2</code></a> [Ruby] Fixed bug in string comparison logic.</li>
<li>See full diff in <a href="https://github.com/protocolbuffers/protobuf/compare/v3.15.5...v3.15.6">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.protobuf:protobuf-java&package-manager=maven&previous-version=3.15.5&new-version=3.15.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Fixes #837

COPYBARA_INTEGRATE_REVIEW=#837 from google:dependabot/maven/com.google.protobuf-protobuf-java-3.15.6 4e395bc
PiperOrigin-RevId: 362578804
  • Loading branch information
dependabot[bot] authored and Google Java Core Libraries committed Mar 12, 2021
1 parent 83c2ed2 commit 60d1304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -39,7 +39,7 @@
-->
<guava.jre.version>30.1-jre</guava.jre.version>
<gwt.version>2.9.0</gwt.version>
<protobuf.version>3.15.5</protobuf.version>
<protobuf.version>3.15.6</protobuf.version>
<!-- Property for protobuf-lite protocArtifact, which isn't a "normal" Maven dep. -->
<!-- TODO(cpovirk): Use protobuf.version instead. But that requires finding the new way to request the Lite runtime. -->
<protobuf-lite.protoc.version>3.1.0</protobuf-lite.protoc.version>
Expand Down

0 comments on commit 60d1304

Please sign in to comment.