Skip to content

Commit 8ab82a0

Browse files
Bump com.github.spotbugs:spotbugs-annotations from 4.9.0 to 4.9.3 in /test/framework (#17922)
* Bump com.github.spotbugs:spotbugs-annotations in /test/framework Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.9.0 to 4.9.3. - [Release notes](https://github.com/spotbugs/spotbugs/releases) - [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md) - [Commits](spotbugs/spotbugs@4.9.0...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] <[email protected]> * Update changelog Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2bd3e3d commit 8ab82a0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1212
### Changed
1313

1414
### Dependencies
15+
- Bump `com.github.spotbugs:spotbugs-annotations` from 4.9.0 to 4.9.3 ([#17922](https://github.com/opensearch-project/OpenSearch/pull/17922))
1516

1617
### Changed
1718

test/framework/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies {
5454
api "org.bouncycastle:bcutil-fips:${versions.bouncycastle_util}"
5555

5656
compileOnly project(":libs:agent-sm:bootstrap")
57-
compileOnly "com.github.spotbugs:spotbugs-annotations:4.9.0"
57+
compileOnly "com.github.spotbugs:spotbugs-annotations:4.9.3"
5858

5959
annotationProcessor "org.apache.logging.log4j:log4j-core:${versions.log4j}"
6060
}

0 commit comments

Comments
 (0)