From b73e384822b312c7b6c134b236247a4f479bc10c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 03:14:45 +0000 Subject: [PATCH] Bump com.github.spotbugs:spotbugs-annotations from 4.10.1 to 4.10.2 Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.10.1 to 4.10.2. - [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.10.1...4.10.2) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-version: 4.10.2 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 ec642de81f..d5d161c567 100644 --- a/dependencyManagement/build.gradle.kts +++ b/dependencyManagement/build.gradle.kts @@ -72,7 +72,7 @@ val DEPENDENCIES = listOf( "io.opentelemetry.contrib:opentelemetry-jfr-connection:${otelContribAlphaVersion}", "io.opentelemetry.contrib:opentelemetry-runtime-attach-core:${otelContribAlphaVersion}", "com.google.code.findbugs:jsr305:3.0.2", - "com.github.spotbugs:spotbugs-annotations:4.10.1" + "com.github.spotbugs:spotbugs-annotations:4.10.2" ) javaPlatform {