From 03a93039b6b8125696a9b9f02dd00881e6108147 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 16:04:20 +0000 Subject: [PATCH 1/2] Bump com.diffplug.spotless from 6.17.0 to 6.18.0 Bumps com.diffplug.spotless from 6.17.0 to 6.18.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' From d052f2e78ba3c8ae9eeb4e1cc247c3fea5a1e3c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 24 Apr 2023 16:09:08 +0000 Subject: [PATCH 2/2] Update changelog Signed-off-by: dependabot[bot] --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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