Skip to content

Commit

Permalink
core: bump com.github.spotbugs from 6.0.9 to 6.1.1 in /core
Browse files Browse the repository at this point in the history
Bumps com.github.spotbugs from 6.0.9 to 6.1.1.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 16, 2025
1 parent d7e5438 commit 0164064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ kotlin-jvm = { id = 'org.jetbrains.kotlin.jvm', version.ref = 'kotlin' }
kotlin-serialization = { id = 'org.jetbrains.kotlin.plugin.serialization', version.ref = 'kotlin' }

# java
spotbugs = { id = 'com.github.spotbugs', version = '6.0.9' }
spotbugs = { id = 'com.github.spotbugs', version = '6.1.1' }
spotless = { id = 'com.diffplug.spotless', version = '6.25.0' }
shadow = { id = 'com.github.johnrengelman.shadow', version = '8.1.1' }
versions = { id = 'com.github.ben-manes.versions', version = '0.51.0' }

0 comments on commit 0164064

Please sign in to comment.