dependabot[bot] opened a new pull request, #2602: URL: https://github.com/apache/jena/pull/2602
Bumps the maven-patch-group group with 5 updates: | Package | From | To | | --- | --- | --- | | [commons-codec:commons-codec](https://github.com/apache/commons-codec) | `1.17.0` | `1.17.1` | | [com.apicatalog:titanium-json-ld](https://github.com/filip26/titanium-json-ld) | `1.4.0` | `1.4.1` | | [org.roaringbitmap:RoaringBitmap](https://github.com/RoaringBitmap/RoaringBitmap) | `1.2.0` | `1.2.1` | | [org.graalvm.js:js](https://github.com/graalvm/graaljs) | `23.0.4` | `23.0.5` | | [org.graalvm.js:js-scriptengine](https://github.com/graalvm/graaljs) | `23.0.4` | `23.0.5` | Updates `commons-codec:commons-codec` from 1.17.0 to 1.17.1 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt">commons-codec:commons-codec's changelog</a>.</em></p> <blockquote> <h2>Apache Commons Codec 1.17.1 RELEASE NOTES</h2> <p>The Apache Commons Codec component contains encoders and decoders for various formats such as Base16, Base32, Base64, digest, and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.</p> <p>Feature and fix release. Requires a minimum of Java 8.</p> <h2>Fixed Bugs</h2> <ul> <li> <pre><code> Md5Crypt now throws IllegalArgumentException on an invalid prefix. Thanks to Gary Gregory. </code></pre> </li> </ul> <h2>Changes</h2> <ul> <li> <pre><code> Bump org.apache.commons:commons-parent from 69 to 71 [#286](https://github.com/apache/commons-codec/issues/286). Thanks to Gary Gregory. </code></pre> </li> <li> <pre><code> Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.23 to 1.24 [#293](https://github.com/apache/commons-codec/issues/293). Thanks to Dependabot. </code></pre> </li> <li> <pre><code> Bump org.codehaus.mojo:taglist-maven-plugin from 3.0.0 to 3.1.0 [#292](https://github.com/apache/commons-codec/issues/292). Thanks to Dependabot. </code></pre> </li> </ul> <p>For complete information on Apache Commons Codec, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons Codec website:</p> <p><a href="https://commons.apache.org/proper/commons-codec/">https://commons.apache.org/proper/commons-codec/</a></p> <p>Download page: <a href="https://commons.apache.org/proper/commons-codec/download_codec.cgi">https://commons.apache.org/proper/commons-codec/download_codec.cgi</a></p> <hr /> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/commons-codec/commit/965109705c5236b05011e1c45f47d991abfa521e"><code>9651097</code></a> Prepare for the next release candidate</li> <li><a href="https://github.com/apache/commons-codec/commit/0d99b46fa1a8a61cf869ff4cc9b9e2402129f199"><code>0d99b46</code></a> Merge branch 'master' of <a href="https://gitbox.apache.org/repos/asf/commons-codec">https://gitbox.apache.org/repos/asf/commons-codec</a></li> <li><a href="https://github.com/apache/commons-codec/commit/0c63e18b8a5e5b9b0195a632d136c85c1452b34f"><code>0c63e18</code></a> Prepare for the next release candidate</li> <li><a href="https://github.com/apache/commons-codec/commit/be06260d90edd8ad43879eb2862dac765e807cc0"><code>be06260</code></a> Bump actions/upload-artifact from 4.3.3 to 4.3.4 (<a href="https://redirect.github.com/apache/commons-codec/issues/295">#295</a>)</li> <li><a href="https://github.com/apache/commons-codec/commit/09ef422871b8d202d4dca1ff67d91f32723d3862"><code>09ef422</code></a> Bump github/codeql-action from 3.25.11 to 3.25.12 (<a href="https://redirect.github.com/apache/commons-codec/issues/294">#294</a>)</li> <li><a href="https://github.com/apache/commons-codec/commit/86ef922a57d6c2632dc84c41cb04798fe489431c"><code>86ef922</code></a> Merge branch 'master' of <a href="https://gitbox.apache.org/repos/asf/commons-codec.git">https://gitbox.apache.org/repos/asf/commons-codec.git</a></li> <li><a href="https://github.com/apache/commons-codec/commit/974cf873936633d7bb7e060b1caf119e60b60e98"><code>974cf87</code></a> Remove redundant keywords</li> <li><a href="https://github.com/apache/commons-codec/commit/0c82238e5b9a914fdd862df3f6ab0085f533b5e8"><code>0c82238</code></a> Remove redundant keywords</li> <li><a href="https://github.com/apache/commons-codec/commit/1e6544e4f1d269c0edf8b702f60d6dc866b3affa"><code>1e6544e</code></a> Remove redundant keywords</li> <li><a href="https://github.com/apache/commons-codec/commit/8dcf9d1f745c88beedf54e63c7a5d683725ebdea"><code>8dcf9d1</code></a> Remove redundant keywords</li> <li>Additional commits viewable in <a href="https://github.com/apache/commons-codec/compare/rel/commons-codec-1.17.0...rel/commons-codec-1.17.1">compare view</a></li> </ul> </details> <br /> Updates `com.apicatalog:titanium-json-ld` from 1.4.0 to 1.4.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/filip26/titanium-json-ld/releases">com.apicatalog:titanium-json-ld's releases</a>.</em></p> <blockquote> <h2>1.4.1</h2> <h2>What's Changed</h2> <ul> <li>Fix typo in failed remote context error message by <a href="https://github.com/bobeal"><code>@bobeal</code></a> in <a href="https://redirect.github.com/filip26/titanium-json-ld/pull/327">filip26/titanium-json-ld#327</a></li> <li>Fix typo "contentUrl" instead of "contextUrl" in JsonDocument.java by <a href="https://github.com/Laxystem"><code>@Laxystem</code></a> in <a href="https://redirect.github.com/filip26/titanium-json-ld/pull/341">filip26/titanium-json-ld#341</a></li> <li>Fix/issue 333 (reported by <a href="https://github.com/hyprdia"><code>@hyprdia</code></a>) by <a href="https://github.com/filip26"><code>@filip26</code></a> in <a href="https://redirect.github.com/filip26/titanium-json-ld/pull/342">filip26/titanium-json-ld#342</a></li> <li>Add undefined terms processing policy (Fail, Warn, Ignore) by <a href="https://github.com/filip26"><code>@filip26</code></a> in <a href="https://redirect.github.com/filip26/titanium-json-ld/pull/353">filip26/titanium-json-ld#353</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/bobeal"><code>@bobeal</code></a> made their first contribution in <a href="https://redirect.github.com/filip26/titanium-json-ld/pull/327">filip26/titanium-json-ld#327</a></li> <li><a href="https://github.com/Laxystem"><code>@Laxystem</code></a> made their first contribution in <a href="https://redirect.github.com/filip26/titanium-json-ld/pull/341">filip26/titanium-json-ld#341</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/filip26/titanium-json-ld/commit/c3837793f57d09e1b7bcf1f55fbeee4733ddc789"><code>c383779</code></a> Merge pull request <a href="https://redirect.github.com/filip26/titanium-json-ld/issues/354">#354</a> from filip26/release/v1.4.1</li> <li><a href="https://github.com/filip26/titanium-json-ld/commit/419a7ad73369db97b589192766317adb826b4172"><code>419a7ad</code></a> Bump version to 1.4.1</li> <li><a href="https://github.com/filip26/titanium-json-ld/commit/8de54a3bef3396f720d5a42b4c48c38591e503c4"><code>8de54a3</code></a> Merge pull request <a href="https://redirect.github.com/filip26/titanium-json-ld/issues/353">#353</a> from filip26/issue/347</li> <li><a href="https://github.com/filip26/titanium-json-ld/commit/681700d01e0e0a45aecf2b3694ffb198ea044091"><code>681700d</code></a> Fix javadoc</li> <li><a href="https://github.com/filip26/titanium-json-ld/commit/39e3a4895356f7ee3d3a5102000f69d388a9e2e5"><code>39e3a48</code></a> Update README</li> <li><a href="https://github.com/filip26/titanium-json-ld/commit/88687477555ef0a44a5df81ea1e8a2cce4b1ff04"><code>8868747</code></a> Fix <a href="https://redirect.github.com/filip26/titanium-json-ld/issues/347">#347</a></li> <li><a href="https://github.com/filip26/titanium-json-ld/commit/c3b8c9da290a127af28dfe0f41352b471ca4564a"><code>c3b8c9d</code></a> Add test cases <a href="https://redirect.github.com/filip26/titanium-json-ld/issues/347">#347</a></li> <li><a href="https://github.com/filip26/titanium-json-ld/commit/3ae160b3043af0107356719bb50090d56581367f"><code>3ae160b</code></a> Add UNDEFINED_TERM error code</li> <li><a href="https://github.com/filip26/titanium-json-ld/commit/6521c6b67e32a0e3eeb0459adc213ebe09bca136"><code>6521c6b</code></a> Add ProcessingPolicy and extend options of unknownTermsPolicy <a href="https://redirect.github.com/filip26/titanium-json-ld/issues/347">#347</a></li> <li><a href="https://github.com/filip26/titanium-json-ld/commit/35424ce4e69b7cad6ac2056cb6d7b1ba2a4e8157"><code>35424ce</code></a> Merge pull request <a href="https://redirect.github.com/filip26/titanium-json-ld/issues/351">#351</a> from filip26/dependabot/maven/org.apache.maven.plugin...</li> <li>Additional commits viewable in <a href="https://github.com/filip26/titanium-json-ld/compare/v1.4.0...v1.4.1">compare view</a></li> </ul> </details> <br /> Updates `org.roaringbitmap:RoaringBitmap` from 1.2.0 to 1.2.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/RoaringBitmap/RoaringBitmap/releases">org.roaringbitmap:RoaringBitmap's releases</a>.</em></p> <blockquote> <h2>1.2.1</h2> <p>This is mostly a patch release with fixes. Some limited new functionality is introduced on an experimental basis: we will release a minor version soon.</p> <h2>What's Changed</h2> <ul> <li>add getSignedIntIterator to roaring bitmaps by <a href="https://github.com/smmathews-cision-us"><code>@smmathews-cision-us</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/729">RoaringBitmap/RoaringBitmap#729</a></li> <li>fix hasNext behaviour for BitmapBatchIterator by <a href="https://github.com/shikharid"><code>@shikharid</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/732">RoaringBitmap/RoaringBitmap#732</a></li> <li>Fix advanceIfNeeded in signed int iterators and simplify finding starting container index by <a href="https://github.com/zoltanmeze"><code>@zoltanmeze</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/734">RoaringBitmap/RoaringBitmap#734</a></li> <li>Fix previousValue not returning correct results in some cases by <a href="https://github.com/zoltanmeze"><code>@zoltanmeze</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/736">RoaringBitmap/RoaringBitmap#736</a></li> <li>Skip over empty words in RunContainer#contains(BitmapContainer) by <a href="https://github.com/zoltanmeze"><code>@zoltanmeze</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/739">RoaringBitmap/RoaringBitmap#739</a></li> <li>Implement signed first/last methods by <a href="https://github.com/zoltanmeze"><code>@zoltanmeze</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/738">RoaringBitmap/RoaringBitmap#738</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/zoltanmeze"><code>@zoltanmeze</code></a> made their first contribution in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/734">RoaringBitmap/RoaringBitmap#734</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/RoaringBitmap/RoaringBitmap/compare/1.2.0...1.2.1">https://github.com/RoaringBitmap/RoaringBitmap/compare/1.2.0...1.2.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/RoaringBitmap/RoaringBitmap/commit/a6cc3da09a2a780b8736eacda95a48c918b1ff46"><code>a6cc3da</code></a> [Gradle Release Plugin] - pre tag commit: '1.2.1'.</li> <li><a href="https://github.com/RoaringBitmap/RoaringBitmap/commit/71ba146331b5ab4a7bd9f9943bd2f9fa742d2d3e"><code>71ba146</code></a> Implement signed first/last methods (<a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/issues/738">#738</a>)</li> <li><a href="https://github.com/RoaringBitmap/RoaringBitmap/commit/79f1debc980dcecd7b645df3d5a50b3d00a400de"><code>79f1deb</code></a> Skip over empty words in RunContainer#contains(BitmapContainer) (<a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/issues/739">#739</a>)</li> <li><a href="https://github.com/RoaringBitmap/RoaringBitmap/commit/3dbd2be25a63fb4cd3d1b27b4df464908d2ac801"><code>3dbd2be</code></a> fix: add a few additional small tests (<a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/issues/737">#737</a>)</li> <li><a href="https://github.com/RoaringBitmap/RoaringBitmap/commit/9a862d5ba3a87fb175c9d688969b8a229c5a90ef"><code>9a862d5</code></a> Fix previousValue not returning correct results in some cases (<a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/issues/736">#736</a>)</li> <li><a href="https://github.com/RoaringBitmap/RoaringBitmap/commit/08b1e415758417d4e3dc59ee8a7da1f0c87d2f9b"><code>08b1e41</code></a> Fix advanceIfNeeded in signed int iterators and simplify finding starting con...</li> <li><a href="https://github.com/RoaringBitmap/RoaringBitmap/commit/88292e088cac97aa283794c1a6c205210bc8a2a8"><code>88292e0</code></a> fix hasNext behaviour for BitmapBatchIterator (<a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/issues/732">#732</a>)</li> <li><a href="https://github.com/RoaringBitmap/RoaringBitmap/commit/24790bc325a5b58f3b13d4d06b3a0bd78eb3f840"><code>24790bc</code></a> add getSignedIntIterator to roaring bitmaps (<a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/issues/729">#729</a>)</li> <li><a href="https://github.com/RoaringBitmap/RoaringBitmap/commit/799365ff58aa02b42ba6defe9569a81d4384f9d2"><code>799365f</code></a> [Gradle Release Plugin] - new version commit: '1.2.1-SNAPSHOT'.</li> <li>See full diff in <a href="https://github.com/RoaringBitmap/RoaringBitmap/compare/1.2.0...1.2.1">compare view</a></li> </ul> </details> <br /> Updates `org.graalvm.js:js` from 23.0.4 to 23.0.5 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/graalvm/graaljs/commits">compare view</a></li> </ul> </details> <br /> Updates `org.graalvm.js:js-scriptengine` from 23.0.4 to 23.0.5 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/graalvm/graaljs/commits">compare view</a></li> </ul> </details> <br /> Updates `org.graalvm.js:js-scriptengine` from 23.0.4 to 23.0.5 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/graalvm/graaljs/commits">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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </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]
