Skip to content

Bump co.elastic.clients:elasticsearch-java from 9.2.4 to 9.3.0 in /elasticsearch#91

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/elasticsearch/co.elastic.clients-elasticsearch-java-9.3.0
Open

Bump co.elastic.clients:elasticsearch-java from 9.2.4 to 9.3.0 in /elasticsearch#91
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/elasticsearch/co.elastic.clients-elasticsearch-java-9.3.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 25, 2026

Bumps co.elastic.clients:elasticsearch-java from 9.2.4 to 9.3.0.

Release notes

Sourced from co.elastic.clients:elasticsearch-java's releases.

v9.3.0

What's Changed

Check the official release notes - in particular the breaking changes.

Features and Enhancements (also in the release notes):

Full Changelog: elastic/elasticsearch-java@v9.2.4...v9.3.0

v9.2.5

What's Changed

Full Changelog: elastic/elasticsearch-java@v9.2.4...v9.2.5

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [co.elastic.clients:elasticsearch-java](https://github.com/elastic/elasticsearch-java) from 9.2.4 to 9.3.0.
- [Release notes](https://github.com/elastic/elasticsearch-java/releases)
- [Changelog](https://github.com/elastic/elasticsearch-java/blob/main/CHANGELOG.md)
- [Commits](elastic/elasticsearch-java@v9.2.4...v9.3.0)

---
updated-dependencies:
- dependency-name: co.elastic.clients:elasticsearch-java
  dependency-version: 9.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 25, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 25, 2026 00:23
@github-actions
Copy link

🤖 Claude Code Review

PR Code Review

Summary: This PR bumps co.elastic.clients:elasticsearch-java from 9.2.4 to 9.3.0 in elasticsearch/pom.xml.


Code Quality

  • No commented-out code — The change is a clean version bump.
  • Meaningful variable names — N/A for this change.
  • DRY principle — N/A for this change.
  • Defects / Version mismatchelasticsearch/pom.xml line 78: elasticsearch-rest-client is still pinned at 9.2.4 while elasticsearch-java has been bumped to 9.3.0. These two Elastic client artifacts are typically released together and should be kept at the same version to avoid compatibility issues at runtime.
  • No .lic files or AQAAAD strings detected.
  • CLAUDE.md — The project CLAUDE.md is in build-resources/.claude/CLAUDE.md and contains general, environment-agnostic guidance. No issues.

Testing

  • No test evidence — There are no test file changes included in the diff. For a dependency version bump (especially a minor version bump), there should be evidence that existing tests pass with the new version, or notes in the PR confirming this.

Documentation

  • CHANGELOG.md not updatedCHANGELOG.md has not been updated to reflect this dependency bump. Per project standards (keepachangelog.com), dependency updates should be recorded under a new version entry.
  • README — No README changes needed for a dependency bump.
  • Inline comments — N/A.

Security

  • No hardcoded credentials.
  • No sensitive data.
  • No .lic files or AQAAAD strings.

Summary of Required Changes

Priority Issue Location
High elasticsearch-rest-client is still 9.2.4 — should be bumped to 9.3.0 to match elasticsearch-java elasticsearch/pom.xml:78
Medium CHANGELOG.md not updated with this dependency bump CHANGELOG.md
Low Confirm tests pass with the new dependency version CI/test evidence

Automated code review analyzing defects and coding standards

@kernelsam kernelsam assigned SamMacy and unassigned barrycaceres Mar 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants