Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 13, 2023

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

  • Add support for setting a custom name for a @TestParameter value given via a provider:
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
    )

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.


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

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

@msfjarvis msfjarvis enabled auto-merge (squash) October 13, 2023 17:08
@renovate renovate bot force-pushed the renovate/com.google.testparameterinjector-test-parameter-injector-1.x branch from d15a4b9 to 5fc5eaa Compare October 13, 2023 17:09
@msfjarvis msfjarvis merged commit 9cc044a into develop Oct 13, 2023
@msfjarvis msfjarvis deleted the renovate/com.google.testparameterinjector-test-parameter-injector-1.x branch October 13, 2023 17:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant