From 4be26988ec5bdf0393c92ac499c9217f570b8635 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 00:07:59 +0000 Subject: [PATCH] chore: Update dependency com.pinterest.ktlint:ktlint-cli to v1.4.1 (#239) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
pinterest/ktlint (com.pinterest.ktlint:ktlint-cli) ### [`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 - [#​2857](https://redirect.github.com/pinterest/ktlint/pull/2857), by [@​paul-dingemans](https://redirect.github.com/paul-dingemans) ##### 📦 Dependencies - chore(deps): update plugin shadow to v8.3.5 - [#​2851](https://redirect.github.com/pinterest/ktlint/pull/2851), by [@​renovate](https://redirect.github.com/renovate)\[bot] - fix(deps): update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v2.1.0-rc - [#​2853](https://redirect.github.com/pinterest/ktlint/pull/2853), by [@​renovate](https://redirect.github.com/renovate)\[bot]
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.versions.toml b/libs.versions.toml index 7338f71..4174e9f 100644 --- a/libs.versions.toml +++ b/libs.versions.toml @@ -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"