Skip to content

Commit 937c560

Browse files
dependabot[bot]liangxingguang
authored andcommitted
chore(deps): bump co.elastic.clients:elasticsearch-java from 9.3.0 to 9.3.2 (agentscope-ai#868)
Bumps [co.elastic.clients:elasticsearch-java](https://github.com/elastic/elasticsearch-java) from 9.3.0 to 9.3.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/elastic/elasticsearch-java/releases">co.elastic.clients:elasticsearch-java's releases</a>.</em></p> <blockquote> <h2>v9.3.2</h2> <h2>What's Changed</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/elastic/elasticsearch-java/compare/v9.3.1...v9.3.2">https://github.com/elastic/elasticsearch-java/compare/v9.3.1...v9.3.2</a></p> <h2>v9.3.1</h2> <h2>What's Changed</h2> <p>Fixes wrong type changes introduced in 9.3.0, check the <a href="https://www.elastic.co/docs/release-notes/elasticsearch/clients/java/known-issues#known-issues-9-3-0">known issues</a> page for more information. Bug originally reported in <a href="https://redirect.github.com/elastic/elasticsearch-java/issues/1161">elastic/elasticsearch-java#1161</a>.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/elastic/elasticsearch-java/compare/v9.3.0...v9.3.1">https://github.com/elastic/elasticsearch-java/compare/v9.3.0...v9.3.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/elastic/elasticsearch-java/commit/f9da81ab7db0289da5479be82cdccf813d370d95"><code>f9da81a</code></a> [codegen] update to latest spec (<a href="https://redirect.github.com/elastic/elasticsearch-java/issues/1176">#1176</a>)</li> <li><a href="https://github.com/elastic/elasticsearch-java/commit/312b38be2798c3b5bc06fd3b72a1d5539ab89304"><code>312b38b</code></a> fix size calculation in bulk ingester (<a href="https://redirect.github.com/elastic/elasticsearch-java/issues/1167">#1167</a>) (<a href="https://redirect.github.com/elastic/elasticsearch-java/issues/1172">#1172</a>)</li> <li><a href="https://github.com/elastic/elasticsearch-java/commit/27f0801643603bb27ca07e0acb849f6c44f9e864"><code>27f0801</code></a> bump version</li> <li><a href="https://github.com/elastic/elasticsearch-java/commit/17cf12b5939316dcc53a12e8de67fa10d35ded8a"><code>17cf12b</code></a> fix pit unit test</li> <li><a href="https://github.com/elastic/elasticsearch-java/commit/1341b30cfa55e3ba264535c2209e798d818150c9"><code>1341b30</code></a> [codegen] update to latest spec (<a href="https://redirect.github.com/elastic/elasticsearch-java/issues/1162">#1162</a>)</li> <li><a href="https://github.com/elastic/elasticsearch-java/commit/a53a930c57045259b65ec7d8338395924e537d4b"><code>a53a930</code></a> Fix duplicate jakarta.json classes between rest5-client and java-client (<a href="https://redirect.github.com/elastic/elasticsearch-java/issues/115">#115</a>...</li> <li><a href="https://github.com/elastic/elasticsearch-java/commit/a951306c4a90f43c116a70ae656655c9e2d783d1"><code>a951306</code></a> bump version</li> <li>See full diff in <a href="https://github.com/elastic/elasticsearch-java/compare/v9.3.0...v9.3.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=co.elastic.clients:elasticsearch-java&package-manager=maven&previous-version=9.3.0&new-version=9.3.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 40f5033 commit 937c560

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

agentscope-dependencies-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<qdrant.version>1.17.0</qdrant.version>
8585
<milvus.version>2.6.13</milvus.version>
8686
<httpclient5.version>5.6</httpclient5.version>
87-
<elasticsearch.version>9.3.0</elasticsearch.version>
87+
<elasticsearch.version>9.3.2</elasticsearch.version>
8888
<postgresql.version>42.7.9</postgresql.version>
8989
<pgvector.version>0.1.6</pgvector.version>
9090
<pdfbox.version>3.0.6</pdfbox.version>

agentscope-examples/advanced/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>co.elastic.clients</groupId>
4646
<artifactId>elasticsearch-java</artifactId>
47-
<version>9.3.0</version>
47+
<version>9.3.2</version>
4848
</dependency>
4949

5050
<!-- Spring Boot BOM -->

0 commit comments

Comments
 (0)