Skip to content

chore(deps): Update dependency com.google.truth:truth to v1.4.4 #39

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

Merged
merged 1 commit into from
Aug 25, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 27, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

v1.4.4

  • Annotated the rest of the main package for nullness, and moved the @NullMarked annotation from individual classes up to the package to avoid a warning under --release 8. (e107aea)
  • Improved the failure message for matches to conditionally suggest using containsMatch. (7e9fc7a)

v1.4.3: 1.4.3

  • Added more nullness information to our APIs (in the form of JSpecify annotations). This could lead to additional warnings (or even errors) for users of Kotlin and other nullness checkers. Please report any problems. (ee680cb)
  • Deprecated Subject.Factory methods for Java 8 types. We won't remove them, but you can simplify your code by migrating off them: Just replace assertAbout(foos()).that(foo) with assertThat(foo) (or about(foos()).that(foo) with that(foo)). (59e7a50)

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 was generated by Mend Renovate. View the repository job log.

Copy link

github-actions bot commented Jun 27, 2024

Test Results

16 tests  ±0   16 ✅ ±0   7s ⏱️ -1s
 5 suites ±0    0 💤 ±0 
 5 files   ±0    0 ❌ ±0 

Results for commit 59607d4. ± Comparison against base commit 0f1155f.

♻️ This comment has been updated with latest results.

@renovate renovate bot force-pushed the renovate/truth branch from 353d7c6 to bce2bf9 Compare July 12, 2024 22:24
@renovate renovate bot changed the title chore(deps): Update dependency com.google.truth:truth to v1.4.3 chore(deps): Update dependency com.google.truth:truth to v1.4.4 Jul 12, 2024
@renovate renovate bot force-pushed the renovate/truth branch from bce2bf9 to 59607d4 Compare August 25, 2024 06:14
@Citymonstret Citymonstret merged commit f9d7068 into master Aug 25, 2024
5 checks passed
@Citymonstret Citymonstret deleted the renovate/truth branch August 25, 2024 06:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant