Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump com.google.truth:truth from 1.1.5 to 1.2.0
Bumps [com.google.truth:truth](https://github.com/google/truth) from 1.1.5 to 1.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/truth/releases">com.google.truth:truth's releases</a>.</em></p> <blockquote> <h2>1.2.0</h2> <ul> <li>Fixed a bug that caused ProtoTruth to ignore the contents of unpacked <code>Any</code> messages. This fix may cause tests to fail, since ProtoTruth will now check whether the message contents match. If so, you may need to change the values that your tests expect, or there may be a bug in the code under test that had been hidden by the Truth bug. Sorry for the trouble. (8bd3ef613)</li> <li>Added <code>isWithin().of()</code> support to <code>IntegerSubject</code> and <code>LongSubject</code>. (6464cb5ca, 0e99a2711)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/truth/commit/60873b112df7afdfd8fe3c5d2002cfba540097c2"><code>60873b1</code></a> Set version number for truth-parent to 1.2.0.</li> <li><a href="https://github.com/google/truth/commit/61d7afb1ab24c1ef9c4f87836c117b87a29470a2"><code>61d7afb</code></a> Bump Guava to 33.0.0.</li> <li><a href="https://github.com/google/truth/commit/cb09b474e6610d5e155436d0f8e4d0c3a36851bb"><code>cb09b47</code></a> Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.0</li> <li><a href="https://github.com/google/truth/commit/5da5e3ff2c209fdf7f13f8d9d1eca3a43950798e"><code>5da5e3f</code></a> Bump org.checkerframework:checker-qual from 3.41.0 to 3.42.0</li> <li><a href="https://github.com/google/truth/commit/fde66327c287bda47dac100dd4dd9b8a4ef2a5eb"><code>fde6632</code></a> Make our nullness checking work with an Android bootclasspath.</li> <li><a href="https://github.com/google/truth/commit/3e125c70428e2c85782803951630e9125aa22775"><code>3e125c7</code></a> Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3</li> <li><a href="https://github.com/google/truth/commit/6464cb5caac4815e4ae9caff99ebdf04c90d09c3"><code>6464cb5</code></a> Add <code>isWithin().of()</code> support to <code>IntegerSubject</code>.</li> <li><a href="https://github.com/google/truth/commit/91f4bdc7992fade6479bfefaabb4e8af186086b7"><code>91f4bdc</code></a> Remove getSuperclass() from the j2kt API, as it's not supported and ideally w...</li> <li><a href="https://github.com/google/truth/commit/d532e91fcc5e8e7338801185c1542027b1adc7b9"><code>d532e91</code></a> Bump org.checkerframework:checker-qual from 3.40.0 to 3.41.0</li> <li><a href="https://github.com/google/truth/commit/04fddbb62bdb0191af7d1d3d2153f33658b57d46"><code>04fddbb</code></a> Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3</li> <li>Additional commits viewable in <a href="https://github.com/google/truth/compare/v1.1.5...v1.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.truth:truth&package-manager=maven&previous-version=1.1.5&new-version=1.2.0)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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 #300 COPYBARA_INTEGRATE_REVIEW=#300 from google:dependabot/maven/com.google.truth-truth-1.2.0 18fc8ac PiperOrigin-RevId: 592582235
- Loading branch information