Skip to content

Commit

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

---
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 10, 2025
1 parent 86129e0 commit 35d158e
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.0' }
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 35d158e

Please sign in to comment.