diff --git a/CHANGELOG.md b/CHANGELOG.md index 728be79d55..00a999a848 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Bump `derek-ho/start-opensearch` from 7 to 9 ([#5630](https://github.com/opensearch-project/security/pull/5630), [#5679](https://github.com/opensearch-project/security/pull/5679)) - Bump `github/codeql-action` from 3 to 4 ([#5702](https://github.com/opensearch-project/security/pull/5702)) - Bump `com.github.spotbugs` from 6.4.2 to 6.4.4 ([#5727](https://github.com/opensearch-project/security/pull/5727)) +- Bump `com.autonomousapps.build-health` from 3.0.4 to 3.1.0 ([#5726](https://github.com/opensearch-project/security/pull/5726)) ### Documentation diff --git a/settings.gradle b/settings.gradle index 2d9e2b9b4f..e309543ad6 100644 --- a/settings.gradle +++ b/settings.gradle @@ -5,7 +5,7 @@ */ plugins { - id("com.autonomousapps.build-health") version "3.0.4" + id("com.autonomousapps.build-health") version "3.1.0" } rootProject.name = 'opensearch-security'