Bump protobuf-java from 3.17.2 to 3.17.3

Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.17.2 to 3.17.3.
<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.17.3</h2>
<p><strong>C++</strong></p>
<ul>
<li>Introduce FieldAccessListener.</li>
<li>Stop emitting boilerplate {Copy/Merge}From in each ProtoBuf class</li>
<li>Fixed some uninitialized variable warnings in generated_message_reflection.cc.</li>
</ul>
<p><strong>Kotlin</strong></p>
<ul>
<li>Fix duplicate proto files error (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8699">#8699</a>)</li>
</ul>
<p><strong>Java</strong></p>
<ul>
<li>Fixed parser to check that we are at a proper limit when a sub-message has
finished parsing.</li>
</ul>
<p><strong>General</strong></p>
<ul>
<li>Support M1 (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8557">#8557</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/909a0f36a10075c4b4bc70fdee2c7e32dd612a72"><code>909a0f3</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8701">#8701</a> from protocolbuffers/updateChangelogs</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/ec645c03f49284fd8a5daf9d733428560386fabf"><code>ec645c0</code></a> Updating changelog</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/e15d56af27783358290ef96cabe3e9c18afda5b1"><code>e15d56a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8700">#8700</a> from deannagarcia/3.17.x-202106042117</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/367851d1244d51ff4f4133d2499b4a16e74b052e"><code>367851d</code></a> Update protobuf version</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/704118b2a4b5787af6158c4ac95530543a15b4de"><code>704118b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8699">#8699</a> from deannagarcia/morePomFixes</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/0717715ae91c9ad692dd0ee9b9fac510e1aabd09"><code>0717715</code></a> Removing more from the pom</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/5330d0d5da8a933749d0427d003edab65868954a"><code>5330d0d</code></a> Updating pom files</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/f5a0e3988b0c69b68a5c4d4c45152efccea04a91"><code>f5a0e39</code></a> Merge branch 'master' into 3.17.x</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/8d8ba6acc3df2c63dfd8b7becbed02eafa1906b9"><code>8d8ba6a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8637">#8637</a> from dschopf/fix-qnx-7.0-support</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/c05e7ad0a8fd99b0e8fb452158442831be3bd3df"><code>c05e7ad</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8690">#8690</a> from maxgolov/maxgolov/vs2019_16.10_constinit_broken</li>
<li>Additional commits viewable in <a href="https://github.com/protocolbuffers/protobuf/compare/v3.17.2...v3.17.3">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.17.2&new-version=3.17.3)](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 #883

COPYBARA_INTEGRATE_REVIEW=https://github.com/google/truth/pull/883 from google:dependabot/maven/com.google.protobuf-protobuf-java-3.17.3 885b84b6c2ab4fe2be4149b28a9c593d23cf6173
PiperOrigin-RevId: 378422866
1 file changed
tree: 3f3d6c050a2f08f2dd50f0eb0f570114ec1b89fb
  1. .github/
  2. core/
  3. extensions/
  4. refactorings/
  5. util/
  6. .gitignore
  7. CONTRIBUTING.md
  8. LICENSE
  9. overview.html
  10. pom.xml
  11. README.md
README.md

Main Site Build Status Maven Release Stackoverflow

What is Truth?

Truth makes your test assertions and failure messages more readable. Similar to AssertJ, it natively supports many JDK and Guava types, and it is extensible to others.

Truth is owned and maintained by the Guava team. It is used in the majority of the tests in Google’s own codebase.

Read more at the main website.