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

Update androidx.test and friends #1022

Merged
merged 1 commit into from
Jul 13, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 24, 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
androidx.test.ext:junit 1.1.5 -> 1.2.1 age adoption passing confidence
androidx.test:runner 1.5.2 -> 1.6.1 age adoption passing confidence
androidx.test:rules 1.5.0 -> 1.6.1 age adoption passing confidence
androidx.test:core 1.5.0 -> 1.6.1 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/androidx.test-and-friends branch 4 times, most recently from 73aa6ec to 2c6b948 Compare June 27, 2024 15:42
@renovate renovate bot force-pushed the renovate/androidx.test-and-friends branch 5 times, most recently from a95cd36 to ff8b3b9 Compare July 9, 2024 19:17
@renovate renovate bot force-pushed the renovate/androidx.test-and-friends branch from ff8b3b9 to a2a26aa Compare July 12, 2024 22:59
@RBusarow RBusarow enabled auto-merge (rebase) July 13, 2024 20:36
@RBusarow RBusarow merged commit 8883615 into main Jul 13, 2024
17 checks passed
@RBusarow RBusarow deleted the renovate/androidx.test-and-friends branch July 13, 2024 20:36
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