Merge pull request #4753 from nextcloud/renovate/io.gitlab.arturbosch.detekt-detekt-gradle-plugin-1.x

fix(deps): update dependency io.gitlab.arturbosch.detekt:detekt-gradle-plugin to v1.23.8
This commit is contained in:
github-actions[bot] 2025-02-21 16:41:03 +00:00 committed by GitHub
commit 810a1eade8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@ buildscript {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVersion}" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVersion}"
classpath "org.jetbrains.kotlin:kotlin-serialization:${kotlinVersion}" classpath "org.jetbrains.kotlin:kotlin-serialization:${kotlinVersion}"
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.1.5' classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.1.5'
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.7" classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.8"
classpath "org.jlleitschuh.gradle:ktlint-gradle:12.1.2" classpath "org.jlleitschuh.gradle:ktlint-gradle:12.1.2"
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files // in the individual module build.gradle files