Merge pull request #4016 from nextcloud/renovate/org.jlleitschuh.gradle-ktlint-gradle-12.x

fix(deps): update dependency org.jlleitschuh.gradle:ktlint-gradle to v12.1.1
This commit is contained in:
github-actions[bot] 2024-07-24 18:17:21 +02:00 committed by GitHub
commit 9be3845c3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@ buildscript {
classpath "org.jetbrains.kotlin:kotlin-serialization:${kotlinVersion}" classpath "org.jetbrains.kotlin:kotlin-serialization:${kotlinVersion}"
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.19' classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.19'
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.6" classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.6"
classpath "org.jlleitschuh.gradle:ktlint-gradle:12.1.0" classpath "org.jlleitschuh.gradle:ktlint-gradle:12.1.1"
classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version" classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version"
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong