dependabot[bot] opened a new pull request, #16669:
URL: https://github.com/apache/pinot/pull/16669

   Bumps [com.uber:h3](https://github.com/uber/h3-java) from 4.1.1 to 4.3.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/uber/h3-java/releases";>com.uber:h3's 
releases</a>.</em></p>
   <blockquote>
   <h2>4.3.0</h2>
   <p>All notable changes to this project will be documented in this file.
   This project adheres to a <a 
href="https://github.com/uber/h3-java/blob/HEAD/docs/versioning.md";>versioning 
policy</a>.</p>
   <p>The public API of this library consists of the public functions declared 
in
   file <a 
href="https://github.com/uber/h3-java/blob/HEAD/src/main/java/com/uber/h3core/H3Core.java";>H3Core.java</a>,
 and support
   for the Linux x64 and Darwin x64 platforms.</p>
   <h2>[4.3.0] - 2025-06-26</h2>
   <h3>Added</h3>
   <ul>
   <li><code>polygonToCellsExperimental</code> functions from H3 v4.2.0. (<a 
href="https://redirect.github.com/uber/h3-java/issues/163";>#163</a>)</li>
   <li><code>gridRing</code> function from H3 v4.3.0. (<a 
href="https://redirect.github.com/uber/h3-java/issues/169";>#169</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Corrected order of <code>polygonToCellsExperimental</code> arguments. 
(<a href="https://redirect.github.com/uber/h3-java/issues/166";>#166</a>)</li>
   <li>Fixed build on ARM Linux. (<a 
href="https://redirect.github.com/uber/h3-java/issues/162";>#162</a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Converted build system to Gradle and automated deploys. Added separate 
build steps for mac OS on M1 (ARM) and x64. (<a 
href="https://redirect.github.com/uber/h3-java/issues/167";>#167</a>, <a 
href="https://redirect.github.com/uber/h3-java/issues/168";>#168</a>)</li>
   <li>Upgraded the core library to v4.2.1. (<a 
href="https://redirect.github.com/uber/h3-java/issues/165";>#165</a>)</li>
   </ul>
   <h2>[4.1.2] - 2024-11-01</h2>
   <p>Note: This release is not available in Maven Central.</p>
   <h3>Fixed</h3>
   <ul>
   <li>Fixed a memory leak in <code>polygonToCells</code> and optimize JNI 
calls. (<a 
href="https://redirect.github.com/uber/h3-java/issues/150";>#150</a>)</li>
   <li>Use <code>Files.createTempFile</code> so temporary file permissions are 
more restrictive. (<a 
href="https://redirect.github.com/uber/h3-java/issues/141";>#141</a>)</li>
   <li>Fixed a potential segfault in <code>cellsToMultiPolygon</code> on error. 
(<a href="https://redirect.github.com/uber/h3-java/issues/129";>#129</a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Optimize JNI calls. (<a 
href="https://redirect.github.com/uber/h3-java/issues/154";>#154</a>)</li>
   <li>Added JNI config and tests for native image. (<a 
href="https://redirect.github.com/uber/h3-java/issues/153";>#153</a>, <a 
href="https://redirect.github.com/uber/h3-java/issues/155";>#155</a>)</li>
   <li>Bumped dockcross versions (<a 
href="https://redirect.github.com/uber/h3-java/issues/151";>#151</a>, <a 
href="https://redirect.github.com/uber/h3-java/issues/152";>#152</a>)</li>
   <li>Upgrade Guava test dependency. (<a 
href="https://redirect.github.com/uber/h3-java/issues/146";>#146</a>)</li>
   <li>Test Java 22. (<a 
href="https://redirect.github.com/uber/h3-java/issues/144";>#144</a>)</li>
   </ul>
   <h2>[4.1.1] - 2023-02-03</h2>
   <p>The changelog for this release is the same as v4.1.0. The release was run 
again due to an issue with the release process.</p>
   <h2>[4.1.0] - 2023-01-19</h2>
   <h3>Added</h3>
   <ul>
   <li><code>cellToChildPos</code> and <code>childPosToCell</code> functions. 
(<a href="https://redirect.github.com/uber/h3-java/issues/121";>#121</a>)</li>
   <li>Made the <code>cellToChildrenSize</code> function public. (<a 
href="https://redirect.github.com/uber/h3-java/issues/121";>#121</a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Upgraded the core library to v4.1.0. (<a 
href="https://redirect.github.com/uber/h3-java/issues/121";>#121</a>)</li>
   <li>Release artifacts are now built in Github Actions. (<a 
href="https://redirect.github.com/uber/h3-java/issues/124";>#124</a>)</li>
   </ul>
   <h2>[4.0.2] - 2022-09-21</h2>
   <h3>Changed</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/uber/h3-java/blob/master/CHANGELOG.md";>com.uber:h3's 
changelog</a>.</em></p>
   <blockquote>
   <h2>[4.3.0] - 2025-06-26</h2>
   <h3>Added</h3>
   <ul>
   <li><code>polygonToCellsExperimental</code> functions from H3 v4.2.0. (<a 
href="https://redirect.github.com/uber/h3-java/issues/163";>#163</a>)</li>
   <li><code>gridRing</code> function from H3 v4.3.0. (<a 
href="https://redirect.github.com/uber/h3-java/issues/169";>#169</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Corrected order of <code>polygonToCellsExperimental</code> arguments. 
(<a href="https://redirect.github.com/uber/h3-java/issues/166";>#166</a>)</li>
   <li>Fixed build on ARM Linux. (<a 
href="https://redirect.github.com/uber/h3-java/issues/162";>#162</a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Converted build system to Gradle and automated deploys. Added separate 
build steps for mac OS on M1 (ARM) and x64. (<a 
href="https://redirect.github.com/uber/h3-java/issues/167";>#167</a>, <a 
href="https://redirect.github.com/uber/h3-java/issues/168";>#168</a>)</li>
   <li>Upgraded the core library to v4.2.1. (<a 
href="https://redirect.github.com/uber/h3-java/issues/165";>#165</a>)</li>
   </ul>
   <h2>[4.1.2] - 2024-11-01</h2>
   <p>Note: This release is not available in Maven Central.</p>
   <h3>Fixed</h3>
   <ul>
   <li>Fixed a memory leak in <code>polygonToCells</code> and optimize JNI 
calls. (<a 
href="https://redirect.github.com/uber/h3-java/issues/150";>#150</a>)</li>
   <li>Use <code>Files.createTempFile</code> so temporary file permissions are 
more restrictive. (<a 
href="https://redirect.github.com/uber/h3-java/issues/141";>#141</a>)</li>
   <li>Fixed a potential segfault in <code>cellsToMultiPolygon</code> on error. 
(<a href="https://redirect.github.com/uber/h3-java/issues/129";>#129</a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Optimize JNI calls. (<a 
href="https://redirect.github.com/uber/h3-java/issues/154";>#154</a>)</li>
   <li>Added JNI config and tests for native image. (<a 
href="https://redirect.github.com/uber/h3-java/issues/153";>#153</a>, <a 
href="https://redirect.github.com/uber/h3-java/issues/155";>#155</a>)</li>
   <li>Bumped dockcross versions (<a 
href="https://redirect.github.com/uber/h3-java/issues/151";>#151</a>, <a 
href="https://redirect.github.com/uber/h3-java/issues/152";>#152</a>)</li>
   <li>Upgrade Guava test dependency. (<a 
href="https://redirect.github.com/uber/h3-java/issues/146";>#146</a>)</li>
   <li>Test Java 22. (<a 
href="https://redirect.github.com/uber/h3-java/issues/144";>#144</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/uber/h3-java/commit/92055e3b43712f36cb753f4b2d32c9bd4cc0cc08";><code>92055e3</code></a>
 vanniktech: fix javadoc dependency (<a 
href="https://redirect.github.com/uber/h3-java/issues/177";>#177</a>)</li>
   <li><a 
href="https://github.com/uber/h3-java/commit/fd41055f20e9be933b91e474f21d1187bcee6f8a";><code>fd41055</code></a>
 vanniktech publish plugin (<a 
href="https://redirect.github.com/uber/h3-java/issues/176";>#176</a>)</li>
   <li><a 
href="https://github.com/uber/h3-java/commit/52eb3e2b6aa9e6c49bcb98ec096814fba5a74f58";><code>52eb3e2</code></a>
 Update build.gradle URLs (<a 
href="https://redirect.github.com/uber/h3-java/issues/175";>#175</a>)</li>
   <li><a 
href="https://github.com/uber/h3-java/commit/780060d22e7414fdbd7c8732bba7823241bf244f";><code>780060d</code></a>
 fix release version for v4.3.0 (<a 
href="https://redirect.github.com/uber/h3-java/issues/173";>#173</a>)</li>
   <li><a 
href="https://github.com/uber/h3-java/commit/c563830342b0bbec57ea8e736c85a28d5c029b79";><code>c563830</code></a>
 Add release workflow (<a 
href="https://redirect.github.com/uber/h3-java/issues/168";>#168</a>)</li>
   <li><a 
href="https://github.com/uber/h3-java/commit/5590ed2bf3cdc4d5968b7c3de7978754a815c283";><code>5590ed2</code></a>
 Revert &quot;Release 4.3.0 isaacbrodsky (<a 
href="https://redirect.github.com/uber/h3-java/issues/171";>#171</a>)&quot; (<a 
href="https://redirect.github.com/uber/h3-java/issues/172";>#172</a>)</li>
   <li><a 
href="https://github.com/uber/h3-java/commit/94550f5e264e189e9197d8c757b5294cd064e864";><code>94550f5</code></a>
 Release 4.3.0 isaacbrodsky (<a 
href="https://redirect.github.com/uber/h3-java/issues/171";>#171</a>)</li>
   <li><a 
href="https://github.com/uber/h3-java/commit/e83574fad6d9364d041168d6f842f1308c75666e";><code>e83574f</code></a>
 Update README.md tip banner (<a 
href="https://redirect.github.com/uber/h3-java/issues/170";>#170</a>)</li>
   <li><a 
href="https://github.com/uber/h3-java/commit/f3809db72872972c6dcc86a1534c2dc9af55675a";><code>f3809db</code></a>
 Upgrade to h3 4.3.0 (<a 
href="https://redirect.github.com/uber/h3-java/issues/169";>#169</a>)</li>
   <li><a 
href="https://github.com/uber/h3-java/commit/6cfc7ad961f6d76d8911d1237f6c8ff8b02b5c40";><code>6cfc7ad</code></a>
 Convert build system to Gradle (<a 
href="https://redirect.github.com/uber/h3-java/issues/167";>#167</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/uber/h3-java/compare/v4.1.1...v4.3.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.uber:h3&package-manager=maven&previous-version=4.1.1&new-version=4.3.0)](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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to