chore(deps): update plugin ktlint to v12.1.2 (#4771)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | org.jlleitschuh.gradle.ktlint | `12.1.1` -> `12.1.2` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.jlleitschuh.gradle.ktlint:org.jlleitschuh.gradle.ktlint.gradle.plugin/12.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.jlleitschuh.gradle.ktlint:org.jlleitschuh.gradle.ktlint.gradle.plugin/12.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.jlleitschuh.gradle.ktlint:org.jlleitschuh.gradle.ktlint.gradle.plugin/12.1.1/12.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jlleitschuh.gradle.ktlint:org.jlleitschuh.gradle.ktlint.gradle.plugin/12.1.1/12.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/tuskyapp/Tusky). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
e1787bce72
commit
9fb4e03ba7
|
@ -60,7 +60,7 @@ google-ksp = "com.google.devtools.ksp:2.0.21-1.0.28"
|
|||
hilt-android = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
|
||||
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
||||
kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }
|
||||
ktlint = "org.jlleitschuh.gradle.ktlint:12.1.1"
|
||||
ktlint = "org.jlleitschuh.gradle.ktlint:12.1.2"
|
||||
|
||||
[libraries]
|
||||
android-material = { module = "com.google.android.material:material", version.ref = "material" }
|
||||
|
|
|
@ -12396,11 +12396,24 @@
|
|||
<sha256 value="748378699d6028dab55c6cf7e4cc663aa992e9dd2c90c19a3a92dabaf1700d8a" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="org.jlleitschuh.gradle" name="ktlint-gradle" version="12.1.2">
|
||||
<artifact name="ktlint-gradle-12.1.2.jar">
|
||||
<sha256 value="8a1dcadb7087be4beb158e4cf77cc4d430084382ac8a5d8c3706ac620a7b329c" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
<artifact name="ktlint-gradle-12.1.2.module">
|
||||
<sha256 value="6079d4cc37b4b49d519e84d82723759805d8d8a8fac1d1566185ae167773517e" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="org.jlleitschuh.gradle.ktlint" name="org.jlleitschuh.gradle.ktlint.gradle.plugin" version="12.1.1">
|
||||
<artifact name="org.jlleitschuh.gradle.ktlint.gradle.plugin-12.1.1.pom">
|
||||
<sha256 value="5a99bee1b84a692595f2df151b5055305ec94a978959612f7b94ada3fb0aa6d8" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="org.jlleitschuh.gradle.ktlint" name="org.jlleitschuh.gradle.ktlint.gradle.plugin" version="12.1.2">
|
||||
<artifact name="org.jlleitschuh.gradle.ktlint.gradle.plugin-12.1.2.pom">
|
||||
<sha256 value="f7520a60cf92f22d0281ee1aabda833d7f686e8c1d88018411db6041dd439a6e" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="org.jspecify" name="jspecify" version="0.3.0">
|
||||
<artifact name="jspecify-0.3.0.jar">
|
||||
<sha256 value="e1c7e1832b6095fcfcbe57485700c7330d53d4e57e2c5bbf9c71819b02e978be" origin="Generated by Gradle"/>
|
||||
|
|
Loading…
Reference in New Issue