cashapp / licensee

Gradle plugin which validates the licenses of your dependency graph match what you expect
https://cashapp.github.io/licensee/docs/1.x/
Apache License 2.0
612 stars 28 forks source link

Update dependency com.google.testparameterinjector:test-parameter-injector to v1.13 #259

Closed renovate[bot] closed 8 months ago

renovate[bot] commented 8 months 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

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


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 - 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.

🔕 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.