duckie-team / quack-quack-android

β˜• A highly automated, excellent stability, well-tested, flexibly pluggable, and Modifier-driven Jetpack Compose design system.
https://quackquack.duckie.team/android
MIT License
112 stars 9 forks source link

fix(deps): update dependency com.google.testparameterinjector:test-parameter-injector to v1.13 #860

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.testparameterinjector:test-parameter-injector 1.12 -> 1.13 age adoption passing confidence

Release Notes

google/testparameterinjector (com.google.testparameterinjector:test-parameter-injector) ### [`v1.13`](https://togithub.com/google/testparameterinjector/blob/HEAD/CHANGELOG.md#113) - Add support for setting a custom name for a `@TestParameter` value given via a provider: ```java private static final class FruitProvider implements TestParameterValuesProvider { @​Override public List provideValues() { return ImmutableList.of( value(new Apple()).withName("apple"), value(new Banana()).withName("banana")); } } ``` - Add support for `BigInteger` and `UnsignedLong` - JUnit4: Fix for interrupted test cases causing random failures with thread reuse (porting [the earlier fix in JUnit4](https://togithub.com/junit-team/junit4/issues/1365))

Configuration

πŸ“… Schedule: Branch creation - "before 4am" in timezone Asia/Seoul, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

β™» 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 has been generated by Mend Renovate. View repository job log here.