From db0ca3ab957757aec4ab4cbca72d663e45b6072c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 12:23:25 +0000 Subject: [PATCH] chore(deps): Bump com.github.spotbugs:spotbugs-annotations Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.9.3 to 4.9.8. - [Release notes](https://github.com/spotbugs/spotbugs/releases) - [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md) - [Commits](https://github.com/spotbugs/spotbugs/compare/4.9.3...4.9.8) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-version: 4.9.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pbj-core/hiero-dependency-versions/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbj-core/hiero-dependency-versions/build.gradle.kts b/pbj-core/hiero-dependency-versions/build.gradle.kts index 8afb65d2..ec4259c3 100644 --- a/pbj-core/hiero-dependency-versions/build.gradle.kts +++ b/pbj-core/hiero-dependency-versions/build.gradle.kts @@ -20,7 +20,7 @@ dependencies { api(platform("io.netty:netty-bom:4.2.6.Final")) } dependencies.constraints { api("org.antlr:antlr4-runtime:$antlr") { because("org.antlr.antlr4.runtime") } - api("com.github.spotbugs:spotbugs-annotations:4.9.3") { + api("com.github.spotbugs:spotbugs-annotations:4.9.8") { because("com.github.spotbugs.annotations") }