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

   Bumps the maven-patch-group group with 2 updates: 
[org.eclipse.jetty:jetty-bom](https://github.com/jetty/jetty.project) and 
[org.eclipse.jetty.ee10:jetty-ee10-bom](https://github.com/jetty/jetty.project).
   
   Updates `org.eclipse.jetty:jetty-bom` from 12.0.19 to 12.0.20
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/jetty/jetty.project/releases";>org.eclipse.jetty:jetty-bom's
 releases</a>.</em></p>
   <blockquote>
   <h2>12.0.20</h2>
   <h1>Special Thanks to the following Eclipse Jetty community members</h1>
   <ul>
   <li><a href="https://github.com/scrat98";><code>@​scrat98</code></a> (Artem 
Golovko)</li>
   <li><a 
href="https://github.com/kohlschuetter";><code>@​kohlschuetter</code></a> 
(Christian Kohlschütter)</li>
   <li><a 
href="https://github.com/garydgregory";><code>@​garydgregory</code></a> (Gary 
Gregory)</li>
   </ul>
   <h1>Changelog</h1>
   <ul>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/13033";>#13033</a> 
- Added &quot;since&quot; and &quot;forRemoval&quot; attributes to 
AbstractLifeCycle.AbstractLifeCycleListener deprecation, and removed its 
usages.</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/13029";>#13029</a> 
- Web-socket that use permessage-deflate extensions are keeping in memory the 
last message sent to the client</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/13019";>#13019</a> 
- [util-ajax] Support CharSequence instead of String for JSON.parse (<a 
href="https://github.com/scrat98";><code>@​scrat98</code></a>)</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/13017";>#13017</a> 
- Upgrade quiche to version 0.24.0</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/13016";>#13016</a> 
- Allow the HttpClient in AbstractProxyServlet to configure additional 
attributes (<a 
href="https://github.com/garydgregory";><code>@​garydgregory</code></a>)</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/13008";>#13008</a> 
- Introduce HttpClient's Request.onResponseListener()</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/13004";>#13004</a> 
- QueuedThreadPool throws error on quick successive execute calls if 
initialized with BlockingArrayQueue or ArrayBlockingQueue</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/12988";>#12988</a> 
- Introduce an HTTP/2 frame listener</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/12985";>#12985</a> 
- Optimize memory usage of FrameFlusher.timeoutExpired</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/12981";>#12981</a> 
- MultiPart annotation scanning not done if metadata-complete==true</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/12965";>#12965</a> 
- Allow <code>Resource</code> instances to provide <code>Content.Source</code> 
directly</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/12963";>#12963</a> 
- Slow transfers on custom / non-Path Resource instances (<a 
href="https://github.com/kohlschuetter";><code>@​kohlschuetter</code></a>)</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/12961";>#12961</a> 
- Different results for <code>getRequestURL</code> in filters with async 
requests</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/12958";>#12958</a> 
- Discrepancy between Jetty 9 and Jetty 12 when setting the base resource to a 
path containing <code>..</code></li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/12900";>#12900</a> 
- Make JPMS work with new Environments features</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/12746";>#12746</a> 
- Sporadic NPE in HttpChannelState.onFailure</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/5b3be0401c49f42a4b5802c53668d95da1af3f74";><code>5b3be04</code></a>
 Updating to version 12.0.20</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/484c14f84f6fcb6e867fb28498f93a337c525930";><code>484c14f</code></a>
 Addendum to <a 
href="https://redirect.github.com/jetty/jetty.project/issues/12900";>#12900</a> 
- Make JPMS work with new Environments features. (<a 
href="https://redirect.github.com/jetty/jetty.project/issues/13059";>#13059</a>)</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/6133e4ea872418aa7cb6ef792723efba13692af4";><code>6133e4e</code></a>
 Fixes <a 
href="https://redirect.github.com/jetty/jetty.project/issues/13048";>#13048</a> 
- Exception from oeje11wjt.JakartaClientClassLoaderTest#websocke...</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/e2f3857cb90fefcca6c95e90a40bf69274ce4e7a";><code>e2f3857</code></a>
 Merge pull request <a 
href="https://redirect.github.com/jetty/jetty.project/issues/13034";>#13034</a> 
from jetty/fix/13029/jetty-12.0.x/permessage-deflate</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/b6d6870c6922f99b75f0405c02cb67cf4ced0de2";><code>b6d6870</code></a>
 Fix SessionHandlerTest.testFlushOnResponseCommit and modify GracefulHandler 
t...</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/cb925f02342bd1f5d6b719beee3c11c1fec5ab30";><code>cb925f0</code></a>
 Fix <code>SettingsTest</code> flakiness (<a 
href="https://redirect.github.com/jetty/jetty.project/issues/13039";>#13039</a>)</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/a83b27bdec3b6c0b0a4a35f3920355fa0d095651";><code>a83b27b</code></a>
 Improved warning log message to print the queue class name, otherwise only 
&quot;[...</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/6e9db4732d82d7ce57c131bdc7ffeb7dc6726d80";><code>6e9db47</code></a>
 Issue <a 
href="https://redirect.github.com/jetty/jetty.project/issues/13004";>#13004</a> 
- Warn for bounded thread pool queues (<a 
href="https://redirect.github.com/jetty/jetty.project/issues/13035";>#13035</a>)</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/383c3c1932d397c03734b56a8b9ab62f340f9806";><code>383c3c1</code></a>
 Issue <a 
href="https://redirect.github.com/jetty/jetty.project/issues/13029";>#13029</a> 
- clear frame when complete in PerMessageDeflateExtension Outgoi...</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/91ae02b4671a52649057b6b194a3b3d2f9ee09c0";><code>91ae02b</code></a>
 Upgrade quiche to version 0.24.0 (<a 
href="https://redirect.github.com/jetty/jetty.project/issues/13017";>#13017</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/jetty/jetty.project/compare/jetty-12.0.19...jetty-12.0.20";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.eclipse.jetty.ee10:jetty-ee10-bom` from 12.0.19 to 12.0.20
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/jetty/jetty.project/releases";>org.eclipse.jetty.ee10:jetty-ee10-bom's
 releases</a>.</em></p>
   <blockquote>
   <h2>12.0.20</h2>
   <h1>Special Thanks to the following Eclipse Jetty community members</h1>
   <ul>
   <li><a href="https://github.com/scrat98";><code>@​scrat98</code></a> (Artem 
Golovko)</li>
   <li><a 
href="https://github.com/kohlschuetter";><code>@​kohlschuetter</code></a> 
(Christian Kohlschütter)</li>
   <li><a 
href="https://github.com/garydgregory";><code>@​garydgregory</code></a> (Gary 
Gregory)</li>
   </ul>
   <h1>Changelog</h1>
   <ul>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/13033";>#13033</a> 
- Added &quot;since&quot; and &quot;forRemoval&quot; attributes to 
AbstractLifeCycle.AbstractLifeCycleListener deprecation, and removed its 
usages.</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/13029";>#13029</a> 
- Web-socket that use permessage-deflate extensions are keeping in memory the 
last message sent to the client</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/13019";>#13019</a> 
- [util-ajax] Support CharSequence instead of String for JSON.parse (<a 
href="https://github.com/scrat98";><code>@​scrat98</code></a>)</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/13017";>#13017</a> 
- Upgrade quiche to version 0.24.0</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/13016";>#13016</a> 
- Allow the HttpClient in AbstractProxyServlet to configure additional 
attributes (<a 
href="https://github.com/garydgregory";><code>@​garydgregory</code></a>)</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/13008";>#13008</a> 
- Introduce HttpClient's Request.onResponseListener()</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/13004";>#13004</a> 
- QueuedThreadPool throws error on quick successive execute calls if 
initialized with BlockingArrayQueue or ArrayBlockingQueue</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/12988";>#12988</a> 
- Introduce an HTTP/2 frame listener</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/12985";>#12985</a> 
- Optimize memory usage of FrameFlusher.timeoutExpired</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/12981";>#12981</a> 
- MultiPart annotation scanning not done if metadata-complete==true</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/12965";>#12965</a> 
- Allow <code>Resource</code> instances to provide <code>Content.Source</code> 
directly</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/12963";>#12963</a> 
- Slow transfers on custom / non-Path Resource instances (<a 
href="https://github.com/kohlschuetter";><code>@​kohlschuetter</code></a>)</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/12961";>#12961</a> 
- Different results for <code>getRequestURL</code> in filters with async 
requests</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/12958";>#12958</a> 
- Discrepancy between Jetty 9 and Jetty 12 when setting the base resource to a 
path containing <code>..</code></li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/12900";>#12900</a> 
- Make JPMS work with new Environments features</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/12746";>#12746</a> 
- Sporadic NPE in HttpChannelState.onFailure</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/5b3be0401c49f42a4b5802c53668d95da1af3f74";><code>5b3be04</code></a>
 Updating to version 12.0.20</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/484c14f84f6fcb6e867fb28498f93a337c525930";><code>484c14f</code></a>
 Addendum to <a 
href="https://redirect.github.com/jetty/jetty.project/issues/12900";>#12900</a> 
- Make JPMS work with new Environments features. (<a 
href="https://redirect.github.com/jetty/jetty.project/issues/13059";>#13059</a>)</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/6133e4ea872418aa7cb6ef792723efba13692af4";><code>6133e4e</code></a>
 Fixes <a 
href="https://redirect.github.com/jetty/jetty.project/issues/13048";>#13048</a> 
- Exception from oeje11wjt.JakartaClientClassLoaderTest#websocke...</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/e2f3857cb90fefcca6c95e90a40bf69274ce4e7a";><code>e2f3857</code></a>
 Merge pull request <a 
href="https://redirect.github.com/jetty/jetty.project/issues/13034";>#13034</a> 
from jetty/fix/13029/jetty-12.0.x/permessage-deflate</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/b6d6870c6922f99b75f0405c02cb67cf4ced0de2";><code>b6d6870</code></a>
 Fix SessionHandlerTest.testFlushOnResponseCommit and modify GracefulHandler 
t...</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/cb925f02342bd1f5d6b719beee3c11c1fec5ab30";><code>cb925f0</code></a>
 Fix <code>SettingsTest</code> flakiness (<a 
href="https://redirect.github.com/jetty/jetty.project/issues/13039";>#13039</a>)</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/a83b27bdec3b6c0b0a4a35f3920355fa0d095651";><code>a83b27b</code></a>
 Improved warning log message to print the queue class name, otherwise only 
&quot;[...</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/6e9db4732d82d7ce57c131bdc7ffeb7dc6726d80";><code>6e9db47</code></a>
 Issue <a 
href="https://redirect.github.com/jetty/jetty.project/issues/13004";>#13004</a> 
- Warn for bounded thread pool queues (<a 
href="https://redirect.github.com/jetty/jetty.project/issues/13035";>#13035</a>)</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/383c3c1932d397c03734b56a8b9ab62f340f9806";><code>383c3c1</code></a>
 Issue <a 
href="https://redirect.github.com/jetty/jetty.project/issues/13029";>#13029</a> 
- clear frame when complete in PerMessageDeflateExtension Outgoi...</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/91ae02b4671a52649057b6b194a3b3d2f9ee09c0";><code>91ae02b</code></a>
 Upgrade quiche to version 0.24.0 (<a 
href="https://redirect.github.com/jetty/jetty.project/issues/13017";>#13017</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/jetty/jetty.project/compare/jetty-12.0.19...jetty-12.0.20";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.eclipse.jetty.ee10:jetty-ee10-bom` from 12.0.19 to 12.0.20
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/jetty/jetty.project/releases";>org.eclipse.jetty.ee10:jetty-ee10-bom's
 releases</a>.</em></p>
   <blockquote>
   <h2>12.0.20</h2>
   <h1>Special Thanks to the following Eclipse Jetty community members</h1>
   <ul>
   <li><a href="https://github.com/scrat98";><code>@​scrat98</code></a> (Artem 
Golovko)</li>
   <li><a 
href="https://github.com/kohlschuetter";><code>@​kohlschuetter</code></a> 
(Christian Kohlschütter)</li>
   <li><a 
href="https://github.com/garydgregory";><code>@​garydgregory</code></a> (Gary 
Gregory)</li>
   </ul>
   <h1>Changelog</h1>
   <ul>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/13033";>#13033</a> 
- Added &quot;since&quot; and &quot;forRemoval&quot; attributes to 
AbstractLifeCycle.AbstractLifeCycleListener deprecation, and removed its 
usages.</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/13029";>#13029</a> 
- Web-socket that use permessage-deflate extensions are keeping in memory the 
last message sent to the client</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/13019";>#13019</a> 
- [util-ajax] Support CharSequence instead of String for JSON.parse (<a 
href="https://github.com/scrat98";><code>@​scrat98</code></a>)</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/13017";>#13017</a> 
- Upgrade quiche to version 0.24.0</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/13016";>#13016</a> 
- Allow the HttpClient in AbstractProxyServlet to configure additional 
attributes (<a 
href="https://github.com/garydgregory";><code>@​garydgregory</code></a>)</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/13008";>#13008</a> 
- Introduce HttpClient's Request.onResponseListener()</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/13004";>#13004</a> 
- QueuedThreadPool throws error on quick successive execute calls if 
initialized with BlockingArrayQueue or ArrayBlockingQueue</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/12988";>#12988</a> 
- Introduce an HTTP/2 frame listener</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/12985";>#12985</a> 
- Optimize memory usage of FrameFlusher.timeoutExpired</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/12981";>#12981</a> 
- MultiPart annotation scanning not done if metadata-complete==true</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/12965";>#12965</a> 
- Allow <code>Resource</code> instances to provide <code>Content.Source</code> 
directly</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/12963";>#12963</a> 
- Slow transfers on custom / non-Path Resource instances (<a 
href="https://github.com/kohlschuetter";><code>@​kohlschuetter</code></a>)</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/12961";>#12961</a> 
- Different results for <code>getRequestURL</code> in filters with async 
requests</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/12958";>#12958</a> 
- Discrepancy between Jetty 9 and Jetty 12 when setting the base resource to a 
path containing <code>..</code></li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/12900";>#12900</a> 
- Make JPMS work with new Environments features</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/12746";>#12746</a> 
- Sporadic NPE in HttpChannelState.onFailure</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/5b3be0401c49f42a4b5802c53668d95da1af3f74";><code>5b3be04</code></a>
 Updating to version 12.0.20</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/484c14f84f6fcb6e867fb28498f93a337c525930";><code>484c14f</code></a>
 Addendum to <a 
href="https://redirect.github.com/jetty/jetty.project/issues/12900";>#12900</a> 
- Make JPMS work with new Environments features. (<a 
href="https://redirect.github.com/jetty/jetty.project/issues/13059";>#13059</a>)</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/6133e4ea872418aa7cb6ef792723efba13692af4";><code>6133e4e</code></a>
 Fixes <a 
href="https://redirect.github.com/jetty/jetty.project/issues/13048";>#13048</a> 
- Exception from oeje11wjt.JakartaClientClassLoaderTest#websocke...</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/e2f3857cb90fefcca6c95e90a40bf69274ce4e7a";><code>e2f3857</code></a>
 Merge pull request <a 
href="https://redirect.github.com/jetty/jetty.project/issues/13034";>#13034</a> 
from jetty/fix/13029/jetty-12.0.x/permessage-deflate</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/b6d6870c6922f99b75f0405c02cb67cf4ced0de2";><code>b6d6870</code></a>
 Fix SessionHandlerTest.testFlushOnResponseCommit and modify GracefulHandler 
t...</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/cb925f02342bd1f5d6b719beee3c11c1fec5ab30";><code>cb925f0</code></a>
 Fix <code>SettingsTest</code> flakiness (<a 
href="https://redirect.github.com/jetty/jetty.project/issues/13039";>#13039</a>)</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/a83b27bdec3b6c0b0a4a35f3920355fa0d095651";><code>a83b27b</code></a>
 Improved warning log message to print the queue class name, otherwise only 
&quot;[...</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/6e9db4732d82d7ce57c131bdc7ffeb7dc6726d80";><code>6e9db47</code></a>
 Issue <a 
href="https://redirect.github.com/jetty/jetty.project/issues/13004";>#13004</a> 
- Warn for bounded thread pool queues (<a 
href="https://redirect.github.com/jetty/jetty.project/issues/13035";>#13035</a>)</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/383c3c1932d397c03734b56a8b9ab62f340f9806";><code>383c3c1</code></a>
 Issue <a 
href="https://redirect.github.com/jetty/jetty.project/issues/13029";>#13029</a> 
- clear frame when complete in PerMessageDeflateExtension Outgoi...</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/91ae02b4671a52649057b6b194a3b3d2f9ee09c0";><code>91ae02b</code></a>
 Upgrade quiche to version 0.24.0 (<a 
href="https://redirect.github.com/jetty/jetty.project/issues/13017";>#13017</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/jetty/jetty.project/compare/jetty-12.0.19...jetty-12.0.20";>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: pr-unsubscr...@jena.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscr...@jena.apache.org
For additional commands, e-mail: pr-h...@jena.apache.org

Reply via email to