Skip to content

Commit 2141162

Browse files
fix(deps): update dependency org.jmailen.gradle:kotlinter-gradle to v5.4.0 (#2214)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [org.jmailen.gradle:kotlinter-gradle](https://redirect.github.com/jeremymailen/kotlinter-gradle) | `5.3.0` → `5.4.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.jmailen.gradle:kotlinter-gradle/5.4.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jmailen.gradle:kotlinter-gradle/5.3.0/5.4.0?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>jeremymailen/kotlinter-gradle (org.jmailen.gradle:kotlinter-gradle)</summary> ### [`v5.4.0`](https://redirect.github.com/jeremymailen/kotlinter-gradle/releases/tag/5.4.0) [Compare Source](https://redirect.github.com/jeremymailen/kotlinter-gradle/compare/5.3.0...5.4.0) This release includes full support for: - Gradle 9 - AGP 9 Thanks to [@&#8203;realdadfish](https://redirect.github.com/realdadfish) 🐟 #### What's Changed - Bump actions/checkout from 5 to 6 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;500](https://redirect.github.com/jeremymailen/kotlinter-gradle/pull/500) - Bump org.jmailen.kotlinter from 5.2.0 to 5.3.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;499](https://redirect.github.com/jeremymailen/kotlinter-gradle/pull/499) - Bump actions/upload-artifact from 5 to 6 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;502](https://redirect.github.com/jeremymailen/kotlinter-gradle/pull/502) - Bump com.android.tools.build:gradle from 8.13.1 to 8.13.2 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;503](https://redirect.github.com/jeremymailen/kotlinter-gradle/pull/503) - Bump org.jetbrains.kotlin.jvm from 2.2.21 to 2.3.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;504](https://redirect.github.com/jeremymailen/kotlinter-gradle/pull/504) - Bump org.mockito.kotlin:mockito-kotlin from 6.1.0 to 6.2.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;507](https://redirect.github.com/jeremymailen/kotlinter-gradle/pull/507) - Support AGP9's built-in Kotlin by [@&#8203;realdadfish](https://redirect.github.com/realdadfish) in [#&#8203;509](https://redirect.github.com/jeremymailen/kotlinter-gradle/pull/509) - Make readme release agnostic by [@&#8203;jeremymailen](https://redirect.github.com/jeremymailen) in [#&#8203;510](https://redirect.github.com/jeremymailen/kotlinter-gradle/pull/510) **Full Changelog**: <jeremymailen/kotlinter-gradle@5.3.0...5.4.0> </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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/typesafegithub/github-workflows-kt). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e86d03e commit 2141162

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies {
1313
implementation("io.kotest:kotest-framework-plugin-gradle:6.1.1")
1414

1515
implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.8")
16-
implementation("org.jmailen.gradle:kotlinter-gradle:5.3.0")
16+
implementation("org.jmailen.gradle:kotlinter-gradle:5.4.0")
1717

1818
implementation(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2"))
1919
implementation(("org.jetbrains.kotlinx:kotlinx-coroutines-core"))

0 commit comments

Comments
 (0)