chore(deps): Update dependency com.google.truth:truth to v1.4.5#82
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): Update dependency com.google.truth:truth to v1.4.5#82renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/truth
branch
from
July 12, 2024 22:37
4ce1785 to
ec3eac9
Compare
renovate
Bot
force-pushed
the
renovate/truth
branch
from
November 18, 2024 21:37
ec3eac9 to
8b84c2d
Compare
renovate
Bot
force-pushed
the
renovate/truth
branch
from
August 10, 2025 13:12
8b84c2d to
16f2ebb
Compare
renovate
Bot
force-pushed
the
renovate/truth
branch
from
September 10, 2025 17:04
16f2ebb to
a2144ac
Compare
renovate
Bot
force-pushed
the
renovate/truth
branch
from
October 9, 2025 10:03
a2144ac to
d3ca7b4
Compare
renovate
Bot
force-pushed
the
renovate/truth
branch
from
October 21, 2025 16:12
d3ca7b4 to
724f2ee
Compare
renovate
Bot
force-pushed
the
renovate/truth
branch
from
December 30, 2025 12:46
724f2ee to
6c97125
Compare
renovate
Bot
force-pushed
the
renovate/truth
branch
from
March 13, 2026 15:12
6c97125 to
be52a20
Compare
renovate
Bot
force-pushed
the
renovate/truth
branch
from
April 8, 2026 17:58
be52a20 to
a6c2a00
Compare
renovate
Bot
force-pushed
the
renovate/truth
branch
from
April 21, 2026 21:48
a6c2a00 to
fb845c6
Compare
renovate
Bot
force-pushed
the
renovate/truth
branch
from
July 16, 2026 19:35
fb845c6 to
b3ecc03
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.4.2→1.4.5Release Notes
google/truth (com.google.truth:truth)
v1.4.5: 1.4.5assertThat(nullMap).isEmpty()to fail with a useful failure message instead of throwingNullPointerException(and similarly for other "bogus" values, such as negative sizes). (da5d6e9)isInstanceOf(Int::class.java)(and Java'sisInstanceOf(int.class)) a valid way to check forInt/Integerinstances. (974ef19)isWithinto pretty-print numbers in its failure messages. (de78553,07318c2)Integerinstead ofjava.lang.Integer). (0ba72d6)ExpectFailureto never generate "value of" lines based on bytecode. This slightly simplifies writing new tests withExpectFailureand prevents future behavior changes in someExpectFailuretests that already exist. However, it may also require changes to other existingExpectFailuretests to remove or change any assertions about the "value of" line. (3caa0e8)minSdkVersionis now 23 (Marshmallow). This follows the minimum of Google's foundational Android libraries, and we expect it to have no practical impact on users. (c85c75c)@NullMarked. This was making all our types non-null in those environments, since we don't yet use@Nullablein the GWT/J2CL artifact. (6392d37)v1.4.4@NullMarkedannotation from individual classes up to the package to avoid a warning under--release 8. (e107aea)matchesto conditionally suggest usingcontainsMatch. (7e9fc7a)v1.4.3: 1.4.3Known Issue for at least some builds targeting Java 8, fixed in 1.4.4: "unknown enum constant ElementType.MODULE": #1320. As far as we know, this is only a warning, so it should cause practical problems only if you use
-Werroror you perform reflection on@NullMarkedunder a Java 8 runtime.ee680cb)Subject.Factorymethods for Java 8 types. We won't remove them, but you can simplify your code by migrating off them: Just replaceassertAbout(foos()).that(foo)withassertThat(foo)(orabout(foos()).that(foo)withthat(foo)). (59e7a50)Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.