You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@santuario.apache.org by GitBox <gi...@apache.org> on 2021/02/22 08:19:47 UTC

[GitHub] [santuario-xml-security-java] dependabot[bot] opened a new pull request #29: Bump jetty.version from 9.4.36.v20210114 to 10.0.0

dependabot[bot] opened a new pull request #29:
URL: https://github.com/apache/santuario-xml-security-java/pull/29


   Bumps `jetty.version` from 9.4.36.v20210114 to 10.0.0.
   Updates `jetty-server` from 9.4.36.v20210114 to 10.0.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/eclipse/jetty.project/releases">jetty-server's releases</a>.</em></p>
   <blockquote>
   <h2>10.0.0</h2>
   <h1>Eclipse Jetty 10.x Highlights</h1>
   <ul>
   <li>Jetty 10.x has a minimum Java requirement of Java 11.</li>
   <li>Jetty 10.x modules are proper JPMS modules with <code>module-info.class</code>.</li>
   <li>Jetty 10.x supports the following technology specs (from the Jakarta EE 8 effort):
   <ul>
   <li><code>javax.servlet</code> - 4.0.1</li>
   <li><code>javax.servlet.jsp</code> - 2.2</li>
   <li><code>javax.servlet.jsp.jstl</code> - 1.2</li>
   <li><code>javax.el</code> - 3.0.0</li>
   <li><code>javax.websocket</code> - 1.1</li>
   </ul>
   </li>
   <li>Jetty 10.x will be the last major version of Jetty to support the <code>javax.servlet</code> namespace.<br />
   Use Jetty 11.x for the updated <code>jakarta.servlet</code> namespace.</li>
   </ul>
   <h1>Important Changes</h1>
   <ul>
   <li>Classic jetty logging facade has been replaced with slf4j-api usage</li>
   <li>There is no longer a <code>jetty-distribution</code>, use <code>jetty-home</code> with a proper <code>${jetty.base}</code> instead.<br />
   See: <a href="https://www.eclipse.org/jetty/documentation/10.0.0/operations-guide/index.html#og-begin-arch">Operations Guide: Architecture</a>
   <ul>
   <li>New <code>demo</code> jetty-start module exists to replace the old demo-base functionality.</li>
   </ul>
   </li>
   <li>Remove jetty-all uber artifact</li>
   <li>Managing <code>Configuration</code> within a <code>WebAppContext</code> has a new API.<br />
   (They are now self ordering and do not require knowledge of Jetty internals to use successfully)</li>
   <li>Complete WebSocket refactoring, those using the Jetty APIs or embedded-jetty will need to update their code.
   <ul>
   <li>Support for WebSocket over HTTP/2 (client and server)</li>
   </ul>
   </li>
   <li>Jetty HttpClient has been improved.
   <ul>
   <li>Supports dynamic protocol upgrade (http/2 and http/1.1).</li>
   </ul>
   </li>
   <li>Session management has been refactored as well.</li>
   </ul>
   <h1>Special Thanks to the following Eclipse Jetty community members</h1>
   <ul>
   <li><a href="https://github.com/dejpec"><code>@dejpec</code></a> (dejpec)</li>
   <li><a href="https://github.com/dennyac"><code>@dennyac</code></a> (Denny Abraham Cheriyan)</li>
   <li><a href="https://github.com/grgrzybek"><code>@grgrzybek</code></a> (Grzegorz Grzybek)</li>
   <li><a href="https://github.com/schnittstabil"><code>@schnittstabil</code></a> (Michael Mayer)</li>
   <li><a href="https://github.com/attiand"><code>@attiand</code></a> (Mattias Andersson)</li>
   </ul>
   <h1>Changelog</h1>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5739">#5739</a> - jetty-distribution is not created when building 11.0.0.beta3</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5732">#5732</a> - Fix ArithmeticException &quot;/ by zero&quot; in Pool.acquire()</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5729">#5729</a> - Do not create and use jars with &quot;tests&quot; classifier.</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5710">#5710</a> - remove unnecessary transition to READY in ContentProducer.isReady</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5705">#5705</a> - Move websocket-util classes into websocket-core</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5698">#5698</a> - Bump commons-codec from 1.13 to 1.15</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5695">#5695</a> - Bump api-ldap-schema-data from 2.0.0 to 2.0.1</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5694">#5694</a> - Bump commons-lang3 from 3.9 to 3.11</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5691">#5691</a> - HttpInput may skip setting fill interest</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5679">#5679</a> - Distro argument --list-all-modules does not work</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5674">#5674</a> - Drop /jetty-spring/ module</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/eclipse/jetty.project/commit/b9645a17373e4e9b7f30b6c0a07defcea2cb660b"><code>b9645a1</code></a> Updating to version 10.0.0</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/0a034dbd50139cc1c333151d49e666553edc174b"><code>0a034db</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5740">#5740</a> from eclipse/jetty-10.0.x-5739-Remove-distribution-f...</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/41c2e9cb6d52cbc397bdc464d4dd5363e7b73e16"><code>41c2e9c</code></a> Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-10.0.x-5739-Rem...</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/0eccddececf5a5a393ebb4e132a54b70b024043c"><code>0eccdde</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5744">#5744</a> from eclipse/jetty-10.0.x-5086-review-scanner</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/9c882ee7966ed2c890e8079db5a81596cf0cb2c8"><code>9c882ee</code></a> Improved KeyStoreScanner.scan().</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/37882236a6639836f8f6acd01e6f9975be04bcb9"><code>3788223</code></a> Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/f0a2ab4fedef6bc062e833128abf2479ac9d927a"><code>f0a2ab4</code></a> Issue <a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5675">#5675</a> Update some osgi test dependencies (<a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5676">#5676</a>)</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/c90690abf6897e1618514beac65fdacc7be6f104"><code>c90690a</code></a> Updating example output</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/ddef266fe79d512c1ce0b7aa54259df7a9a79d02"><code>ddef266</code></a> Fixing comment</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/fe0e076055a02d4659a345cbef18a8d2ead07ad0"><code>fe0e076</code></a> Using capital case for static final field.</li>
   <li>Additional commits viewable in <a href="https://github.com/eclipse/jetty.project/compare/jetty-9.4.36.v20210114...jetty-10.0.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `jetty-servlet` from 9.4.36.v20210114 to 10.0.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/eclipse/jetty.project/releases">jetty-servlet's releases</a>.</em></p>
   <blockquote>
   <h2>10.0.0</h2>
   <h1>Eclipse Jetty 10.x Highlights</h1>
   <ul>
   <li>Jetty 10.x has a minimum Java requirement of Java 11.</li>
   <li>Jetty 10.x modules are proper JPMS modules with <code>module-info.class</code>.</li>
   <li>Jetty 10.x supports the following technology specs (from the Jakarta EE 8 effort):
   <ul>
   <li><code>javax.servlet</code> - 4.0.1</li>
   <li><code>javax.servlet.jsp</code> - 2.2</li>
   <li><code>javax.servlet.jsp.jstl</code> - 1.2</li>
   <li><code>javax.el</code> - 3.0.0</li>
   <li><code>javax.websocket</code> - 1.1</li>
   </ul>
   </li>
   <li>Jetty 10.x will be the last major version of Jetty to support the <code>javax.servlet</code> namespace.<br />
   Use Jetty 11.x for the updated <code>jakarta.servlet</code> namespace.</li>
   </ul>
   <h1>Important Changes</h1>
   <ul>
   <li>Classic jetty logging facade has been replaced with slf4j-api usage</li>
   <li>There is no longer a <code>jetty-distribution</code>, use <code>jetty-home</code> with a proper <code>${jetty.base}</code> instead.<br />
   See: <a href="https://www.eclipse.org/jetty/documentation/10.0.0/operations-guide/index.html#og-begin-arch">Operations Guide: Architecture</a>
   <ul>
   <li>New <code>demo</code> jetty-start module exists to replace the old demo-base functionality.</li>
   </ul>
   </li>
   <li>Remove jetty-all uber artifact</li>
   <li>Managing <code>Configuration</code> within a <code>WebAppContext</code> has a new API.<br />
   (They are now self ordering and do not require knowledge of Jetty internals to use successfully)</li>
   <li>Complete WebSocket refactoring, those using the Jetty APIs or embedded-jetty will need to update their code.
   <ul>
   <li>Support for WebSocket over HTTP/2 (client and server)</li>
   </ul>
   </li>
   <li>Jetty HttpClient has been improved.
   <ul>
   <li>Supports dynamic protocol upgrade (http/2 and http/1.1).</li>
   </ul>
   </li>
   <li>Session management has been refactored as well.</li>
   </ul>
   <h1>Special Thanks to the following Eclipse Jetty community members</h1>
   <ul>
   <li><a href="https://github.com/dejpec"><code>@dejpec</code></a> (dejpec)</li>
   <li><a href="https://github.com/dennyac"><code>@dennyac</code></a> (Denny Abraham Cheriyan)</li>
   <li><a href="https://github.com/grgrzybek"><code>@grgrzybek</code></a> (Grzegorz Grzybek)</li>
   <li><a href="https://github.com/schnittstabil"><code>@schnittstabil</code></a> (Michael Mayer)</li>
   <li><a href="https://github.com/attiand"><code>@attiand</code></a> (Mattias Andersson)</li>
   </ul>
   <h1>Changelog</h1>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5739">#5739</a> - jetty-distribution is not created when building 11.0.0.beta3</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5732">#5732</a> - Fix ArithmeticException &quot;/ by zero&quot; in Pool.acquire()</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5729">#5729</a> - Do not create and use jars with &quot;tests&quot; classifier.</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5710">#5710</a> - remove unnecessary transition to READY in ContentProducer.isReady</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5705">#5705</a> - Move websocket-util classes into websocket-core</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5698">#5698</a> - Bump commons-codec from 1.13 to 1.15</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5695">#5695</a> - Bump api-ldap-schema-data from 2.0.0 to 2.0.1</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5694">#5694</a> - Bump commons-lang3 from 3.9 to 3.11</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5691">#5691</a> - HttpInput may skip setting fill interest</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5679">#5679</a> - Distro argument --list-all-modules does not work</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5674">#5674</a> - Drop /jetty-spring/ module</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/eclipse/jetty.project/commit/b9645a17373e4e9b7f30b6c0a07defcea2cb660b"><code>b9645a1</code></a> Updating to version 10.0.0</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/0a034dbd50139cc1c333151d49e666553edc174b"><code>0a034db</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5740">#5740</a> from eclipse/jetty-10.0.x-5739-Remove-distribution-f...</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/41c2e9cb6d52cbc397bdc464d4dd5363e7b73e16"><code>41c2e9c</code></a> Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-10.0.x-5739-Rem...</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/0eccddececf5a5a393ebb4e132a54b70b024043c"><code>0eccdde</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5744">#5744</a> from eclipse/jetty-10.0.x-5086-review-scanner</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/9c882ee7966ed2c890e8079db5a81596cf0cb2c8"><code>9c882ee</code></a> Improved KeyStoreScanner.scan().</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/37882236a6639836f8f6acd01e6f9975be04bcb9"><code>3788223</code></a> Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/f0a2ab4fedef6bc062e833128abf2479ac9d927a"><code>f0a2ab4</code></a> Issue <a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5675">#5675</a> Update some osgi test dependencies (<a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5676">#5676</a>)</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/c90690abf6897e1618514beac65fdacc7be6f104"><code>c90690a</code></a> Updating example output</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/ddef266fe79d512c1ce0b7aa54259df7a9a79d02"><code>ddef266</code></a> Fixing comment</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/fe0e076055a02d4659a345cbef18a8d2ead07ad0"><code>fe0e076</code></a> Using capital case for static final field.</li>
   <li>Additional commits viewable in <a href="https://github.com/eclipse/jetty.project/compare/jetty-9.4.36.v20210114...jetty-10.0.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `jetty-servlets` from 9.4.36.v20210114 to 10.0.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/eclipse/jetty.project/releases">jetty-servlets's releases</a>.</em></p>
   <blockquote>
   <h2>10.0.0</h2>
   <h1>Eclipse Jetty 10.x Highlights</h1>
   <ul>
   <li>Jetty 10.x has a minimum Java requirement of Java 11.</li>
   <li>Jetty 10.x modules are proper JPMS modules with <code>module-info.class</code>.</li>
   <li>Jetty 10.x supports the following technology specs (from the Jakarta EE 8 effort):
   <ul>
   <li><code>javax.servlet</code> - 4.0.1</li>
   <li><code>javax.servlet.jsp</code> - 2.2</li>
   <li><code>javax.servlet.jsp.jstl</code> - 1.2</li>
   <li><code>javax.el</code> - 3.0.0</li>
   <li><code>javax.websocket</code> - 1.1</li>
   </ul>
   </li>
   <li>Jetty 10.x will be the last major version of Jetty to support the <code>javax.servlet</code> namespace.<br />
   Use Jetty 11.x for the updated <code>jakarta.servlet</code> namespace.</li>
   </ul>
   <h1>Important Changes</h1>
   <ul>
   <li>Classic jetty logging facade has been replaced with slf4j-api usage</li>
   <li>There is no longer a <code>jetty-distribution</code>, use <code>jetty-home</code> with a proper <code>${jetty.base}</code> instead.<br />
   See: <a href="https://www.eclipse.org/jetty/documentation/10.0.0/operations-guide/index.html#og-begin-arch">Operations Guide: Architecture</a>
   <ul>
   <li>New <code>demo</code> jetty-start module exists to replace the old demo-base functionality.</li>
   </ul>
   </li>
   <li>Remove jetty-all uber artifact</li>
   <li>Managing <code>Configuration</code> within a <code>WebAppContext</code> has a new API.<br />
   (They are now self ordering and do not require knowledge of Jetty internals to use successfully)</li>
   <li>Complete WebSocket refactoring, those using the Jetty APIs or embedded-jetty will need to update their code.
   <ul>
   <li>Support for WebSocket over HTTP/2 (client and server)</li>
   </ul>
   </li>
   <li>Jetty HttpClient has been improved.
   <ul>
   <li>Supports dynamic protocol upgrade (http/2 and http/1.1).</li>
   </ul>
   </li>
   <li>Session management has been refactored as well.</li>
   </ul>
   <h1>Special Thanks to the following Eclipse Jetty community members</h1>
   <ul>
   <li><a href="https://github.com/dejpec"><code>@dejpec</code></a> (dejpec)</li>
   <li><a href="https://github.com/dennyac"><code>@dennyac</code></a> (Denny Abraham Cheriyan)</li>
   <li><a href="https://github.com/grgrzybek"><code>@grgrzybek</code></a> (Grzegorz Grzybek)</li>
   <li><a href="https://github.com/schnittstabil"><code>@schnittstabil</code></a> (Michael Mayer)</li>
   <li><a href="https://github.com/attiand"><code>@attiand</code></a> (Mattias Andersson)</li>
   </ul>
   <h1>Changelog</h1>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5739">#5739</a> - jetty-distribution is not created when building 11.0.0.beta3</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5732">#5732</a> - Fix ArithmeticException &quot;/ by zero&quot; in Pool.acquire()</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5729">#5729</a> - Do not create and use jars with &quot;tests&quot; classifier.</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5710">#5710</a> - remove unnecessary transition to READY in ContentProducer.isReady</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5705">#5705</a> - Move websocket-util classes into websocket-core</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5698">#5698</a> - Bump commons-codec from 1.13 to 1.15</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5695">#5695</a> - Bump api-ldap-schema-data from 2.0.0 to 2.0.1</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5694">#5694</a> - Bump commons-lang3 from 3.9 to 3.11</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5691">#5691</a> - HttpInput may skip setting fill interest</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5679">#5679</a> - Distro argument --list-all-modules does not work</li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5674">#5674</a> - Drop /jetty-spring/ module</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/eclipse/jetty.project/commit/b9645a17373e4e9b7f30b6c0a07defcea2cb660b"><code>b9645a1</code></a> Updating to version 10.0.0</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/0a034dbd50139cc1c333151d49e666553edc174b"><code>0a034db</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5740">#5740</a> from eclipse/jetty-10.0.x-5739-Remove-distribution-f...</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/41c2e9cb6d52cbc397bdc464d4dd5363e7b73e16"><code>41c2e9c</code></a> Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-10.0.x-5739-Rem...</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/0eccddececf5a5a393ebb4e132a54b70b024043c"><code>0eccdde</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5744">#5744</a> from eclipse/jetty-10.0.x-5086-review-scanner</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/9c882ee7966ed2c890e8079db5a81596cf0cb2c8"><code>9c882ee</code></a> Improved KeyStoreScanner.scan().</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/37882236a6639836f8f6acd01e6f9975be04bcb9"><code>3788223</code></a> Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/f0a2ab4fedef6bc062e833128abf2479ac9d927a"><code>f0a2ab4</code></a> Issue <a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5675">#5675</a> Update some osgi test dependencies (<a href="https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5676">#5676</a>)</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/c90690abf6897e1618514beac65fdacc7be6f104"><code>c90690a</code></a> Updating example output</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/ddef266fe79d512c1ce0b7aa54259df7a9a79d02"><code>ddef266</code></a> Fixing comment</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/fe0e076055a02d4659a345cbef18a8d2ead07ad0"><code>fe0e076</code></a> Using capital case for static final field.</li>
   <li>Additional commits viewable in <a href="https://github.com/eclipse/jetty.project/compare/jetty-9.4.36.v20210114...jetty-10.0.0">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 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.

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



[GitHub] [santuario-xml-security-java] dependabot[bot] commented on pull request #29: Bump jetty.version from 9.4.36.v20210114 to 10.0.0

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on pull request #29:
URL: https://github.com/apache/santuario-xml-security-java/pull/29#issuecomment-783947123


   OK, I won't notify you about version 10.x.x again, unless you re-open this PR or update to a 10.x.x release yourself.


----------------------------------------------------------------
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.

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



[GitHub] [santuario-xml-security-java] coheigea commented on pull request #29: Bump jetty.version from 9.4.36.v20210114 to 10.0.0

Posted by GitBox <gi...@apache.org>.
coheigea commented on pull request #29:
URL: https://github.com/apache/santuario-xml-security-java/pull/29#issuecomment-783947117


   @dependabot ignore this major version


----------------------------------------------------------------
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.

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



[GitHub] [santuario-xml-security-java] dependabot[bot] closed pull request #29: Bump jetty.version from 9.4.36.v20210114 to 10.0.0

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #29:
URL: https://github.com/apache/santuario-xml-security-java/pull/29


   


----------------------------------------------------------------
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.

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