Skip to content

Commit 23af8e4

Browse files
Bump me.champeau.gradle.japicmp from 0.4.5 to 0.4.6 in /server (#17375)
* Bump me.champeau.gradle.japicmp from 0.4.5 to 0.4.6 in /server Bumps me.champeau.gradle.japicmp from 0.4.5 to 0.4.6. --- updated-dependencies: - dependency-name: me.champeau.gradle.japicmp dependency-type: direct:production update-type: version-update:semver-patch ... 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> (cherry picked from commit 10fa39d) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6a05e73 commit 23af8e4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1414
- Bump `org.apache.ant:ant` from 1.10.14 to 1.10.15 ([#17288](https://github.com/opensearch-project/OpenSearch/pull/17288))
1515
- Bump netty from 4.1.117.Final to 4.1.118.Final ([#17320](https://github.com/opensearch-project/OpenSearch/pull/17320))
1616
- Bump `reactor_netty` from 1.1.26 to 1.1.27 ([#17322](https://github.com/opensearch-project/OpenSearch/pull/17322))
17+
- Bump `me.champeau.gradle.japicmp` from 0.4.5 to 0.4.6 ([#17375](https://github.com/opensearch-project/OpenSearch/pull/17375))
1718

1819
### Changed
1920
- Convert transport-reactor-netty4 to use gradle version catalog [#17233](https://github.com/opensearch-project/OpenSearch/pull/17233)

server/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ plugins {
3636
id('opensearch.publish')
3737
id('opensearch.internal-cluster-test')
3838
id('opensearch.optional-dependencies')
39-
id('me.champeau.gradle.japicmp') version '0.4.5'
39+
id('me.champeau.gradle.japicmp') version '0.4.6'
4040
}
4141

4242
publishing {

0 commit comments

Comments
 (0)