Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency com.google.truth:truth to v1.1.5 #1004

Merged
merged 1 commit into from
Jun 28, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 31, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.truth:truth 1.1.3 -> 1.1.5 age adoption passing confidence

Release Notes

google/truth (com.google.truth:truth)

v1.1.5: 1.1.5

  • Updated Truth to depend on Guava 32.0.1. The previous Guava version, 32.0.0, contained a bug under Windows, which did not affect Truth's functionality but could cause problems for people who use Guava's I/O functionality in their codebase. Affected users can already manually update their Guava dependency to 32.0.1, but if they don't depend directly on Guava, they may find it easier to upgrade to this new Truth release instead.
  • Fixed IterableOfProtosSubject to produce a proper failure message instead of NPE when the actual value is null.

v1.1.4: 1.1.4

  • Updated Truth to build with -source 8 -target 8. This means that it no longer runs under Java 7 VMs. It continues to run under Android, even old versions, for all apps that have enabled support for Java 8 language features. (db5db24)
  • Updated Truth to depend on Guava 32.0.0. That release contains changes related to CVEs. Neither of the CVEs relates to any methods that are used by Truth, so this version bump is just about eliminating any warnings related to the old version and helping tools like Maven to select the newest version of Guava. (f8d4dbb, 99b1df8)
  • Added support for value of: method() to expect.that, matching the existing support for assertThat. (bd8efd0)
  • Enhanced IterableSubject.containsAtLeastElementsIn().inOrder() to print an extra line that shows only the expected elements in their actual order. (9da7dd1)
  • Annotated Truth for nullness. (2151add)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested review from a team and zach-klippenstein as code owners May 31, 2023 22:47
@renovate renovate bot force-pushed the renovate/truth branch 9 times, most recently from 3cc80b3 to 7ba6c44 Compare June 12, 2023 18:00
@renovate renovate bot force-pushed the renovate/truth branch 6 times, most recently from f9aa2b0 to 3a5cb44 Compare June 16, 2023 14:40
@renovate renovate bot changed the title Update dependency com.google.truth:truth to v1.1.4 Update dependency com.google.truth:truth to v1.1.5 Jun 18, 2023
@renovate renovate bot force-pushed the renovate/truth branch 10 times, most recently from 3de56ab to 2b055e9 Compare June 22, 2023 23:12
@RBusarow RBusarow enabled auto-merge June 22, 2023 23:25
@renovate renovate bot force-pushed the renovate/truth branch 5 times, most recently from aa50bae to 2fd30e2 Compare June 27, 2023 02:42
auto-merge was automatically disabled June 27, 2023 13:06

Merge queue setting changed

@RBusarow RBusarow enabled auto-merge June 27, 2023 13:07
@RBusarow RBusarow disabled auto-merge June 27, 2023 13:07
@RBusarow RBusarow enabled auto-merge June 27, 2023 13:07
auto-merge was automatically disabled June 27, 2023 14:58

Merge queue setting changed

@renovate renovate bot force-pushed the renovate/truth branch 4 times, most recently from ca5abf4 to 0be59aa Compare June 28, 2023 03:53
@RBusarow RBusarow enabled auto-merge June 28, 2023 04:22
@renovate renovate bot force-pushed the renovate/truth branch from 0be59aa to 0a50656 Compare June 28, 2023 05:14
@renovate renovate bot force-pushed the renovate/truth branch from 0a50656 to 9e38ca2 Compare June 28, 2023 06:17
@RBusarow RBusarow merged commit a4a696c into main Jun 28, 2023
@RBusarow RBusarow deleted the renovate/truth branch June 28, 2023 06:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant