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.17 (#1611)

This PR contains the following updates:

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

---

> [!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.17`](https://redirect.github.com/google/testparameterinjector/blob/HEAD/CHANGELOG.md#117)

- Added support for parsing `java.time.Duration` from a string. Example:

<!---->

    @&#8203;Test
public void myTest(@&#8203;TestParameter({"1d", "2h20min", "10.5ms"})
Duration duration){...}

</details>

---

### Configuration

📅 **Schedule**: 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.

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OC4wIiwidXBkYXRlZEluVmVyIjoiMzguNTguMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
  • Loading branch information
slack-oss-bot authored Aug 31, 2024
1 parent 677736c commit 9a38868
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 @@ -50,7 +50,7 @@ skie = "0.9.0-RC.3"
spotless = "7.0.0.BETA2"
sqldelight = "2.0.2"
telephoto = "0.13.0"
testParameterInjector = "1.16"
testParameterInjector = "1.17"
turbine = "1.1.0"
versionsPlugin = "0.49.0"

Expand Down

0 comments on commit 9a38868

Please sign in to comment.