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

   Bumps the maven-patch-group group with 2 updates: 
[org.junit:junit-bom](https://github.com/junit-team/junit-framework) and 
[com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine).
   
   Updates `org.junit:junit-bom` from 6.0.0 to 6.0.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/junit-team/junit-framework/releases";>org.junit:junit-bom's
 releases</a>.</em></p>
   <blockquote>
   <p>JUnit 6.0.1 = Platform 6.0.1 + Jupiter 6.0.1 + Vintage 6.0.1</p>
   <p>See <a href="https://docs.junit.org/6.0.1/release-notes/";>Release 
Notes</a>.</p>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/junit-team/junit-framework/compare/r6.0.0...r6.0.1";>https://github.com/junit-team/junit-framework/compare/r6.0.0...r6.0.1</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/d774b9ccc8550701fd6362c43f92611911da3e2b";><code>d774b9c</code></a>
 Release 6.0.1 (second attempt)</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/8178545561e7c39f4775a39fa3e9a7d00b20382c";><code>8178545</code></a>
 Mark module as deprecated for removal</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/7b43fcced94dfb08cfd93fd91dd7992b7cb6b71a";><code>7b43fcc</code></a>
 Back to snapshots for further development</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/a5ef74652bcaa2a40b0b384a8c6d63c7c3cc5a78";><code>a5ef746</code></a>
 Release 6.0.1</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/008be8d9c0a759f74d4093d93c9f36bbd3c0a9d5";><code>008be8d</code></a>
 Finalize 5.14.1 release notes</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/b2c55a81cca90d477a35e97b1f3b59b6c5362ffc";><code>b2c55a8</code></a>
 Finalize 6.0.1 release notes</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/866c01a6d1b72ad569cb8a6007ccaa7ec2eb366c";><code>866c01a</code></a>
 Add note about duplicate test execution with <a 
href="https://github.com/Suite";><code>@​Suite</code></a> (<a 
href="https://redirect.github.com/junit-team/junit-framework/issues/5080";>#5080</a>)</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/de88e8848a263652fb4b45ef5ba73d34a6a2de15";><code>de88e88</code></a>
 Fix broken links in documentation</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/9dd132d714ab44f89899143f2b564535034614d6";><code>9dd132d</code></a>
 Add Valhalla EA to workflow matrix</li>
   <li><a 
href="https://github.com/junit-team/junit-framework/commit/fedda882590c121e66a26de6a78ba5b532ec8aec";><code>fedda88</code></a>
 Make jdk.jfr import optional in OSGi manifest (<a 
href="https://redirect.github.com/junit-team/junit-framework/issues/5092";>#5092</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/junit-team/junit-framework/compare/r6.0.0...r6.0.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `com.github.ben-manes.caffeine:caffeine` from 3.2.2 to 3.2.3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/ben-manes/caffeine/releases";>com.github.ben-manes.caffeine:caffeine's
 releases</a>.</em></p>
   <blockquote>
   <h2>3.2.3</h2>
   <ul>
   <li>Fixed frequency tracking of weak keys to use the object's identity hash 
code (<a 
href="https://redirect.github.com/ben-manes/caffeine/issues/1902";>#1902</a>)</li>
   <li>Added support for underscores in <code>CaffeineSpec</code> when using 
numeric literals (<a 
href="https://redirect.github.com/ben-manes/caffeine/issues/1890";>#1890</a>)</li>
   <li>Improved the external api to no longer lock when querying for the 
maximum size or weighted size (<a 
href="https://redirect.github.com/ben-manes/caffeine/issues/1897";>#1897</a>)</li>
   <li>Added detection and recovery when a custom 
<code>CompletableFuture</code> is in an inconsistent state (<a 
href="https://redirect.github.com/quarkusio/quarkus/issues/50513";>quarkus#50513</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/ben-manes/caffeine/commit/5227a98b51e02b4d4fbfc2b0e33c362a138f51b1";><code>5227a98</code></a>
 minor build touchups</li>
   <li><a 
href="https://github.com/ben-manes/caffeine/commit/cc3f37d50776f246bfb3ddbe907d2c1a675ce901";><code>cc3f37d</code></a>
 reorganize into separate gradle test suites</li>
   <li><a 
href="https://github.com/ben-manes/caffeine/commit/2299add522332c06b7bbebb0b5ef322ea23f5254";><code>2299add</code></a>
 Allow users to read the maximum size without locking (fixes <a 
href="https://redirect.github.com/ben-manes/caffeine/issues/1897";>#1897</a>)</li>
   <li><a 
href="https://github.com/ben-manes/caffeine/commit/6250b384f161d1841e2bfd032f7bf375626d90ad";><code>6250b38</code></a>
 clarify policy javadoc and add corresponding test cases (fixes <a 
href="https://redirect.github.com/ben-manes/caffeine/issues/1927";>#1927</a>)</li>
   <li><a 
href="https://github.com/ben-manes/caffeine/commit/c975fc07460d2fd4008c4d4d14044f65bb1323f2";><code>c975fc0</code></a>
 upgrade error-prone static analyzer</li>
   <li><a 
href="https://github.com/ben-manes/caffeine/commit/d8e0a92553ab230122bcd223363c1d8ca060bce7";><code>d8e0a92</code></a>
 allow the project.version to be overridden by external builders</li>
   <li><a 
href="https://github.com/ben-manes/caffeine/commit/0e46d2225fece2ac0ce68d9bdd2a056af6015136";><code>0e46d22</code></a>
 detect if the user's future is inconsistent with the results</li>
   <li><a 
href="https://github.com/ben-manes/caffeine/commit/1971428f8b2fbd37fb57ed6a092de6d7c965f55a";><code>1971428</code></a>
 use the assemble task for a full build without running the test suites</li>
   <li><a 
href="https://github.com/ben-manes/caffeine/commit/782ac79e079ae404ebb948afcc6f28b60aafd8dd";><code>782ac79</code></a>
 use the key reference with the frequency sketch (fixes <a 
href="https://redirect.github.com/ben-manes/caffeine/issues/1902";>#1902</a>)</li>
   <li><a 
href="https://github.com/ben-manes/caffeine/commit/e0dd94b922b862b6afbaa59464f1d3cfb8a24596";><code>e0dd94b</code></a>
 minor build clean up</li>
   <li>Additional commits viewable in <a 
href="https://github.com/ben-manes/caffeine/compare/v3.2.2...v3.2.3";>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]

Reply via email to