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.3 #2322

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.3
Bumps com.github.spotbugs from 5.1.4 to 6.1.3.

---
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 28, 2025
commit 7d35dbf8cdd8f3b7290d3745b52e512a6c2c9262
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.3" apply false
id("org.jetbrains.kotlin.android") version "2.1.10" apply false
}