Skip to content

Commit

Permalink
chore: Update dependency com.pinterest.ktlint:ktlint-cli to v1.4.1 (#239
Browse files Browse the repository at this point in the history
)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.pinterest.ktlint:ktlint-cli](https://redirect.github.com/pinterest/ktlint)
| `1.4.0` -> `1.4.1` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.pinterest.ktlint:ktlint-cli/1.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.pinterest.ktlint:ktlint-cli/1.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.pinterest.ktlint:ktlint-cli/1.4.0/1.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.pinterest.ktlint:ktlint-cli/1.4.0/1.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>pinterest/ktlint (com.pinterest.ktlint:ktlint-cli)</summary>

###
[`v1.4.1`](https://redirect.github.com/pinterest/ktlint/blob/HEAD/CHANGELOG.md#141---2024-11-05)

[Compare
Source](https://redirect.github.com/pinterest/ktlint/compare/1.4.0...1.4.1)

##### 🔧 Fixes

- Catch java.lang.NoSuchFieldError when looking for WHEN_ENTRY_GUARD in
kotlin version 2.0.1 -
[#&#8203;2857](https://redirect.github.com/pinterest/ktlint/pull/2857),
by [@&#8203;paul-dingemans](https://redirect.github.com/paul-dingemans)

##### 📦 Dependencies

- chore(deps): update plugin shadow to v8.3.5 -
[#&#8203;2851](https://redirect.github.com/pinterest/ktlint/pull/2851),
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
- fix(deps): update dependency org.jetbrains.kotlin:kotlin-gradle-plugin
to v2.1.0-rc -
[#&#8203;2853](https://redirect.github.com/pinterest/ktlint/pull/2853),
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 9am on Saturday every 1 week"
in timezone Europe/Berlin, 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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/monosoul/jooq-gradle-plugin).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS43LjEiLCJ1cGRhdGVkSW5WZXIiOiIzOS43LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImdyYWRsZS10ZXN0LWRlcGVuZGVuY2llcyJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 9, 2024
1 parent b400ba5 commit 4be2698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ junit-jupiter = { module = "org.junit.jupiter:junit-jupiter" }
strikt = "io.strikt:strikt-jvm:0.34.1"
mockk = "io.mockk:mockk-jvm:1.13.13"

ktlint = "com.pinterest.ktlint:ktlint-cli:1.4.0"
ktlint = "com.pinterest.ktlint:ktlint-cli:1.4.1"

# plugins
gradle-plugin-publish = "com.gradle.publish:plugin-publish-plugin:1.3.0"
Expand Down

0 comments on commit 4be2698

Please sign in to comment.