Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

deps: bump com.google.truth:truth from 1.4.2 to 1.4.5#1959

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
dependabot wants to merge1 commit intogrpc-experimental
base:grpc-experimental
Choose a base branch
Loading
fromdependabot/maven/grpc-experimental/com.google.truth-truth-1.4.5

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubSep 10, 2025
edited
Loading

Bumpscom.google.truth:truth from 1.4.2 to 1.4.5.

Release notes

Sourced fromcom.google.truth:truth's releases.

1.4.5

  • Changed assertions likeassertThat(nullMap).isEmpty() to fail with a useful failure message instead of throwingNullPointerException (and similarly for other "bogus" values, such as negative sizes). (da5d6e96f)
  • Made Kotlin'sisInstanceOf(Int::class.java) (and Java'sisInstanceOf(int.class)) a valid way to check forInt/Integer instances. (974ef195b)
  • ImprovedisWithin to pretty-print numbers in its failure messages. (de785536d, 07318c23e)
  • Improved some assertions that print class names to print simpler names (e.g.,Integer instead ofjava.lang.Integer). (0ba72d60fdb384aa97da03e2403a6757f63bf129)
  • ChangedExpectFailure to never generate "value of" lines based on bytecode. This slightly simplifies writing new tests withExpectFailure and prevents future behavior changes in someExpectFailure tests that already exist. However, it may also require changes to other existingExpectFailure tests to remove or change any assertions about the "value of" line. (3caa0e845)
  • Our AndroidminSdkVersion 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)
  • Changed our GWT/J2CL artifact to omit usages of@NullMarked. This was making all our types non-null in those environments, since we don't yet use@Nullable in the GWT/J2CL artifact. (6392d37e7)

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 avoida warning under--release 8. (e107aeadc)
  • Improved the failure message formatches to conditionally suggest usingcontainsMatch. (7e9fc7aec)

1.4.3

Known Issue for at least some builds targeting Java 8, fixed in1.4.4: "unknown enum constant ElementType.MODULE":google/truth#1320. As far as we know, this is only a warning, so it should cause practical problems only if you use-Werror or you perform reflection on@NullMarked under a Java 8 runtime.

  • Added more nullness information to our APIs (in the form ofJSpecify annotations). This could lead to additional warnings (or even errors) for users of Kotlin and other nullness checkers. Pleasereport any problems. (ee680cbaf)
  • DeprecatedSubject.Factory methods 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)). (59e7a5065)
Commits
  • 0c43ea0 Set version number for truth-parent to 1.4.5.
  • 24b5a31 Fix TODO style.
  • 7261f72 MakeActualValueInference see through casts and also recognize some of Kotl...
  • 3caa0e8 InExpectFailure, never generate "value of" lines based on bytecode.
  • a29e1b2 Attempt to fix Javadoc snapshots:
  • 3a0cf9a Bump the github-actions group with 2 updates
  • 3053945 Use the standard parameter name ("expected") inMultimapSubject.isEqualTo.
  • 079b919 Add a TODO tocontainsNoDuplicates.
  • b515e71 Show only the duplicate keys in the exception message, not all keys.
  • 534518e Don't bother to explicitly set [publishingServerId](https://central.sonatyp...
  • Additional commits viewable incompare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting@dependabot rebase.


Dependabot commands and options

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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [com.google.truth:truth](https://github.com/google/truth) from 1.4.2 to 1.4.5.- [Release notes](https://github.com/google/truth/releases)- [Commits](google/truth@v1.4.2...v1.4.5)---updated-dependencies:- dependency-name: com.google.truth:truth  dependency-version: 1.4.5  dependency-type: direct:production  update-type: version-update:semver-patch...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added dependenciesPull requests that update a dependency file javaPull requests that update Java code labelsSep 10, 2025
@dependabotdependabotbot requested a review froma team as acode ownerSeptember 10, 2025 16:17
@dependabotdependabotbot added the javaPull requests that update Java code labelSep 10, 2025
@dependabotdependabotbot requested review froma team ascode ownersSeptember 10, 2025 16:17
@product-auto-labelproduct-auto-labelbot added size: xsPull request size is extra small. api: datastoreIssues related to the googleapis/java-datastore API. labelsSep 10, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

api: datastoreIssues related to the googleapis/java-datastore API.dependenciesPull requests that update a dependency filejavaPull requests that update Java codesize: xsPull request size is extra small.

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

0 participants


[8]ページ先頭

©2009-2025 Movatter.jp