Skip to content

Update dependency com.google.testparameterinjector:test-parameter-injector to v1.23 - #1104

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

renovate[bot] merged 1 commit into
developfrom
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 force-pushed the renovate/com.google.testparameterinjector-test-parameter-injector-1.x branch from aac70d4 to c5a2a6b Compare September 19, 2026 06:16
@renovate
renovate Bot merged commit f4be55c into develop Sep 19, 2026
4 checks passed
@renovate
renovate Bot deleted the renovate/com.google.testparameterinjector-test-parameter-injector-1.x branch September 19, 2026 09:14
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