dependabot[bot] opened a new pull request, #803: URL: https://github.com/apache/syncope/pull/803
Bumps [org.opensearch.client:opensearch-java](https://github.com/opensearch-project/opensearch-java) from 2.12.0 to 2.13.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/opensearch-project/opensearch-java/releases">org.opensearch.client:opensearch-java's releases</a>.</em></p> <blockquote> <h2>v2.13.0</h2> <h2>What's Changed</h2> <ul> <li>[AUTO] Increment version to 2.13.0. by <a href="https://github.com/opensearch-trigger-bot"><code>@opensearch-trigger-bot</code></a> in <a href="https://redirect.github.com/opensearch-project/opensearch-java/pull/1096">opensearch-project/opensearch-java#1096</a></li> <li>Added bwc version of <code>searchAfter</code> which accepts <code>FieldValue</code>s by <a href="https://github.com/Xtansia"><code>@Xtansia</code></a> in <a href="https://redirect.github.com/opensearch-project/opensearch-java/pull/1105">opensearch-project/opensearch-java#1105</a></li> <li>[Backport 2.x] Default normalizer deserialization to custom type when unspecified by <a href="https://github.com/opensearch-trigger-bot"><code>@opensearch-trigger-bot</code></a> in <a href="https://redirect.github.com/opensearch-project/opensearch-java/pull/1114">opensearch-project/opensearch-java#1114</a></li> <li>[Backport 2.x] Fixed deserialization of SearchRequest when <code>_source</code> is an array by <a href="https://github.com/opensearch-trigger-bot"><code>@opensearch-trigger-bot</code></a> in <a href="https://redirect.github.com/opensearch-project/opensearch-java/pull/1118">opensearch-project/opensearch-java#1118</a></li> <li>[Backport 2.x] Use own copy of PercentCodec for URI path encoding by <a href="https://github.com/Xtansia"><code>@Xtansia</code></a> in <a href="https://redirect.github.com/opensearch-project/opensearch-java/pull/1119">opensearch-project/opensearch-java#1119</a></li> <li>Prepare changelog for 2.13.0 release in 2.x by <a href="https://github.com/Xtansia"><code>@Xtansia</code></a> in <a href="https://redirect.github.com/opensearch-project/opensearch-java/pull/1121">opensearch-project/opensearch-java#1121</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/opensearch-project/opensearch-java/compare/v2.12.0...v2.13.0">https://github.com/opensearch-project/opensearch-java/compare/v2.12.0...v2.13.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/opensearch-project/opensearch-java/blob/v2.13.0/CHANGELOG.md">org.opensearch.client:opensearch-java's changelog</a>.</em></p> <blockquote> <h2>[2.13.0] - 08/01/2024</h2> <h3>Added</h3> <ul> <li>Added <code>searchAfterVals</code> to <code>SearchRequest</code> to allow passing arbitrary <code>FieldValue</code>s to <code>search_after</code> (<a href="https://redirect.github.com/opensearch-project/opensearch-java/pull/1105">#1105</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Changed URL path encoding to own implementation adapted from Apache HTTP Client 5's (<a href="https://redirect.github.com/opensearch-project/opensearch-java/pull/1109">#1109</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fixed error when deserializing a normalizer without 'type' (<a href="https://redirect.github.com/opensearch-project/opensearch-java/pull/1111">#1111</a>)</li> <li>Fixed deserialization of SearchRequest when <code>_source</code> is an array (<a href="https://redirect.github.com/opensearch-project/opensearch-java/pull/1117">#1117</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/opensearch-project/opensearch-java/commit/3762c37b0b13e2fd82646e36976c5150093d4be6"><code>3762c37</code></a> Prepare changelog for 2.13.0 release (<a href="https://redirect.github.com/opensearch-project/opensearch-java/issues/1121">#1121</a>)</li> <li><a href="https://github.com/opensearch-project/opensearch-java/commit/74668e1b4cd2303c638630dbb9cf4643962a57cd"><code>74668e1</code></a> [Backport 2.x] Use own copy of PercentCodec for URI path encoding (<a href="https://redirect.github.com/opensearch-project/opensearch-java/issues/1119">#1119</a>)</li> <li><a href="https://github.com/opensearch-project/opensearch-java/commit/3324f59d2682670c3ed96bf30ac14e38aabb20e0"><code>3324f59</code></a> Fixed deserialization of SearchRequest when <code>_source</code> is an array (<a href="https://redirect.github.com/opensearch-project/opensearch-java/issues/1117">#1117</a>) (<a href="https://redirect.github.com/opensearch-project/opensearch-java/issues/1">#1</a>...</li> <li><a href="https://github.com/opensearch-project/opensearch-java/commit/c0efd41a4cf6d8b30c29cdd10316fdadd1c579ff"><code>c0efd41</code></a> Default normalizer deserialization to custom type when unspecified (<a href="https://redirect.github.com/opensearch-project/opensearch-java/issues/1111">#1111</a>) (#...</li> <li><a href="https://github.com/opensearch-project/opensearch-java/commit/725dbd33be18a8d1f4a03df1085e22462c626777"><code>725dbd3</code></a> Added bwc version of <code>searchAfter</code> which accepts <code>FieldValue</code>s (<a href="https://redirect.github.com/opensearch-project/opensearch-java/issues/1105">#1105</a>)</li> <li><a href="https://github.com/opensearch-project/opensearch-java/commit/57e5a7979cb8d5d94a36b1413d130c0aecfe8f6e"><code>57e5a79</code></a> Increment version to 2.13.0 (<a href="https://redirect.github.com/opensearch-project/opensearch-java/issues/1096">#1096</a>)</li> <li>See full diff in <a href="https://github.com/opensearch-project/opensearch-java/compare/v2.12.0...v2.13.0">compare view</a></li> </ul> </details> <br /> [](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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@syncope.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org