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

Upgrade Truth 1.4.0 -> 1.4.1 #1041

Merged
merged 1 commit into from
Feb 19, 2024
Merged

Upgrade Truth 1.4.0 -> 1.4.1 #1041

merged 1 commit into from
Feb 19, 2024

Conversation

Picnic-Bot
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
Truth compile patch 1.4.0 -> 1.4.1

Release Notes

google/truth (Truth)

v1.4.1: 1.4.1

Compare Source

This release deprecates Truth8.

All its methods have become available on the main Truth class. In most cases, you can migrate your whole project mechanically: git grep -l Truth8 | xargs perl -pi -e 's/\bTruth8\b/Truth/g;'

While we do not plan to delete Truth8, we recommend migrating off it, at least if you static import assertThat: If you do not migrate, such static imports will become ambiguous in Truth 1.4.2, breaking your build.


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

@Picnic-Bot
Copy link
Contributor Author

Picnic-Bot commented Feb 18, 2024

Suggested commit message:

Upgrade Truth 1.4.0 -> 1.4.1 (#1041)

See:
- https://github.com/google/truth/releases/tag/v1.4.1
- https://github.com/google/truth/compare/v1.4.0...v1.4.1

@Stephan202 Stephan202 added this to the 0.16.0 milestone Feb 18, 2024
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@rickie rickie merged commit cd3c2aa into master Feb 19, 2024
14 checks passed
@rickie rickie deleted the renovate/truth-1.x branch February 19, 2024 07:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants