Skip to content

Commit efe8a22

Browse files
Bump com.github.spotbugs.snom:spotbugs-gradle-plugin from 5.2.2 to 5.2.3
Bumps [com.github.spotbugs.snom:spotbugs-gradle-plugin](https://github.com/spotbugs/spotbugs-gradle-plugin) from 5.2.2 to 5.2.3. - [Release notes](https://github.com/spotbugs/spotbugs-gradle-plugin/releases) - [Commits](spotbugs/spotbugs-gradle-plugin@5.2.2...5.2.3) --- updated-dependencies: - dependency-name: com.github.spotbugs.snom:spotbugs-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 475f478 commit efe8a22

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)