dependabot[bot] opened a new pull request, #2047: URL: https://github.com/apache/tika/pull/2047
Bumps `javacpp.version` from 1.5.10 to 1.5.11. Updates `org.bytedeco:javacpp` from 1.5.10 to 1.5.11 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bytedeco/javacpp/releases">org.bytedeco:javacpp's releases</a>.</em></p> <blockquote> <h2>JavaCPP 1.5.11</h2> <h3>November 16, 2024 version 1.5.11</h3> <ul> <li>Fix <code>Generator</code> flakiness caused by calls to <code>Class.getDeclaredMethods()</code> ([pull <a href="https://redirect.github.com/bytedeco/javacpp/issues/784">#784</a>](<a href="https://redirect.github.com/bytedeco/javacpp/pull/784">bytedeco/javacpp#784</a>))</li> <li>Add minimal mappings for <code>std::chrono</code> from C++11 ([pull <a href="https://redirect.github.com/bytedeco/javacpp/issues/766">#766</a>](<a href="https://redirect.github.com/bytedeco/javacpp/pull/766">bytedeco/javacpp#766</a>))</li> <li>Let <code>Parser</code> annotate Java constructors with <code>@Deprecated</code> when appropriate ([pull <a href="https://redirect.github.com/bytedeco/javacpp/issues/757">#757</a>](<a href="https://redirect.github.com/bytedeco/javacpp/pull/757">bytedeco/javacpp#757</a>))</li> <li>Add to <code>InfoMap.defaults</code> more names that are reserved in Java, but not in C++ ([pull <a href="https://redirect.github.com/bytedeco/javacpp/issues/757">#757</a>](<a href="https://redirect.github.com/bytedeco/javacpp/pull/757">bytedeco/javacpp#757</a>))</li> <li>Bundle <code>libomp</code> from Visual Studio to fix presets using OpenMP on Windows ([pull <a href="https://redirect.github.com/bytedeco/javacpp/issues/755">#755</a>](<a href="https://redirect.github.com/bytedeco/javacpp/pull/755">bytedeco/javacpp#755</a>))</li> <li>Fix inconsistencies when using <code>@Platform(inherit=..., library=...)</code> together ([pull <a href="https://redirect.github.com/bytedeco/javacpp/issues/747">#747</a>](<a href="https://redirect.github.com/bytedeco/javacpp/pull/747">bytedeco/javacpp#747</a>))</li> <li>Let <code>Parser</code> support templates with unnamed type parameters ([pull <a href="https://redirect.github.com/bytedeco/javacpp/issues/742">#742</a>](<a href="https://redirect.github.com/bytedeco/javacpp/pull/742">bytedeco/javacpp#742</a>))</li> <li>Prevent <code>Parser</code> from producing duplicate declarations for basic containers ([pull <a href="https://redirect.github.com/bytedeco/javacpp/issues/741">#741</a>](<a href="https://redirect.github.com/bytedeco/javacpp/pull/741">bytedeco/javacpp#741</a>))</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/bytedeco/javacpp/blob/master/CHANGELOG.md">org.bytedeco:javacpp's changelog</a>.</em></p> <blockquote> <h3>November 16, 2024 version 1.5.11</h3> <ul> <li>Fix <code>Generator</code> flakiness caused by calls to <code>Class.getDeclaredMethods()</code> ([pull <a href="https://redirect.github.com/bytedeco/javacpp/issues/784">#784</a>](<a href="https://redirect.github.com/bytedeco/javacpp/pull/784">bytedeco/javacpp#784</a>))</li> <li>Add minimal mappings for <code>std::chrono</code> from C++11 ([pull <a href="https://redirect.github.com/bytedeco/javacpp/issues/766">#766</a>](<a href="https://redirect.github.com/bytedeco/javacpp/pull/766">bytedeco/javacpp#766</a>))</li> <li>Let <code>Parser</code> annotate Java constructors with <code>@Deprecated</code> when appropriate ([pull <a href="https://redirect.github.com/bytedeco/javacpp/issues/757">#757</a>](<a href="https://redirect.github.com/bytedeco/javacpp/pull/757">bytedeco/javacpp#757</a>))</li> <li>Add to <code>InfoMap.defaults</code> more names that are reserved in Java, but not in C++ ([pull <a href="https://redirect.github.com/bytedeco/javacpp/issues/757">#757</a>](<a href="https://redirect.github.com/bytedeco/javacpp/pull/757">bytedeco/javacpp#757</a>))</li> <li>Bundle <code>libomp</code> from Visual Studio to fix presets using OpenMP on Windows ([pull <a href="https://redirect.github.com/bytedeco/javacpp/issues/755">#755</a>](<a href="https://redirect.github.com/bytedeco/javacpp/pull/755">bytedeco/javacpp#755</a>))</li> <li>Fix inconsistencies when using <code>@Platform(inherit=..., library=...)</code> together ([issue <a href="https://redirect.github.com/bytedeco/javacpp/issues/747">#747</a>](<a href="https://redirect.github.com/bytedeco/javacpp/issues/747">bytedeco/javacpp#747</a>))</li> <li>Let <code>Parser</code> support templates with unnamed type parameters ([pull <a href="https://redirect.github.com/bytedeco/javacpp/issues/742">#742</a>](<a href="https://redirect.github.com/bytedeco/javacpp/pull/742">bytedeco/javacpp#742</a>))</li> <li>Prevent <code>Parser</code> from producing duplicate declarations for basic containers ([pull <a href="https://redirect.github.com/bytedeco/javacpp/issues/741">#741</a>](<a href="https://redirect.github.com/bytedeco/javacpp/pull/741">bytedeco/javacpp#741</a>))</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bytedeco/javacpp/commit/35adb21f7d96b3e4b4edc3dcaba1663993b61638"><code>35adb21</code></a> Release version 1.5.11</li> <li><a href="https://github.com/bytedeco/javacpp/commit/aeaad31e34a47a96452ab5e1650552c93cde5327"><code>aeaad31</code></a> * Fix <code>Generator</code> flakiness caused by calls to <code>Class.getDeclaredMethods()</code> (...</li> <li><a href="https://github.com/bytedeco/javacpp/commit/2fd35c62110eb9a539751a2de97c743f79aebfc2"><code>2fd35c6</code></a> * Add minimal mappings for <code>std::chrono</code> from C++11 (pull <a href="https://redirect.github.com/bytedeco/javacpp/issues/766">#766</a>)</li> <li><a href="https://github.com/bytedeco/javacpp/commit/a5068201381120b0a8ef690f1068beb59d74c9c1"><code>a506820</code></a> * Let <code>Parser</code> annotate Java constructors with <code>@Deprecated</code> when appropriate...</li> <li><a href="https://github.com/bytedeco/javacpp/commit/eba6b7f776db545fcf5254bbe62ac06ea5273d52"><code>eba6b7f</code></a> * Bundle <code>libomp</code> from Visual Studio to fix presets using OpenMP on Windows (...</li> <li><a href="https://github.com/bytedeco/javacpp/commit/dcd92aa3582c0c7df3950906c68dc4298cdb83ac"><code>dcd92aa</code></a> Update README.md with Gradle snippet for Kotlin DSL (pull <a href="https://redirect.github.com/bytedeco/javacpp/issues/749">#749</a>)</li> <li><a href="https://github.com/bytedeco/javacpp/commit/b3bda856d6130ec1b9fdb255a55e4e42aabc661c"><code>b3bda85</code></a> * Fix inconsistencies when using <code>@Platform(inherit=..., library=...)</code> togeth...</li> <li><a href="https://github.com/bytedeco/javacpp/commit/9940c31a816b61a6117c08b22ae2d6c18a8952ad"><code>9940c31</code></a> * Let <code>Parser</code> support templates with unnamed type parameters (pull <a href="https://redirect.github.com/bytedeco/javacpp/issues/742">#742</a>)</li> <li><a href="https://github.com/bytedeco/javacpp/commit/80d0828ee5f72b43cb2147ae72fb090e7b5cbd7a"><code>80d0828</code></a> * Prevent <code>Parser</code> from producing duplicate declarations for basic containers...</li> <li><a href="https://github.com/bytedeco/javacpp/commit/7a2c518e5f36e4b544c97ed9f485db821df07627"><code>7a2c518</code></a> Upgrade versions of all Maven dependencies and plugins (pull <a href="https://redirect.github.com/bytedeco/javacpp/issues/731">#731</a>)</li> <li>Additional commits viewable in <a href="https://github.com/bytedeco/javacpp/compare/1.5.10...1.5.11">compare view</a></li> </ul> </details> <br /> Updates `org.bytedeco:javacpp-platform` from 1.5.10 to 1.5.11 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bytedeco/javacpp/releases">org.bytedeco:javacpp-platform's releases</a>.</em></p> <blockquote> <h2>JavaCPP 1.5.11</h2> <h3>November 16, 2024 version 1.5.11</h3> <ul> <li>Fix <code>Generator</code> flakiness caused by calls to <code>Class.getDeclaredMethods()</code> ([pull <a href="https://redirect.github.com/bytedeco/javacpp/issues/784">#784</a>](<a href="https://redirect.github.com/bytedeco/javacpp/pull/784">bytedeco/javacpp#784</a>))</li> <li>Add minimal mappings for <code>std::chrono</code> from C++11 ([pull <a href="https://redirect.github.com/bytedeco/javacpp/issues/766">#766</a>](<a href="https://redirect.github.com/bytedeco/javacpp/pull/766">bytedeco/javacpp#766</a>))</li> <li>Let <code>Parser</code> annotate Java constructors with <code>@Deprecated</code> when appropriate ([pull <a href="https://redirect.github.com/bytedeco/javacpp/issues/757">#757</a>](<a href="https://redirect.github.com/bytedeco/javacpp/pull/757">bytedeco/javacpp#757</a>))</li> <li>Add to <code>InfoMap.defaults</code> more names that are reserved in Java, but not in C++ ([pull <a href="https://redirect.github.com/bytedeco/javacpp/issues/757">#757</a>](<a href="https://redirect.github.com/bytedeco/javacpp/pull/757">bytedeco/javacpp#757</a>))</li> <li>Bundle <code>libomp</code> from Visual Studio to fix presets using OpenMP on Windows ([pull <a href="https://redirect.github.com/bytedeco/javacpp/issues/755">#755</a>](<a href="https://redirect.github.com/bytedeco/javacpp/pull/755">bytedeco/javacpp#755</a>))</li> <li>Fix inconsistencies when using <code>@Platform(inherit=..., library=...)</code> together ([pull <a href="https://redirect.github.com/bytedeco/javacpp/issues/747">#747</a>](<a href="https://redirect.github.com/bytedeco/javacpp/pull/747">bytedeco/javacpp#747</a>))</li> <li>Let <code>Parser</code> support templates with unnamed type parameters ([pull <a href="https://redirect.github.com/bytedeco/javacpp/issues/742">#742</a>](<a href="https://redirect.github.com/bytedeco/javacpp/pull/742">bytedeco/javacpp#742</a>))</li> <li>Prevent <code>Parser</code> from producing duplicate declarations for basic containers ([pull <a href="https://redirect.github.com/bytedeco/javacpp/issues/741">#741</a>](<a href="https://redirect.github.com/bytedeco/javacpp/pull/741">bytedeco/javacpp#741</a>))</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/bytedeco/javacpp/blob/master/CHANGELOG.md">org.bytedeco:javacpp-platform's changelog</a>.</em></p> <blockquote> <h3>November 16, 2024 version 1.5.11</h3> <ul> <li>Fix <code>Generator</code> flakiness caused by calls to <code>Class.getDeclaredMethods()</code> ([pull <a href="https://redirect.github.com/bytedeco/javacpp/issues/784">#784</a>](<a href="https://redirect.github.com/bytedeco/javacpp/pull/784">bytedeco/javacpp#784</a>))</li> <li>Add minimal mappings for <code>std::chrono</code> from C++11 ([pull <a href="https://redirect.github.com/bytedeco/javacpp/issues/766">#766</a>](<a href="https://redirect.github.com/bytedeco/javacpp/pull/766">bytedeco/javacpp#766</a>))</li> <li>Let <code>Parser</code> annotate Java constructors with <code>@Deprecated</code> when appropriate ([pull <a href="https://redirect.github.com/bytedeco/javacpp/issues/757">#757</a>](<a href="https://redirect.github.com/bytedeco/javacpp/pull/757">bytedeco/javacpp#757</a>))</li> <li>Add to <code>InfoMap.defaults</code> more names that are reserved in Java, but not in C++ ([pull <a href="https://redirect.github.com/bytedeco/javacpp/issues/757">#757</a>](<a href="https://redirect.github.com/bytedeco/javacpp/pull/757">bytedeco/javacpp#757</a>))</li> <li>Bundle <code>libomp</code> from Visual Studio to fix presets using OpenMP on Windows ([pull <a href="https://redirect.github.com/bytedeco/javacpp/issues/755">#755</a>](<a href="https://redirect.github.com/bytedeco/javacpp/pull/755">bytedeco/javacpp#755</a>))</li> <li>Fix inconsistencies when using <code>@Platform(inherit=..., library=...)</code> together ([issue <a href="https://redirect.github.com/bytedeco/javacpp/issues/747">#747</a>](<a href="https://redirect.github.com/bytedeco/javacpp/issues/747">bytedeco/javacpp#747</a>))</li> <li>Let <code>Parser</code> support templates with unnamed type parameters ([pull <a href="https://redirect.github.com/bytedeco/javacpp/issues/742">#742</a>](<a href="https://redirect.github.com/bytedeco/javacpp/pull/742">bytedeco/javacpp#742</a>))</li> <li>Prevent <code>Parser</code> from producing duplicate declarations for basic containers ([pull <a href="https://redirect.github.com/bytedeco/javacpp/issues/741">#741</a>](<a href="https://redirect.github.com/bytedeco/javacpp/pull/741">bytedeco/javacpp#741</a>))</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bytedeco/javacpp/commit/35adb21f7d96b3e4b4edc3dcaba1663993b61638"><code>35adb21</code></a> Release version 1.5.11</li> <li><a href="https://github.com/bytedeco/javacpp/commit/aeaad31e34a47a96452ab5e1650552c93cde5327"><code>aeaad31</code></a> * Fix <code>Generator</code> flakiness caused by calls to <code>Class.getDeclaredMethods()</code> (...</li> <li><a href="https://github.com/bytedeco/javacpp/commit/2fd35c62110eb9a539751a2de97c743f79aebfc2"><code>2fd35c6</code></a> * Add minimal mappings for <code>std::chrono</code> from C++11 (pull <a href="https://redirect.github.com/bytedeco/javacpp/issues/766">#766</a>)</li> <li><a href="https://github.com/bytedeco/javacpp/commit/a5068201381120b0a8ef690f1068beb59d74c9c1"><code>a506820</code></a> * Let <code>Parser</code> annotate Java constructors with <code>@Deprecated</code> when appropriate...</li> <li><a href="https://github.com/bytedeco/javacpp/commit/eba6b7f776db545fcf5254bbe62ac06ea5273d52"><code>eba6b7f</code></a> * Bundle <code>libomp</code> from Visual Studio to fix presets using OpenMP on Windows (...</li> <li><a href="https://github.com/bytedeco/javacpp/commit/dcd92aa3582c0c7df3950906c68dc4298cdb83ac"><code>dcd92aa</code></a> Update README.md with Gradle snippet for Kotlin DSL (pull <a href="https://redirect.github.com/bytedeco/javacpp/issues/749">#749</a>)</li> <li><a href="https://github.com/bytedeco/javacpp/commit/b3bda856d6130ec1b9fdb255a55e4e42aabc661c"><code>b3bda85</code></a> * Fix inconsistencies when using <code>@Platform(inherit=..., library=...)</code> togeth...</li> <li><a href="https://github.com/bytedeco/javacpp/commit/9940c31a816b61a6117c08b22ae2d6c18a8952ad"><code>9940c31</code></a> * Let <code>Parser</code> support templates with unnamed type parameters (pull <a href="https://redirect.github.com/bytedeco/javacpp/issues/742">#742</a>)</li> <li><a href="https://github.com/bytedeco/javacpp/commit/80d0828ee5f72b43cb2147ae72fb090e7b5cbd7a"><code>80d0828</code></a> * Prevent <code>Parser</code> from producing duplicate declarations for basic containers...</li> <li><a href="https://github.com/bytedeco/javacpp/commit/7a2c518e5f36e4b544c97ed9f485db821df07627"><code>7a2c518</code></a> Upgrade versions of all Maven dependencies and plugins (pull <a href="https://redirect.github.com/bytedeco/javacpp/issues/731">#731</a>)</li> <li>Additional commits viewable in <a href="https://github.com/bytedeco/javacpp/compare/1.5.10...1.5.11">compare view</a></li> </ul> </details> <br /> 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...@tika.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org