Skip to content

Bump elasticsearch.version from 8.19.15 to 9.4.3#670

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/elasticsearch.version-9.4.3
Open

Bump elasticsearch.version from 8.19.15 to 9.4.3#670
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/elasticsearch.version-9.4.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 2, 2026

Copy link
Copy Markdown
Contributor

Bumps elasticsearch.version from 8.19.15 to 9.4.3.
Updates co.elastic.clients:elasticsearch-java from 8.19.15 to 9.4.3

Release notes

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

v9.4.3

What's Changed

Small breaking change for TextIndexPrefixes:

  • maxChars from int to Integer (now optional)
  • minChars from int to Integer (now optional)

it shouldn't be a breaking change in practice, because the server always returns a default values for these fields.

Full Changelog: elastic/elasticsearch-java@v9.4.2...v9.4.3

v9.4.2

What's Changed

Log bug fix: #1239 thank you @​raynigon

Full Changelog: elastic/elasticsearch-java@v9.4.1...v9.4.2

v9.4.1

What's Changed

Full Changelog: elastic/elasticsearch-java@v9.4.0...v9.4.1

v9.4.0

What's Changed

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

Full Changelog: elastic/elasticsearch-java@v9.3.4...v9.4.0

v9.3.7

What's Changed

Small breaking change for TextIndexPrefixes:

  • maxChars from int to Integer (now optional)
  • minChars from int to Integer (now optional)

it shouldn't be a breaking change in practice, because the server always returns a default values for these fields.

Full Changelog: elastic/elasticsearch-java@v9.3.6...v9.3.7

v9.3.6

What's Changed

Full Changelog: elastic/elasticsearch-java@v9.3.5...v9.3.6

v9.3.5

What's Changed

Log bug fix: #1239 thank you @​raynigon

... (truncated)

Commits

Updates org.elasticsearch.client:elasticsearch-rest-client from 8.19.15 to 9.4.3

Release notes

Sourced from org.elasticsearch.client:elasticsearch-rest-client's releases.

Elasticsearch 9.4.3

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.4.3-release-notes

Elasticsearch 9.4.2

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.4.2-release-notes

Elasticsearch 9.4.1

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.4.1-release-notes

Elasticsearch 9.4.0

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.4.0-release-notes

Elasticsearch 9.3.7

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.3.7-release-notes

Elasticsearch 9.3.6

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.3.6-release-notes

Elasticsearch 9.3.5

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.3.5-release-notes

Elasticsearch 9.3.4

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.3.4-release-notes

Elasticsearch 9.3.3

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.3.3-release-notes

Elasticsearch 9.3.2

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.3.2-release-notes

Elasticsearch 9.3.1

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.3.1-release-notes

Elasticsearch 9.3.0

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.3.0-release-notes

Elasticsearch 9.2.8

Downloads: https://elastic.co/downloads/elasticsearch

... (truncated)

Commits
  • 45f6a06 Mute org.elasticsearch.TransportVersionTests testPatchVersionsStillAvailable ...
  • f204eba Bump versions after 8.19.17 release
  • a73a95f Prune changelogs after 9.3.6 release
  • 936db66 Bump versions after 9.3.6 release
  • 717af85 Fix DivTests overflow in scalar/vector division (#152110)
  • 4742608 Revert "[ML] Add extra validation in trained_model creation (#150227)" (#1520...
  • 1ff065e Mute org.elasticsearch.cluster.routing.allocation.decider.WriteLoadConstraint...
  • d67c2a6 Upgrade Apache Iceberg to 1.10.2 (#151664) (#152058)
  • ed25ad3 Fix non-monotonic T-Digest centroids caused by floating-point errors (#151979...
  • a8d59d7 [9.4] Fix flaky SearchWithRandomDisconnectsIT.testSearchWithRandomDisconnects...
  • Additional commits viewable in compare view

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 `elasticsearch.version` from 8.19.15 to 9.4.3.

Updates `co.elastic.clients:elasticsearch-java` from 8.19.15 to 9.4.3
- [Release notes](https://github.com/elastic/elasticsearch-java/releases)
- [Changelog](https://github.com/elastic/elasticsearch-java/blob/main/CHANGELOG.md)
- [Commits](elastic/elasticsearch-java@v8.19.15...v9.4.3)

Updates `org.elasticsearch.client:elasticsearch-rest-client` from 8.19.15 to 9.4.3
- [Release notes](https://github.com/elastic/elasticsearch/releases)
- [Changelog](https://github.com/elastic/elasticsearch/blob/main/docs/changelog.yml)
- [Commits](elastic/elasticsearch@v8.19.15...v9.4.3)

---
updated-dependencies:
- dependency-name: co.elastic.clients:elasticsearch-java
  dependency-version: 9.4.3
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: org.elasticsearch.client:elasticsearch-rest-client
  dependency-version: 9.4.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Jul 2, 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.

0 participants