Skip to content

Commit

Permalink
chore(deps): Bump com.github.spotbugs:spotbugs-annotations from 4.9.0…
Browse files Browse the repository at this point in the history
… to 4.9.1 in /pbj-core/hiero-dependency-versions (#390)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 11, 2025
1 parent bbf0f5b commit 1112458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pbj-core/hiero-dependency-versions/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ val mockito = "5.15.2"

dependencies.constraints {
api("org.antlr:antlr4-runtime:$antlr") { because("org.antlr.antlr4.runtime") }
api("com.github.spotbugs:spotbugs-annotations:4.9.0") {
api("com.github.spotbugs:spotbugs-annotations:4.9.1") {
because("com.github.spotbugs.annotations")
}

Expand Down

0 comments on commit 1112458

Please sign in to comment.