Skip to content

Commit

Permalink
Update dependency com.google.testparameterinjector:test-parameter-inj…
Browse files Browse the repository at this point in the history
…ector to v1.16 (#1368)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[com.google.testparameterinjector:test-parameter-injector](https://github.com/google/testparameterinjector)
| dependencies | minor | `1.15` -> `1.16` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>google/testparameterinjector
(com.google.testparameterinjector:test-parameter-injector)</summary>

###
[`v1.16`](https://github.com/google/testparameterinjector/blob/HEAD/CHANGELOG.md#116)

- Deprecated
[`TestParameter.TestParameterValuesProvider`](https://google.github.io/TestParameterInjector/docs/latest/com/google/testing/junit/testparameterinjector/TestParameter.TestParameterValuesProvider.html)
in favor of its newer version
[`TestParameterValuesProvider`](https://google.github.io/TestParameterInjector/docs/latest/com/google/testing/junit/testparameterinjector/TestParameterValuesProvider.html).
- Added support for repeated annotations to
[`TestParameterValuesProvider.Context`](https://google.github.io/TestParameterInjector/docs/latest/com/google/testing/junit/testparameterinjector/TestParameterValuesProvider.Context.html)
- Converting incorrectly YAML-parsed booleans back to their enum values
when possible
- Support enum aliases (defined as static fields on the enum), and in
particular
    Protocol Buffer enum aliases
- When generating test names for enum values, the enum name is used
instead of
    its `toString()` method.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjYuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMyNi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
  • Loading branch information
slack-oss-bot authored Apr 28, 2024
1 parent 6d70c62 commit b8c0d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ skie = "0.6.4"
spotless = "6.23.3"
sqldelight = "2.0.2"
telephoto = "0.10.0"
testParameterInjector = "1.15"
testParameterInjector = "1.16"
turbine = "1.1.0"
versionsPlugin = "0.49.0"

Expand Down

0 comments on commit b8c0d19

Please sign in to comment.