diff --git a/CHANGELOG.md b/CHANGELOG.md index ebd6403eefeff..6ec8eca0ac42d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -105,6 +105,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Bump `com.netflix.nebula:gradle-extra-configurations-plugin` from 9.0.0 to 10.0.0 in /buildSrc ([#7068](https://github.com/opensearch-project/OpenSearch/pull/7068)) - Bump `com.google.guava:guava` from 32.0.0-jre to 32.0.1-jre (#8009) - Bump `commons-io:commons-io` from 2.12.0 to 2.13.0 (#8014, #8013) +- Bump `com.diffplug.spotless` from 6.18.0 to 6.19.0 (#8007) ### Changed - Replace jboss-annotations-api_1.2_spec with jakarta.annotation-api ([#7836](https://github.com/opensearch-project/OpenSearch/pull/7836)) diff --git a/build.gradle b/build.gradle index aa0a3ecd96d89..4b188718e5f30 100644 --- a/build.gradle +++ b/build.gradle @@ -53,7 +53,7 @@ plugins { id 'lifecycle-base' id 'opensearch.docker-support' id 'opensearch.global-build-info' - id "com.diffplug.spotless" version "6.18.0" apply false + id "com.diffplug.spotless" version "6.19.0" apply false id "org.gradle.test-retry" version "1.5.3" apply false id "test-report-aggregation" id 'jacoco-report-aggregation'