Skip to content

Commit

Permalink
Merge pull request #11868 from nextcloud/dependabot/gradle/com.github…
Browse files Browse the repository at this point in the history
….spotbugs.snom-spotbugs-gradle-plugin-5.1.1

Build(deps): Bump com.github.spotbugs.snom:spotbugs-gradle-plugin from 5.1.0 to 5.1.1
  • Loading branch information
AndyScherzinger authored Aug 4, 2023
2 parents e1480f3 + e140c55 commit b29829f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import org.gradle.internal.jvm.Jvm
buildscript {
dependencies {
classpath "com.android.tools.build:gradle:$androidPluginVersion"
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:5.1.0'
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:5.1.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.1"
classpath "commons-httpclient:commons-httpclient:3.1@jar" // remove after entire switch to lib v2
Expand Down

0 comments on commit b29829f

Please sign in to comment.