Skip to content

Commit 9cc0669

Browse files
build(deps): bump truth from 1.4.4 to 1.4.5 (#7497)
Bumps `truth` from 1.4.4 to 1.4.5. Updates `com.google.truth:truth` from 1.4.4 to 1.4.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/truth/releases">com.google.truth:truth's releases</a>.</em></p> <blockquote> <h2>1.4.5</h2> <ul> <li>Changed assertions like <code>assertThat(nullMap).isEmpty()</code> to fail with a useful failure message instead of throwing <code>NullPointerException</code> (and similarly for other &quot;bogus&quot; values, such as negative sizes). (da5d6e96f)</li> <li>Made Kotlin's <code>isInstanceOf(Int::class.java)</code> (and Java's <code>isInstanceOf(int.class)</code>) a valid way to check for <code>Int</code>/<code>Integer</code> instances. (974ef195b)</li> <li>Improved <code>isWithin</code> to pretty-print numbers in its failure messages. (de785536d, 07318c23e)</li> <li>Improved some assertions that print class names to print simpler names (e.g., <code>Integer</code> instead of <code>java.lang.Integer</code>). (0ba72d60fdb384aa97da03e2403a6757f63bf129)</li> <li>Changed <code>ExpectFailure</code> to never generate &quot;value of&quot; lines based on bytecode. This slightly simplifies writing new tests with <code>ExpectFailure</code> and prevents future behavior changes in some <code>ExpectFailure</code> tests that already exist. However, it may also require changes to other existing <code>ExpectFailure</code> tests to remove or change any assertions about the &quot;value of&quot; line. (3caa0e845)</li> <li>Our Android <code>minSdkVersion</code> is now 23 (Marshmallow). This follows the minimum of Google's foundational Android libraries, and we expect it to have no practical impact on users. (c85c75cf4)</li> <li>Changed our GWT/J2CL artifact to omit usages of <code>@NullMarked</code>. This was making all our types non-null in those environments, since we don't yet use <code>@nullable</code> in the GWT/J2CL artifact. (6392d37e7)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/truth/commit/0c43ea072f7e8d9a6644db3229cfd3bbc359aaaf"><code>0c43ea0</code></a> Set version number for truth-parent to 1.4.5.</li> <li><a href="https://github.com/google/truth/commit/24b5a310fd899b5554ded8287f33c826f5d7778b"><code>24b5a31</code></a> Fix TODO style.</li> <li><a href="https://github.com/google/truth/commit/7261f72093756a8abcc96882e49273b9b6a063be"><code>7261f72</code></a> Make <code>ActualValueInference</code> see through casts and also recognize some of Kotl...</li> <li><a href="https://github.com/google/truth/commit/3caa0e845575c2c6f17ee62716f7064584b79efb"><code>3caa0e8</code></a> In <code>ExpectFailure</code>, never generate &quot;value of&quot; lines based on bytecode.</li> <li><a href="https://github.com/google/truth/commit/a29e1b252c20e794fae5078dbe9db80157f56c44"><code>a29e1b2</code></a> Attempt to fix Javadoc snapshots:</li> <li><a href="https://github.com/google/truth/commit/3a0cf9a12060323fac2b52db79d929b67cea24e4"><code>3a0cf9a</code></a> Bump the github-actions group with 2 updates</li> <li><a href="https://github.com/google/truth/commit/3053945de044b75dd84159848f17554d370f5aee"><code>3053945</code></a> Use the standard parameter name (&quot;<code>expected</code>&quot;) in <code>MultimapSubject.isEqualTo</code>.</li> <li><a href="https://github.com/google/truth/commit/079b919abcdf2e63ff6bd40402008a92d1d00d09"><code>079b919</code></a> Add a TODO to <code>containsNoDuplicates</code>.</li> <li><a href="https://github.com/google/truth/commit/b515e7107e487365c7671c11b832d906eb7ec93c"><code>b515e71</code></a> Show only the duplicate keys in the exception message, not all keys.</li> <li><a href="https://github.com/google/truth/commit/534518e1e82221cf0dda5e505f3a088d595577e9"><code>534518e</code></a> Don't bother to explicitly set [<code>publishingServerId</code>](<a href="https://central.sonatyp">https://central.sonatyp</a>...</li> <li>Additional commits viewable in <a href="https://github.com/google/truth/compare/v1.4.4...v1.4.5">compare view</a></li> </ul> </details> <br /> Updates `com.google.truth.extensions:truth-liteproto-extension` from 1.4.4 to 1.4.5 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rodrigo Lazo <rlazo@users.noreply.github.com>
1 parent fe9d647 commit 9cc0669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ serialization = "1.7.3"
7070
slf4jNop = "2.0.17"
7171
spotless = "7.0.4"
7272
testServices = "1.6.0"
73-
truth = "1.4.4"
73+
truth = "1.4.5"
7474
truthProtoExtension = "1.0"
7575
wiremockStandalone = "2.26.3"
7676

0 commit comments

Comments
 (0)