Skip to content

Commit

Permalink
Merge pull request #4483 from nextcloud/renovate/org.jlleitschuh.grad…
Browse files Browse the repository at this point in the history
…le-ktlint-gradle-12.x

Update dependency org.jlleitschuh.gradle:ktlint-gradle to v12.1.2
  • Loading branch information
github-actions[bot] authored Nov 25, 2024
2 parents e47b5aa + 5d68401 commit 43a4949
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ buildscript {
classpath "org.jetbrains.kotlin:kotlin-serialization:${kotlinVersion}"
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.26'
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.7"
classpath "org.jlleitschuh.gradle:ktlint-gradle:12.1.1"
classpath "org.jlleitschuh.gradle:ktlint-gradle:12.1.2"
classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version"

// NOTE: Do not place your application dependencies here; they belong
Expand Down
8 changes: 8 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6507,6 +6507,14 @@
<sha256 value="748378699d6028dab55c6cf7e4cc663aa992e9dd2c90c19a3a92dabaf1700d8a" origin="Generated by Gradle" reason="Artifact is not signed"/>
</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" reason="Artifact is not signed"/>
</artifact>
<artifact name="ktlint-gradle-12.1.2.module">
<sha256 value="6079d4cc37b4b49d519e84d82723759805d8d8a8fac1d1566185ae167773517e" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="org.junit" name="junit-bom" version="5.10.2">
<artifact name="junit-bom-5.10.2.pom">
<sha256 value="169dd904a4b0f6520cffe658cc62292bfe9f3c14a989fa92120724cde43a9968" origin="Generated by Gradle"/>
Expand Down

0 comments on commit 43a4949

Please sign in to comment.