Skip to content

Commit

Permalink
Update dependency com.github.ajalt.clikt:clikt-jvm to v3.5.4 (#758)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.github.ajalt.clikt:clikt-jvm](https://github.com/ajalt/clikt) |
`3.5.2` -> `3.5.4` |
[![age](https://badges.renovateapi.com/packages/maven/com.github.ajalt.clikt:clikt-jvm/3.5.4/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/maven/com.github.ajalt.clikt:clikt-jvm/3.5.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/maven/com.github.ajalt.clikt:clikt-jvm/3.5.4/compatibility-slim/3.5.2)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/maven/com.github.ajalt.clikt:clikt-jvm/3.5.4/confidence-slim/3.5.2)](https://docs.renovatebot.com/merge-confidence/)
|

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>ajalt/clikt</summary>

###
[`v3.5.4`](https://github.com/ajalt/clikt/blob/HEAD/CHANGELOG.md#&#8203;354)

[Compare Source](https://github.com/ajalt/clikt/compare/3.5.3...3.5.4)

##### Fixed

-   Revert jvm jars to target Java 8

###
[`v3.5.3`](https://github.com/ajalt/clikt/blob/HEAD/CHANGELOG.md#&#8203;353)

[Compare Source](https://github.com/ajalt/clikt/compare/3.5.2...3.5.3)

##### Changed

-   Updated Kotlin to 1.8.22

##### Fixed

- Context is now set properly on NoSuchOption exceptions when thrown
from subcommands.
([#&#8203;399](https://github.com/ajalt/clikt/issues/399))
- When `treatUnknownOptionsAsArgs` is true, grouped unknown short
options will now be treated as arguments rather than reporting an error.

</details>

---

### 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.

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/ZacSweers/CatchUp).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMzEuMCIsInVwZGF0ZWRJblZlciI6IjM1LjEzMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 20, 2023
1 parent 5831834 commit da3aa51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sarif-filter.main.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env kotlin
@file:DependsOn("com.github.ajalt.clikt:clikt-jvm:3.5.2")
@file:DependsOn("com.github.ajalt.clikt:clikt-jvm:3.5.4")
@file:DependsOn("com.squareup.moshi:moshi:1.15.0")
@file:DependsOn("com.squareup.moshi:moshi-kotlin:1.15.0")

Expand Down

0 comments on commit da3aa51

Please sign in to comment.