Skip to content

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

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/com.google.testparameterinjector-test-parameter-injector-1.x
Sep 19, 2026
Merged

renovate[bot] merged 1 commit into
mainfrom
renovate/com.google.testparameterinjector-test-parameter-injector-1.x

Conversation

@renovate

@renovate renovate Bot commented Sep 19, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
com.google.testparameterinjector:test-parameter-injector 1.221.23 age confidence

Release Notes

google/testparameterinjector (com.google.testparameterinjector:test-parameter-injector)

v1.23

  • Kotlin default parameters: Support for interdependent parameters:
@Test
fun rangeIsValid(
      @TestParameter start: Int = testValues(1, 2),
      @TestParameter end: Int = testValuesIn(start..3),
  ) {
  // This test method is run 5 times: (1,1), (1,2), (1,3), (2,2) and (2,3)
}

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot enabled auto-merge (squash) September 19, 2026 02:15
@renovate
renovate Bot merged commit a49db86 into main Sep 19, 2026
5 checks passed
@renovate
renovate Bot deleted the renovate/com.google.testparameterinjector-test-parameter-injector-1.x branch September 19, 2026 02:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants