diff --git a/CHANGELOG.md b/CHANGELOG.md index 08ffd43d07080..f99e5d19d304a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -84,7 +84,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Bump `actions/checkout` from 4 to 5 ([#19023](https://github.com/opensearch-project/OpenSearch/pull/19023)) - Bump `commons-cli:commons-cli` from 1.9.0 to 1.10.0 ([#19021](https://github.com/opensearch-project/OpenSearch/pull/19021)) - Bump `org.jline:jline` from 3.30.4 to 3.30.5 ([#19013](https://github.com/opensearch-project/OpenSearch/pull/19013)) -- Bump `com.github.spotbugs:spotbugs-annotations` from 4.9.3 to 4.9.6 ([#19015](https://github.com/opensearch-project/OpenSearch/pull/19015), [#19294](https://github.com/opensearch-project/OpenSearch/pull/19294), [#19358](https://github.com/opensearch-project/OpenSearch/pull/19358)) +- Bump `com.github.spotbugs:spotbugs-annotations` from 4.9.3 to 4.9.6 ([#19015](https://github.com/opensearch-project/OpenSearch/pull/19015), [#19294](https://github.com/opensearch-project/OpenSearch/pull/19294), [#19358](https://github.com/opensearch-project/OpenSearch/pull/19358), [#19459](https://github.com/opensearch-project/OpenSearch/pull/19459)) - Bump `com.azure:azure-storage-common` from 12.29.1 to 12.30.2 ([#19016](https://github.com/opensearch-project/OpenSearch/pull/19016), [#19145](https://github.com/opensearch-project/OpenSearch/pull/19145)) - Update OpenTelemetry to 1.53.0 and OpenTelemetry SemConv to 1.34.0 ([#19068](https://github.com/opensearch-project/OpenSearch/pull/19068)) - Bump `1password/load-secrets-action` from 2 to 3 ([#19100](https://github.com/opensearch-project/OpenSearch/pull/19100)) diff --git a/test/framework/build.gradle b/test/framework/build.gradle index 7972307a1e0be..1673326ba7fb3 100644 --- a/test/framework/build.gradle +++ b/test/framework/build.gradle @@ -56,7 +56,7 @@ dependencies { fipsOnly "org.bouncycastle:bcutil-fips:${versions.bouncycastle_util}" compileOnly project(":libs:agent-sm:bootstrap") - compileOnly "com.github.spotbugs:spotbugs-annotations:4.9.5" + compileOnly "com.github.spotbugs:spotbugs-annotations:4.9.6" annotationProcessor "org.apache.logging.log4j:log4j-core:${versions.log4j}" }