From 9aa6cabf6b7c8c673bddd7c4cd192d664d35645d Mon Sep 17 00:00:00 2001 From: Andriy Redko Date: Mon, 20 Feb 2023 12:15:38 -0500 Subject: [PATCH] Bump com.diffplug.spotless from 6.11.0 to 6.15.0 (#6379) (#6385) * Bump com.diffplug.spotless from 6.11.0 to 6.15.0 Bumps com.diffplug.spotless from 6.11.0 to 6.15.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-type: direct:production update-type: version-update:semver-minor ... * Update changelog --------- (cherry picked from commit d528eb0e2dddeddfdd7d60f00776f03b1d85ff3f) Signed-off-by: dependabot[bot] Signed-off-by: Andriy Redko Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] --- CHANGELOG.md | 3 ++- build.gradle | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8769b0b29894b..537804347d991 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,7 +36,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Bumps `azure-core-http-netty` from 1.12.7 to 1.12.8 ([#6304](https://github.com/opensearch-project/OpenSearch/pull/6304)) - Bumps `com.azure:azure-storage-common` from 12.18.1 to 12.19.3 ([#6304](https://github.com/opensearch-project/OpenSearch/pull/6304)) - Bumps `reactor-netty-http` from 1.0.24 to 1.1.2 ([#6309](https://github.com/opensearch-project/OpenSearch/pull/6309)) - +- Bumps `com.diffplug.spotless` from 6.10.0 to 6.15.0 ([#6385](https://github.com/opensearch-project/OpenSearch/pull/6385)) + ### Changed - Use ReplicationFailedException instead of OpensearchException in ReplicationTarget ([#4725](https://github.com/opensearch-project/OpenSearch/pull/4725)) - [Refactor] Use local opensearch.common.SetOnce instead of lucene's utility class ([#5947](https://github.com/opensearch-project/OpenSearch/pull/5947)) diff --git a/build.gradle b/build.gradle index 0c15a962073a8..4f432bc100678 100644 --- a/build.gradle +++ b/build.gradle @@ -54,7 +54,7 @@ plugins { id 'lifecycle-base' id 'opensearch.docker-support' id 'opensearch.global-build-info' - id "com.diffplug.spotless" version "6.11.0" apply false + id "com.diffplug.spotless" version "6.15.0" apply false id "org.gradle.test-retry" version "1.5.1" apply false id "test-report-aggregation" id 'jacoco-report-aggregation'