Skip to content

Commit dbc4db7

Browse files
Merge pull request #5961 from nextcloud/renovate/org.jlleitschuh.gradle-ktlint-gradle-14.x
fix(deps): update dependency org.jlleitschuh.gradle:ktlint-gradle to v14.2.0
2 parents eb42474 + 1a85227 commit dbc4db7

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ buildscript {
2626
classpath "org.jetbrains.kotlin:kotlin-serialization:${kotlinVersion}"
2727
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.4.8'
2828
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.8"
29-
classpath "org.jlleitschuh.gradle:ktlint-gradle:14.1.0"
29+
classpath "org.jlleitschuh.gradle:ktlint-gradle:14.2.0"
3030
// NOTE: Do not place your application dependencies here; they belong
3131
// in the individual module build.gradle files
3232
}

gradle/verification-metadata.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27948,6 +27948,14 @@
2794827948
<sha256 value="bc7c14c388abe02b2fbc065646da60260283381bef10643bad448885f2152f4a" origin="Generated by Gradle" reason="Artifact is not signed"/>
2794927949
</artifact>
2795027950
</component>
27951+
<component group="org.jlleitschuh.gradle" name="ktlint-gradle" version="14.2.0">
27952+
<artifact name="ktlint-gradle-14.2.0.jar">
27953+
<sha256 value="58cc481b07bbadd75fd7e73cec34b5773c29d1633c256f2a23e6e678047278dc" origin="Generated by Gradle" reason="Artifact is not signed"/>
27954+
</artifact>
27955+
<artifact name="ktlint-gradle-14.2.0.module">
27956+
<sha256 value="782d173e11496d2414f05190c864f78775f02adb06899cec2feef6d0b7b077b4" origin="Generated by Gradle" reason="Artifact is not signed"/>
27957+
</artifact>
27958+
</component>
2795127959
<component group="org.jsoup" name="jsoup" version="1.12.2">
2795227960
<artifact name="jsoup-1.12.2.jar">
2795327961
<sha256 value="1f9b6f110f498bb5796cbe2cdd36a83ae242619c816821db23ed088a30347b4a" origin="Generated by Gradle"/>

0 commit comments

Comments
 (0)