Skip to content

Commit 954991b

Browse files
dependabot[bot]austintlee
authored andcommitted
Bump com.diffplug.spotless from 6.17.0 to 6.18.0 (opensearch-project#7290)
* 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] <support@github.com> * Update changelog Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
1 parent 7db5e52 commit 954991b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
4444
- Bump `com.netflix.nebula.ospackage-base` from 11.0.0 to 11.2.0
4545
- Bump `org.apache.commons:commons-compress` from 1.22 to 1.23.0
4646
- Bump `com.google.protobuf:protobuf-java` from 3.22.2 to 3.22.3
47+
- Bump `com.diffplug.spotless` from 6.17.0 to 6.18.0
4748

4849
### Changed
4950
- [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/),
9596
### Security
9697

9798
[Unreleased 3.0]: https://github.com/opensearch-project/OpenSearch/compare/2.x...HEAD
98-
[Unreleased 2.x]: https://github.com/opensearch-project/OpenSearch/compare/2.5...2.x
99+
[Unreleased 2.x]: https://github.com/opensearch-project/OpenSearch/compare/2.5...2.x

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ plugins {
5353
id 'lifecycle-base'
5454
id 'opensearch.docker-support'
5555
id 'opensearch.global-build-info'
56-
id "com.diffplug.spotless" version "6.17.0" apply false
56+
id "com.diffplug.spotless" version "6.18.0" apply false
5757
id "org.gradle.test-retry" version "1.5.2" apply false
5858
id "test-report-aggregation"
5959
id 'jacoco-report-aggregation'

0 commit comments

Comments
 (0)