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

   Bumps the maven-patch-group group with 3 updates: 
[com.google.guava:guava](https://github.com/google/guava), 
[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 `com.google.guava:guava` from 33.4.0-jre to 33.4.5-jre
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/google/guava/releases";>com.google.guava:guava's 
releases</a>.</em></p>
   <blockquote>
   <h2>33.4.5</h2>
   <p>Even if you're not upgrading from Guava 33.4.0 or earlier, still read <a 
href="https://github.com/google/guava/releases/tag/v33.4.1";>the release notes 
for Guava 33.4.1</a>. Those release notes contain information about Guava 
33.4.5's effect on the module system.</p>
   <h3>Maven</h3>
   <pre lang="xml"><code>&lt;dependency&gt;
     &lt;groupId&gt;com.google.guava&lt;/groupId&gt;
     &lt;artifactId&gt;guava&lt;/artifactId&gt;
     &lt;version&gt;33.4.5-jre&lt;/version&gt;
     &lt;!-- or, for Android: --&gt;
     &lt;version&gt;33.4.5-android&lt;/version&gt;
   &lt;/dependency&gt;
   </code></pre>
   <h3>Jar files</h3>
   <ul>
   <li><a 
href="https://repo1.maven.org/maven2/com/google/guava/guava/33.4.5-jre/guava-33.4.5-jre.jar";>33.4.5-jre.jar</a></li>
   <li><a 
href="https://repo1.maven.org/maven2/com/google/guava/guava/33.4.5-android/guava-33.4.5-android.jar";>33.4.5-android.jar</a></li>
   </ul>
   <p>Guava requires <a 
href="https://github.com/google/guava/wiki/UseGuavaInYourBuild#what-about-guavas-own-dependencies";>one
 runtime dependency</a>, which you can download here:</p>
   <ul>
   <li><a 
href="https://repo1.maven.org/maven2/com/google/guava/failureaccess/1.0.3/failureaccess-1.0.3.jar";>failureaccess-1.0.3.jar</a></li>
   </ul>
   <h3>Javadoc</h3>
   <ul>
   <li><a 
href="https://guava.dev/releases/33.4.5-jre/api/docs/";>33.4.5-jre</a></li>
   <li><a 
href="https://guava.dev/releases/33.4.5-android/api/docs/";>33.4.5-android</a></li>
   </ul>
   <h3>JDiff</h3>
   <ul>
   <li><a href="https://guava.dev/releases/33.4.5-jre/api/diffs/";>33.4.5-jre 
vs. 33.4.4-jre</a></li>
   <li><a 
href="https://guava.dev/releases/33.4.5-android/api/diffs/";>33.4.5-android vs. 
33.4.4-android</a></li>
   <li><a 
href="https://guava.dev/releases/33.4.5-android/api/androiddiffs/";>33.4.5-android
 vs. 33.4.5-jre</a></li>
   </ul>
   <h3>Changelog</h3>
   <ul>
   <li>Changed the Guava jar (plus <code>guava-testlib</code> and <a 
href="https://github.com/google/guava/wiki/UseGuavaInYourBuild#what-about-guavas-own-dependencies";><code>failureaccess</code></a>
 jars) to be a modular jar. (7a71ea0bfa, 287c701a86)</li>
   <li>Changed various classes to stop using <code>sun.misc.Unsafe</code> under 
Java 9+. (ee63055ddd, 80aab00dc5b7a36785f5e09b6a54397388980cde, 
400af25292096746ed3f6164f0ff88209acbb19f, 
71d0692d418a5dd001c9b3786275a5f1f94e1971, 
d1a3cd5037528a2ae990bfceed9cdd009fbc54de, 
b3bb29a54b8f13d6f6630b6cb929867adbf6b9a0, 
1a300f6b2f7ba03ae9bc3620a80c4d4589c65b69)
   <ul>
   <li>Note that, if you use <code>guava-android</code> on the JVM (instead of 
using <code>guava-jre</code>), Guava will still try to use 
<code>sun.misc.Unsafe</code>. We will do <a 
href="https://redirect.github.com/google/guava/issues/6806#issuecomment-2738313040";>further
 work</a> on this in the future.</li>
   </ul>
   </li>
   <li>Belatedly updated the Public Suffix List data. 
(ee3b9c64382037f72b3a8341915cc64b87850b53, 
d25d62fc843ece1c3866859bc8639b815093eac8)</li>
   </ul>
   <p>Special thanks to <a 
href="https://github.com/sgammon";><code>@​sgammon</code></a> for <a 
href="https://javamodules.dev/";>his modularization efforts</a>.</p>
   <h2>33.4.4</h2>
   <p>This is one of a series of releases that improve Guava's nullness 
annotations. For more information, including troubleshooting help, see <a 
href="https://github.com/google/guava/releases/tag/v33.4.1";>the release notes 
for Guava 33.4.1</a>. Most users can update directly to Guava 33.4.5.</p>
   <h3>Maven</h3>
   <pre lang="xml"><code>&lt;/tr&gt;&lt;/table&gt; 
   </code></pre>
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/google/guava/commits";>compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.eclipse.jetty:jetty-bom` from 12.0.17 to 12.0.18
   <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.18</h2>
   <h1>Changelog</h1>
   <ul>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/12892";>#12892</a> 
- Module http-forwarded does not appear to be able to use the IP in 
X-Forwarded-For header with any TLS HTTP request if the module http2 is also 
loaded</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/12888";>#12888</a> 
- ErrorPageHandler dispatcher returns incorrect 405 for failing POST requests 
(e.g. JAX-RS)</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/12882";>#12882</a> 
- Regression: <code>HttpConfiguration setResponseHeaderSize</code> is 
ineffective in 12.0.17</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/12871";>#12871</a> 
- Add module ee8-cdi-decorate or update ee10-cdi-decorate to allow run old web 
applications</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/12802";>#12802</a> 
- Make Server::setDefaultHandler and Server::setErrorHandler arguments 
consistent</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/09e23e17430c08ed812993bebc9526dd3e67822a";><code>09e23e1</code></a>
 Updating to version 12.0.18</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/d4e8d2f11d3d3e9a412b4a54ef2db050b4c4afdf";><code>d4e8d2f</code></a>
 Merge pull request <a 
href="https://redirect.github.com/jetty/jetty.project/issues/12899";>#12899</a> 
from jetty/jetty-12.0.x-12888-allow-post-on-errordi...</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/a488f78d783b63b67e947dfaab17c0f587d72f60";><code>a488f78</code></a>
 Update license header</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/5095da2978440a9156f40b13c6ffb0099d058a5c";><code>5095da2</code></a>
 Issue <a 
href="https://redirect.github.com/jetty/jetty.project/issues/12888";>#12888</a> 
support error dispatch for static error pages on POST</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/899868a124f2694a5cbb76ed1a23c1b9c0e1a6e8";><code>899868a</code></a>
 Fixes <a 
href="https://redirect.github.com/jetty/jetty.project/issues/12892";>#12892</a> 
- Module http-forwarded does not appear to be able to use the IP...</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/a301c1439113d8e0e5486a9030d4ca727ae85116";><code>a301c14</code></a>
 no need to keep 60 history for working branches or PR (<a 
href="https://redirect.github.com/jetty/jetty.project/issues/12890";>#12890</a>)</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/0e4b34da2fe2ee35633dcfa5e49458a996cf65e9";><code>0e4b34d</code></a>
 Fixes <a 
href="https://redirect.github.com/jetty/jetty.project/issues/12882";>#12882</a> 
- HttpConfiguration setResponseHeaderSize is ineffective in 12.0...</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/92336ac2bb781c8d3a750efbb24843e07d22267d";><code>92336ac</code></a>
 Merge pull request <a 
href="https://redirect.github.com/jetty/jetty.project/issues/12878";>#12878</a> 
from jetty/jetty-12.0.x-javadoc-build</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/f9c430b5dcf5cc9bf8eb993a186a5e441e6aa55c";><code>f9c430b</code></a>
 Fixing version</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/a5c6d473c82096f84788cc26d4f7ed279bfa40bb";><code>a5c6d47</code></a>
 Merge pull request <a 
href="https://redirect.github.com/jetty/jetty.project/issues/12873";>#12873</a> 
from jetty/fix/12.0.x/ee8-cdi-impl</li>
   <li>Additional commits viewable in <a 
href="https://github.com/jetty/jetty.project/compare/jetty-12.0.17...jetty-12.0.18";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.eclipse.jetty.ee10:jetty-ee10-bom` from 12.0.17 to 12.0.18
   <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.18</h2>
   <h1>Changelog</h1>
   <ul>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/12892";>#12892</a> 
- Module http-forwarded does not appear to be able to use the IP in 
X-Forwarded-For header with any TLS HTTP request if the module http2 is also 
loaded</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/12888";>#12888</a> 
- ErrorPageHandler dispatcher returns incorrect 405 for failing POST requests 
(e.g. JAX-RS)</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/12882";>#12882</a> 
- Regression: <code>HttpConfiguration setResponseHeaderSize</code> is 
ineffective in 12.0.17</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/12871";>#12871</a> 
- Add module ee8-cdi-decorate or update ee10-cdi-decorate to allow run old web 
applications</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/12802";>#12802</a> 
- Make Server::setDefaultHandler and Server::setErrorHandler arguments 
consistent</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/09e23e17430c08ed812993bebc9526dd3e67822a";><code>09e23e1</code></a>
 Updating to version 12.0.18</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/d4e8d2f11d3d3e9a412b4a54ef2db050b4c4afdf";><code>d4e8d2f</code></a>
 Merge pull request <a 
href="https://redirect.github.com/jetty/jetty.project/issues/12899";>#12899</a> 
from jetty/jetty-12.0.x-12888-allow-post-on-errordi...</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/a488f78d783b63b67e947dfaab17c0f587d72f60";><code>a488f78</code></a>
 Update license header</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/5095da2978440a9156f40b13c6ffb0099d058a5c";><code>5095da2</code></a>
 Issue <a 
href="https://redirect.github.com/jetty/jetty.project/issues/12888";>#12888</a> 
support error dispatch for static error pages on POST</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/899868a124f2694a5cbb76ed1a23c1b9c0e1a6e8";><code>899868a</code></a>
 Fixes <a 
href="https://redirect.github.com/jetty/jetty.project/issues/12892";>#12892</a> 
- Module http-forwarded does not appear to be able to use the IP...</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/a301c1439113d8e0e5486a9030d4ca727ae85116";><code>a301c14</code></a>
 no need to keep 60 history for working branches or PR (<a 
href="https://redirect.github.com/jetty/jetty.project/issues/12890";>#12890</a>)</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/0e4b34da2fe2ee35633dcfa5e49458a996cf65e9";><code>0e4b34d</code></a>
 Fixes <a 
href="https://redirect.github.com/jetty/jetty.project/issues/12882";>#12882</a> 
- HttpConfiguration setResponseHeaderSize is ineffective in 12.0...</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/92336ac2bb781c8d3a750efbb24843e07d22267d";><code>92336ac</code></a>
 Merge pull request <a 
href="https://redirect.github.com/jetty/jetty.project/issues/12878";>#12878</a> 
from jetty/jetty-12.0.x-javadoc-build</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/f9c430b5dcf5cc9bf8eb993a186a5e441e6aa55c";><code>f9c430b</code></a>
 Fixing version</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/a5c6d473c82096f84788cc26d4f7ed279bfa40bb";><code>a5c6d47</code></a>
 Merge pull request <a 
href="https://redirect.github.com/jetty/jetty.project/issues/12873";>#12873</a> 
from jetty/fix/12.0.x/ee8-cdi-impl</li>
   <li>Additional commits viewable in <a 
href="https://github.com/jetty/jetty.project/compare/jetty-12.0.17...jetty-12.0.18";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.eclipse.jetty.ee10:jetty-ee10-bom` from 12.0.17 to 12.0.18
   <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.18</h2>
   <h1>Changelog</h1>
   <ul>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/12892";>#12892</a> 
- Module http-forwarded does not appear to be able to use the IP in 
X-Forwarded-For header with any TLS HTTP request if the module http2 is also 
loaded</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/12888";>#12888</a> 
- ErrorPageHandler dispatcher returns incorrect 405 for failing POST requests 
(e.g. JAX-RS)</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/12882";>#12882</a> 
- Regression: <code>HttpConfiguration setResponseHeaderSize</code> is 
ineffective in 12.0.17</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/12871";>#12871</a> 
- Add module ee8-cdi-decorate or update ee10-cdi-decorate to allow run old web 
applications</li>
   <li><a 
href="https://redirect.github.com/jetty/jetty.project/issues/12802";>#12802</a> 
- Make Server::setDefaultHandler and Server::setErrorHandler arguments 
consistent</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/09e23e17430c08ed812993bebc9526dd3e67822a";><code>09e23e1</code></a>
 Updating to version 12.0.18</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/d4e8d2f11d3d3e9a412b4a54ef2db050b4c4afdf";><code>d4e8d2f</code></a>
 Merge pull request <a 
href="https://redirect.github.com/jetty/jetty.project/issues/12899";>#12899</a> 
from jetty/jetty-12.0.x-12888-allow-post-on-errordi...</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/a488f78d783b63b67e947dfaab17c0f587d72f60";><code>a488f78</code></a>
 Update license header</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/5095da2978440a9156f40b13c6ffb0099d058a5c";><code>5095da2</code></a>
 Issue <a 
href="https://redirect.github.com/jetty/jetty.project/issues/12888";>#12888</a> 
support error dispatch for static error pages on POST</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/899868a124f2694a5cbb76ed1a23c1b9c0e1a6e8";><code>899868a</code></a>
 Fixes <a 
href="https://redirect.github.com/jetty/jetty.project/issues/12892";>#12892</a> 
- Module http-forwarded does not appear to be able to use the IP...</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/a301c1439113d8e0e5486a9030d4ca727ae85116";><code>a301c14</code></a>
 no need to keep 60 history for working branches or PR (<a 
href="https://redirect.github.com/jetty/jetty.project/issues/12890";>#12890</a>)</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/0e4b34da2fe2ee35633dcfa5e49458a996cf65e9";><code>0e4b34d</code></a>
 Fixes <a 
href="https://redirect.github.com/jetty/jetty.project/issues/12882";>#12882</a> 
- HttpConfiguration setResponseHeaderSize is ineffective in 12.0...</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/92336ac2bb781c8d3a750efbb24843e07d22267d";><code>92336ac</code></a>
 Merge pull request <a 
href="https://redirect.github.com/jetty/jetty.project/issues/12878";>#12878</a> 
from jetty/jetty-12.0.x-javadoc-build</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/f9c430b5dcf5cc9bf8eb993a186a5e441e6aa55c";><code>f9c430b</code></a>
 Fixing version</li>
   <li><a 
href="https://github.com/jetty/jetty.project/commit/a5c6d473c82096f84788cc26d4f7ed279bfa40bb";><code>a5c6d47</code></a>
 Merge pull request <a 
href="https://redirect.github.com/jetty/jetty.project/issues/12873";>#12873</a> 
from jetty/fix/12.0.x/ee8-cdi-impl</li>
   <li>Additional commits viewable in <a 
href="https://github.com/jetty/jetty.project/compare/jetty-12.0.17...jetty-12.0.18";>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