Skip to content

Commit ade9407

Browse files
Merge pull request #1239 from nextcloud/dependabot/gradle/com.github.spotbugs.snom-spotbugs-gradle-plugin-5.2.3
Bump com.github.spotbugs.snom:spotbugs-gradle-plugin from 5.2.2 to 5.2.3
2 parents 475f478 + efe8a22 commit ade9407

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
}
77
dependencies {
88
classpath 'com.android.tools.build:gradle:8.1.2'
9-
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:5.2.2'
9+
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:5.2.3'
1010
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1111
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.3"
1212
classpath "org.jacoco:org.jacoco.core:$jacoco_version"

sample_client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
buildscript {
22
dependencies {
33
classpath 'com.android.tools.build:gradle:8.1.2'
4-
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:5.2.2'
4+
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:5.2.3'
55
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
66
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.3"
77
classpath "commons-httpclient:commons-httpclient:3.1@jar" // remove after entire switch to lib v2

0 commit comments

Comments
 (0)