Bump org.elasticsearch.client:elasticsearch-rest-client from 9.2.4 to 9.3.0 in /elasticsearch#92
Conversation
Bumps [org.elasticsearch.client:elasticsearch-rest-client](https://github.com/elastic/elasticsearch) from 9.2.4 to 9.3.0. - [Release notes](https://github.com/elastic/elasticsearch/releases) - [Changelog](https://github.com/elastic/elasticsearch/blob/main/CHANGELOG.md) - [Commits](elastic/elasticsearch@v9.2.4...v9.3.0) --- updated-dependencies: - dependency-name: org.elasticsearch.client:elasticsearch-rest-client dependency-version: 9.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
🤖 Claude Code ReviewCode ReviewPR: Bump Code Quality✅ No commented-out code — the change is clean. ✅ DRY / Meaningful names — not applicable to a version bump. ❌ Defect — Version mismatch between paired Elasticsearch libraries
<!-- Line ~78 -->
<artifactId>elasticsearch-java</artifactId>
<version>9.2.4</version> ← still on 9.2.4
<!-- Line ~82 (changed in this PR) -->
<artifactId>elasticsearch-rest-client</artifactId>
<version>9.3.0</version> ← bumped to 9.3.0
Pre-existing issue (not introduced here, but worth noting): Testing❌ No tests exist in the repository — there are no unit or integration tests at all. This predates this PR, but the lack of tests means there is no automated validation that the version bump doesn't break functionality. Test coverage is effectively 0%. Documentation❌ CHANGELOG.md not updated — dependency version bumps should be recorded in the changelog. The current ## [Unreleased]
### Changed
- Bump `org.elasticsearch.client:elasticsearch-rest-client` from 9.2.4 to 9.3.0Security✅ No hardcoded credentials ✅ No ✅ No sensitive data Summary
Primary concern: The version mismatch between
|
Bumps org.elasticsearch.client:elasticsearch-rest-client from 9.2.4 to 9.3.0.
Release notes
Sourced from org.elasticsearch.client:elasticsearch-rest-client's releases.
Commits
17b451dMute org.elasticsearch.compute.operator.topn.TopNOomRaceTests testRace {repea...5d290c9Round sinh result in spec tests (#141403) (#141465)b08716eMute org.elasticsearch.xpack.inference.integration.AuthorizationTaskExecutorI...e5d84bfFix yamlCompatibility for unmaintained previous major (#141390) (#141449)d3dfce1[Test] Set explicit heap size in DebPreservationTests to prevent oom-killed f...87fc26eThis reduces the default sampling rate for traces in ES and disables reportin...20ea8d6[CI] Enforce resolving mrjar jdk toolchains when building vm images (#141351)...e2b841b[CI] Fix flakyness in build artifacts collecting (#141313) (#141405)1184017[9.3] Addmax_batch_sizesetting to EIS sparse service settings (#141185) (...7378e2brest-api-spec: fix knn_search visibility (#141356) (#141378)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)