Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump com.github.spotbugs from 5.1.4 to 6.1.2 #2303

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump com.github.spotbugs from 5.1.4 to 6.1.2
Bumps com.github.spotbugs from 5.1.4 to 6.1.2.

---
updated-dependencies:
- dependency-name: com.github.spotbugs
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Jan 17, 2025
commit 42cc82ea418fc37bcd3ecf7d2196f7106ac913c7
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

plugins {
id("com.android.application") version "8.8.0" apply false
id("com.github.spotbugs") version "5.1.4" apply false
id("com.github.spotbugs") version "6.1.2" apply false
id("org.jetbrains.kotlin.android") version "2.1.0" apply false
}