From 4ab7f5e7c89193acc590445d7077fcd08ed21112 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 09:29:28 +0000 Subject: [PATCH] build(deps): bump com.github.spotbugs:spotbugs-annotations Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.9.2 to 4.9.3. - [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.2...4.9.3) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-version: 4.9.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- hiero-dependency-versions/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hiero-dependency-versions/build.gradle.kts b/hiero-dependency-versions/build.gradle.kts index 527ebd4bc..0b5aea519 100644 --- a/hiero-dependency-versions/build.gradle.kts +++ b/hiero-dependency-versions/build.gradle.kts @@ -20,7 +20,7 @@ dependencies.constraints { val testContainersVersion = "1.20.6" api("com.github.luben:zstd-jni:1.5.7-1") { because("com.github.luben.zstd_jni") } - api("com.github.spotbugs:spotbugs-annotations:4.9.2") { + api("com.github.spotbugs:spotbugs-annotations:4.9.3") { because("com.github.spotbugs.annotations") } api("com.google.auto.service:auto-service-annotations:1.1.1") {