diff --git a/CHANGELOG.md b/CHANGELOG.md index 79ee28aaf7d20..c862b02c62f14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Bump `com.netflix.nebula.ospackage-base` from 11.0.0 to 11.2.0 - Bump `org.apache.commons:commons-compress` from 1.22 to 1.23.0 - Bump `com.google.protobuf:protobuf-java` from 3.22.2 to 3.22.3 +- Bump `com.diffplug.spotless` from 6.17.0 to 6.18.0 ### Changed - [CCR] Add getHistoryOperationsFromTranslog method to fetch the history snapshot from translogs ([#3948](https://github.com/opensearch-project/OpenSearch/pull/3948)) @@ -95,4 +96,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Security [Unreleased 3.0]: https://github.com/opensearch-project/OpenSearch/compare/2.x...HEAD -[Unreleased 2.x]: https://github.com/opensearch-project/OpenSearch/compare/2.5...2.x +[Unreleased 2.x]: https://github.com/opensearch-project/OpenSearch/compare/2.5...2.x \ No newline at end of file diff --git a/build.gradle b/build.gradle index ac9474f64559c..7da57fe4a3667 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.17.0" apply false + id "com.diffplug.spotless" version "6.18.0" apply false id "org.gradle.test-retry" version "1.5.2" apply false id "test-report-aggregation" id 'jacoco-report-aggregation'