From 2a7e49e177ac5ff63604a1b3f5e50a3a54114332 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 03:08:51 +0000 Subject: [PATCH] Bump com.github.spotbugs:spotbugs-annotations from 4.9.4 to 4.9.5 Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.9.4 to 4.9.5. - [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.4...4.9.5) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-version: 4.9.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dependencyManagement/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencyManagement/build.gradle.kts b/dependencyManagement/build.gradle.kts index 319d1af351e..33d80b26995 100644 --- a/dependencyManagement/build.gradle.kts +++ b/dependencyManagement/build.gradle.kts @@ -70,7 +70,7 @@ val DEPENDENCIES = listOf( "io.opentelemetry.contrib:opentelemetry-jfr-connection:${otelContribVersion}-alpha", "io.opentelemetry.contrib:opentelemetry-runtime-attach-core:${otelContribVersion}-alpha", "com.google.code.findbugs:jsr305:3.0.2", - "com.github.spotbugs:spotbugs-annotations:4.9.4" + "com.github.spotbugs:spotbugs-annotations:4.9.5" ) javaPlatform {