You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/04/14 01:06:24 UTC

[PR] Bump jetty-maven-plugin from 10.0.14 to 10.0.15 (logging-log4j-samples)

dependabot[bot] opened a new pull request, #25:
URL: https://github.com/apache/logging-log4j-samples/pull/25

   Bumps [jetty-maven-plugin](https://github.com/eclipse/jetty.project) from 10.0.14 to 10.0.15.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/eclipse/jetty.project/releases">jetty-maven-plugin's releases</a>.</em></p>
   <blockquote>
   <h2>10.0.15</h2>
   <h1>Changelog</h1>
   <ul>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/9556">#9556</a> - Password Util does not ask for password</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/9555">#9555</a> - General bug fixes for jetty-start</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/9517">#9517</a> - Jetty 10.0.14 uses wrong pathSpec for request</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/9501">#9501</a> - jetty client with proxy - ssl traffic between both proxy and servers</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/9497">#9497</a> - Maven plugin add support for jar projects in <code>:effective-web-xml</code></li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/9494">#9494</a> - Improved HttpClient TLS documentation about server host name verification</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/9468">#9468</a> - Jetty 10.0.14 is less tolerant of non-compliant cookies than 10.0.13</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/9464">#9464</a> - Respect expiry time of ID token</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/9400">#9400</a> - Jetty logs warning with stacktrace when annotation parser encounters module-info.class file inside elasticsearch-x-content jar</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/9309">#9309</a> - <code>jetty.sh</code> cannot handle complex Jetty properties from <code>start.d/*.ini</code></li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/9237">#9237</a> - Decouple QTP <code>idleTimeout</code> from pool shrink rate</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/6184">#6184</a> - Remove usages of classes associated with <a href="https://openjdk.org/jeps/411">JEP-411</a> that deprecate/remove the SecurityManager from the JVM</li>
   </ul>
   <h1>Dependencies</h1>
   <ul>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/9610">#9610</a> - Bump tycho-p2-repository-plugin to 3.0.4</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/9607">#9607</a> - Bump logback-core to 1.3.6</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/9596">#9596</a> - Bump org.eclipse.osgi.util to 3.7.200</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/9591">#9591</a> - Bump json-smart to 2.4.10</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/9581">#9581</a> - Bump commons-compress to 1.23.0</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/9575">#9575</a> - Bump protostream to 4.6.2.Final</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/9574">#9574</a> - Bump org.eclipse.osgi to 3.18.300</li>
   <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/9558">#9558</a> - Bump asm.version to 9.5</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/eclipse/jetty.project/commit/68017dbd00236bb7e187330d7585a059610f661d"><code>68017db</code></a> Updating to version 10.0.15</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/24b7d06fd5ce5468caa3eaa93688879fb2900fda"><code>24b7d06</code></a> Issue <a href="https://redirect.github.com/eclipse/jetty.project/issues/9464">#9464</a> - Add optional configuration to log user out after OpenID idToken...</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/81efae2f987215ff9dc186b76efc7dc14dd64355"><code>81efae2</code></a> jetty-start cleanup (<a href="https://redirect.github.com/eclipse/jetty.project/issues/9555">#9555</a>)</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/2c61011de1619921c55572e2372aebfdc7fd94da"><code>2c61011</code></a> Fixes <a href="https://redirect.github.com/eclipse/jetty.project/issues/6184">#6184</a> - JEP-411 will deprecate/remove the SecurityManager from … (<a href="https://redirect.github.com/eclipse/jetty.project/issues/9616">#9616</a>)</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/795315f6ff057ac23fd3f4a5518b985cba7e1a2f"><code>795315f</code></a> Merge pull request <a href="https://redirect.github.com/eclipse/jetty.project/issues/9531">#9531</a> from eclipse/jetty-10.0.x-multiPartTestImprovment</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/3e42cbfd7b6c1f3b01f1b2f09ef0c740a8840e88"><code>3e42cbf</code></a> Fixes <a href="https://redirect.github.com/eclipse/jetty.project/issues/9556">#9556</a> - Better prompt for input on Password (<a href="https://redirect.github.com/eclipse/jetty.project/issues/9557">#9557</a>)</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/9ff24ea443e9f8ce13c260d25a1b10a0400666e0"><code>9ff24ea</code></a> <a href="https://redirect.github.com/eclipse/jetty.project/issues/9622">#9622</a> replace wait loops with awaitility and ensure the tested values are sta...</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/642ce818ae20a2f6b53747a560fdfa3fa2c94b0b"><code>642ce81</code></a> Update README about build tools (<a href="https://redirect.github.com/eclipse/jetty.project/issues/9545">#9545</a>)</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/a87784cf5d005d0a55fe35711acbd8c97d1a0f49"><code>a87784c</code></a> Merge pull request <a href="https://redirect.github.com/eclipse/jetty.project/issues/9585">#9585</a> from eclipse/dependabot/maven/jetty-10.0.x/maven.sur...</li>
   <li><a href="https://github.com/eclipse/jetty.project/commit/7c030511510f50c8d49e9faf8f6d2a16a799220d"><code>7c03051</code></a> Merge pull request <a href="https://redirect.github.com/eclipse/jetty.project/issues/9575">#9575</a> from eclipse/dependabot/maven/jetty-10.0.x/org.infin...</li>
   <li>Additional commits viewable in <a href="https://github.com/eclipse/jetty.project/compare/jetty-10.0.14...jetty-10.0.15">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.eclipse.jetty:jetty-maven-plugin&package-manager=maven&previous-version=10.0.14&new-version=10.0.15)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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.

To unsubscribe, e-mail: notifications-unsubscribe@logging.apache.org

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


Re: [PR] Bump jetty-maven-plugin from 10.0.14 to 10.0.15 (logging-log4j-samples)

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] merged PR #25:
URL: https://github.com/apache/logging-log4j-samples/pull/25


-- 
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: notifications-unsubscribe@logging.apache.org

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