Skip to content

Commit a1b8b7c

Browse files
dependabot[bot]pranikum
authored andcommitted
Bump com.diffplug.spotless from 6.9.1 to 6.10.0 (opensearch-project#4319)
1 parent 58ad7a2 commit a1b8b7c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1010
- Added release notes for 2.2.1 ([#4344](https://github.com/opensearch-project/OpenSearch/pull/4344))
1111
- Label configuration for dependabot PRs ([#4348](https://github.com/opensearch-project/OpenSearch/pull/4348))
1212
- Support for HTTP/2 (server-side) ([#3847](https://github.com/opensearch-project/OpenSearch/pull/3847))
13+
### Dependencies
14+
- Bumps `com.diffplug.spotless` from 6.9.1 to 6.10.0
1315

1416
### Changed
1517
- Dependency updates (httpcore, mockito, slf4j, httpasyncclient, commons-codec) ([#4308](https://github.com/opensearch-project/OpenSearch/pull/4308))
@@ -53,4 +55,4 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
5355

5456

5557
[Unreleased]: https://github.com/opensearch-project/OpenSearch/compare/2.2.0...HEAD
56-
[2.x]: https://github.com/opensearch-project/OpenSearch/compare/2.2.0...2.x
58+
[2.x]: https://github.com/opensearch-project/OpenSearch/compare/2.2.0...2.x

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ plugins {
5555
id 'lifecycle-base'
5656
id 'opensearch.docker-support'
5757
id 'opensearch.global-build-info'
58-
id "com.diffplug.spotless" version "6.9.1" apply false
58+
id "com.diffplug.spotless" version "6.10.0" apply false
5959
id "org.gradle.test-retry" version "1.4.0" apply false
6060
id "test-report-aggregation"
6161
id 'jacoco-report-aggregation'

0 commit comments

Comments
 (0)