Skip to content

Commit 3522d91

Browse files
Bump com.github.spotbugs:spotbugs-annotations from 4.9.3 to 4.9.4
Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.9.3 to 4.9.4. - [Release notes](https://github.com/spotbugs/spotbugs/releases) - [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md) - [Commits](spotbugs/spotbugs@4.9.3...4.9.4) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-version: 4.9.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0cb5055 commit 3522d91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ val DEPENDENCIES = listOf(
6969
"io.opentelemetry.contrib:opentelemetry-jfr-connection:${otelContribVersion}-alpha",
7070
"io.opentelemetry.contrib:opentelemetry-runtime-attach-core:${otelContribVersion}-alpha",
7171
"com.google.code.findbugs:jsr305:3.0.2",
72-
"com.github.spotbugs:spotbugs-annotations:4.9.3"
72+
"com.github.spotbugs:spotbugs-annotations:4.9.4"
7373
)
7474

7575
javaPlatform {

0 commit comments

Comments
 (0)