Browse Source

Merge pull request #3479 from nextcloud/dependabot/gradle/com.github.spotbugs.snom-spotbugs-gradle-plugin-5.2.5

Build(deps): Bump com.github.spotbugs.snom:spotbugs-gradle-plugin from 5.2.4 to 5.2.5
Andy Scherzinger 1 year ago
parent
commit
4f4a37e56d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -37,7 +37,7 @@ buildscript {
         classpath 'com.android.tools.build:gradle:8.1.4'
         classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVersion}"
         classpath "org.jetbrains.kotlin:kotlin-serialization:${kotlinVersion}"
-        classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:5.2.4'
+        classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:5.2.5'
         classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.4"
         classpath "org.jlleitschuh.gradle:ktlint-gradle:11.6.1"