Skip to content

Commit

Permalink
Bump truth from 1.1.4 to 1.1.5
Browse files Browse the repository at this point in the history
Bumps [truth](https://github.com/google/truth) from 1.1.4 to 1.1.5.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/google/truth/commit/33387149b465f82712a817e6744847fe136949b3"><code>3338714</code></a> Set version number for truth-parent to 1.1.5.</li>
<li><a href="https://github.com/google/truth/commit/bf913b072cfda4d4fca9e90fb6fc25eed1a9e67d"><code>bf913b0</code></a> Bump actions/checkout from 3.5.2 to 3.5.3</li>
<li><a href="https://github.com/google/truth/commit/d75d0b6a082df43751adececda0a6256bbe60c16"><code>d75d0b6</code></a> Fix NPE when actual is null</li>
<li><a href="https://github.com/google/truth/commit/70523e2980e236f4a852cda259ed62f05c1cd584"><code>70523e2</code></a> Bump guava.android.version from 32.0.0-android to 32.0.1-android</li>
<li><a href="https://github.com/google/truth/commit/76812768d72bb07ea2c8dec0026378b6fc9f2e6b"><code>7681276</code></a> Bump maven-project-info-reports-plugin from 3.4.4 to 3.4.5</li>
<li><a href="https://github.com/google/truth/commit/3b73756bf7eda3c44fd2c24edda3f119626bdd48"><code>3b73756</code></a> Bump maven-surefire-plugin from 3.1.0 to 3.1.2</li>
<li><a href="https://github.com/google/truth/commit/012dc2fb5be2ebdf53dd553868ca2a8828c2a907"><code>012dc2f</code></a> Bump checker-qual from 3.34.0 to 3.35.0</li>
<li><a href="https://github.com/google/truth/commit/80d1996f281e4b83e8662617b4ec2da34e058591"><code>80d1996</code></a> Bump protobuf-java from 3.23.1 to 3.23.2</li>
<li><a href="https://github.com/google/truth/commit/f3f5ab00c572d51eb87f1ba99aace1b532644463"><code>f3f5ab0</code></a> Bump maven-gpg-plugin from 3.0.1 to 3.1.0</li>
<li><a href="https://github.com/google/truth/commit/7d0c7966a095c291612d399b800d34e096d19bed"><code>7d0c796</code></a> Remove old release script.</li>
<li>See full diff in <a href="https://github.com/google/truth/compare/v1.1.4...v1.1.5">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.4&new-version=1.1.5)](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 #252

COPYBARA_INTEGRATE_REVIEW=#252 from google:dependabot/maven/com.google.truth-truth-1.1.5 5757ecf
PiperOrigin-RevId: 541926753
  • Loading branch information
dependabot[bot] authored and Jimfs Team committed Jun 20, 2023
1 parent d9890e7 commit b75f865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit b75f865

Please sign in to comment.