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

Update dependency io.gitlab.arturbosch.detekt:detekt-gradle-plugin to v1.23.5
This commit is contained in:
Andy Scherzinger 2024-01-31 23:04:40 +01:00 committed by GitHub
commit 890d5d94b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,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.0.7' classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.7'
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.4" classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.5"
classpath "org.jlleitschuh.gradle:ktlint-gradle:12.1.0" classpath "org.jlleitschuh.gradle:ktlint-gradle:12.1.0"
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong