dependabot[bot] opened a new pull request, #3247: URL: https://github.com/apache/jena/pull/3247
Bumps the maven-patch-group group with 5 updates: | Package | From | To | | --- | --- | --- | | [org.junit:junit-bom](https://github.com/junit-team/junit5) | `5.13.0` | `5.13.1` | | [org.eclipse.jetty:jetty-bom](https://github.com/jetty/jetty.project) | `12.0.21` | `12.0.22` | | [org.eclipse.jetty.ee10:jetty-ee10-bom](https://github.com/jetty/jetty.project) | `12.0.21` | `12.0.22` | | [org.codehaus.mojo:build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin) | `3.6.0` | `3.6.1` | | [org.omnifaces:omnifaces](https://github.com/omnifaces/omnifaces) | `4.6.3` | `4.6.5` | Updates `org.junit:junit-bom` from 5.13.0 to 5.13.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/junit-team/junit5/releases">org.junit:junit-bom's releases</a>.</em></p> <blockquote> <p>JUnit 5.13.1 = Platform 1.13.1 + Jupiter 5.13.1 + Vintage 5.13.1</p> <p>See <a href="https://junit.org/junit5/docs/5.13.1/release-notes/">Release Notes</a>.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/junit-team/junit5/compare/r5.13.0...r5.13.1">https://github.com/junit-team/junit5/compare/r5.13.0...r5.13.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/junit-team/junit5/commit/b580aa90923f44aaa412ae32ba0915b06f96c697"><code>b580aa9</code></a> Release 5.13.1</li> <li><a href="https://github.com/junit-team/junit5/commit/97095e92bea117e52551066bd91d7b155b9d9aa5"><code>97095e9</code></a> Finalize 5.13.1 release notes</li> <li><a href="https://github.com/junit-team/junit5/commit/f0747f192d05dc9688b31eb6a4739e8a5164118d"><code>f0747f1</code></a> Use GraphQL API to list matching milestones to avoid pagination issues</li> <li><a href="https://github.com/junit-team/junit5/commit/af5e3bd975addecea38e831babb8187d3daa65c9"><code>af5e3bd</code></a> Fix support pre-5.13 <code>AnnotationBasedArgumentsProvider</code> implementations (<a href="https://redirect.github.com/junit-team/junit5/issues/4611">#4611</a>)</li> <li><a href="https://github.com/junit-team/junit5/commit/4170597350f414cc9e42cfc46e8dffaa93cb73cb"><code>4170597</code></a> Restore compatibility with Java 8</li> <li><a href="https://github.com/junit-team/junit5/commit/a866c0169d5254a67b561a652c757b24f45859f0"><code>a866c01</code></a> Ensure <code>@Nested</code> classes are executed after sibling test methods (<a href="https://redirect.github.com/junit-team/junit5/issues/4603">#4603</a>)</li> <li><a href="https://github.com/junit-team/junit5/commit/2d58467d717c0e39fde9dc752ebd1682ec789d68"><code>2d58467</code></a> Create initial 5.13.1 release notes from template</li> <li><a href="https://github.com/junit-team/junit5/commit/3447d713ef2222a4942b082f66d76af393d4536d"><code>3447d71</code></a> Update supported versions</li> <li><a href="https://github.com/junit-team/junit5/commit/6a7998b136173a0bb89c00407cb7b6d78d0778f0"><code>6a7998b</code></a> Revert "Don't error on already closed milestones"</li> <li><a href="https://github.com/junit-team/junit5/commit/d7c82165dde2b58bdf2442f1824ae15010fcf297"><code>d7c8216</code></a> Back to snapshots for further development</li> <li>See full diff in <a href="https://github.com/junit-team/junit5/compare/r5.13.0...r5.13.1">compare view</a></li> </ul> </details> <br /> Updates `org.eclipse.jetty:jetty-bom` from 12.0.21 to 12.0.22 <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.22</h2> <h1>Changelog</h1> <ul> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/13182">#13182</a> - Ignore bad cookie names in legacy CookieCutter</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/13164">#13164</a> - ProxyServlet abort</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/13161">#13161</a> - Change default stop timeout value in <code>WebSocketClient</code></li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/13147">#13147</a> - Support <code>maven.offline</code> property in jetty-start, to control of download of maven files from remote repos during <code>--add-modules</code></li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/13144">#13144</a> - Cross Context Dispatch with Async does not honor context</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/13136">#13136</a> - Do not abort response in nested HttpChannelState.onError if sendError</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/13135">#13135</a> - Allow onSuccess to abort Iterating Callback</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/13131">#13131</a> - Surface received GOAWAY in HttpClient</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/13128">#13128</a> - Merge back Release/12.0.21</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/13126">#13126</a> - Fix shared blocking callback hang</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/13098">#13098</a> - HTTP2 Server Error Handling is different than HTTP1</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/13057">#13057</a> - InvalidPathException instead of MalformedURLException after switching to jetty12</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/13013">#13013</a> - Rework websocket <code>FrameFlusher</code>'s expiration</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/12918">#12918</a> - NullPointerException with ServeAs requests (with FormAuthenticator)</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/12659">#12659</a> - Use websocket over varying http protocols using a single client</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jetty/jetty.project/commit/335c9ab44a5591f0ea941bf350e139b8c4f5537c"><code>335c9ab</code></a> Updating to version 12.0.22</li> <li><a href="https://github.com/jetty/jetty.project/commit/0b3adcaa62c7d0c5d286eeb4f71a58ca7049d481"><code>0b3adca</code></a> Fixes <a href="https://redirect.github.com/jetty/jetty.project/issues/13098">#13098</a> - HTTP2 Server Error Handling is different than HTTP1 (<a href="https://redirect.github.com/jetty/jetty.project/issues/13141">#13141</a>)</li> <li><a href="https://github.com/jetty/jetty.project/commit/7c8c3bbabe9d119a09283296d00471fc6cfd354b"><code>7c8c3bb</code></a> Fixes <a href="https://redirect.github.com/jetty/jetty.project/issues/4493">#4493</a> - Document ThreadPoolBudget behavior. (<a href="https://redirect.github.com/jetty/jetty.project/issues/13188">#13188</a>)</li> <li><a href="https://github.com/jetty/jetty.project/commit/317e566e399e194816dd0a7c4c48279c243d1b86"><code>317e566</code></a> Issue <a href="https://redirect.github.com/jetty/jetty.project/issues/13144">#13144</a> - Cross context dispatch in ee9/ee8 breaks AsyncContext.dispatch...</li> <li><a href="https://github.com/jetty/jetty.project/commit/3fbe5cd15ba15192fcbd0d6f88fb4a7098a19f15"><code>3fbe5cd</code></a> Merge pull request <a href="https://redirect.github.com/jetty/jetty.project/issues/13182">#13182</a> from jetty/fix/jetty-12.0.x/13168/badCookieNames</li> <li><a href="https://github.com/jetty/jetty.project/commit/d1a3ebba164c9ab068b041481db6db65e5149dc4"><code>d1a3ebb</code></a> Jetty 12.0.x setup pom and release script for new central portal (<a href="https://redirect.github.com/jetty/jetty.project/issues/13174">#13174</a>)</li> <li><a href="https://github.com/jetty/jetty.project/commit/391ab02436d10c07637b0437b9c0a27e7f6808bc"><code>391ab02</code></a> Use new apache-jsp dependencies (<a href="https://redirect.github.com/jetty/jetty.project/issues/13180">#13180</a>)</li> <li><a href="https://github.com/jetty/jetty.project/commit/db0d6d34dfd87f092e7a3e9740a30af19ed85e32"><code>db0d6d3</code></a> Issue <a href="https://redirect.github.com/jetty/jetty.project/issues/13057">#13057</a> - ServletContext.getResource() failures should result in Malform...</li> <li><a href="https://github.com/jetty/jetty.project/commit/e090592a3b89d8ea984183e0396db00060ee035e"><code>e090592</code></a> remove totally spotbugs errorprone</li> <li><a href="https://github.com/jetty/jetty.project/commit/c112a1c5380153f708fcf47b8d25588801eb842f"><code>c112a1c</code></a> Support <code>maven.offline</code> property in jetty-start, to control of download of ma...</li> <li>Additional commits viewable in <a href="https://github.com/jetty/jetty.project/compare/jetty-12.0.21...jetty-12.0.22">compare view</a></li> </ul> </details> <br /> Updates `org.eclipse.jetty.ee10:jetty-ee10-bom` from 12.0.21 to 12.0.22 <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.22</h2> <h1>Changelog</h1> <ul> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/13182">#13182</a> - Ignore bad cookie names in legacy CookieCutter</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/13164">#13164</a> - ProxyServlet abort</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/13161">#13161</a> - Change default stop timeout value in <code>WebSocketClient</code></li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/13147">#13147</a> - Support <code>maven.offline</code> property in jetty-start, to control of download of maven files from remote repos during <code>--add-modules</code></li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/13144">#13144</a> - Cross Context Dispatch with Async does not honor context</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/13136">#13136</a> - Do not abort response in nested HttpChannelState.onError if sendError</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/13135">#13135</a> - Allow onSuccess to abort Iterating Callback</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/13131">#13131</a> - Surface received GOAWAY in HttpClient</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/13128">#13128</a> - Merge back Release/12.0.21</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/13126">#13126</a> - Fix shared blocking callback hang</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/13098">#13098</a> - HTTP2 Server Error Handling is different than HTTP1</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/13057">#13057</a> - InvalidPathException instead of MalformedURLException after switching to jetty12</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/13013">#13013</a> - Rework websocket <code>FrameFlusher</code>'s expiration</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/12918">#12918</a> - NullPointerException with ServeAs requests (with FormAuthenticator)</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/12659">#12659</a> - Use websocket over varying http protocols using a single client</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jetty/jetty.project/commit/335c9ab44a5591f0ea941bf350e139b8c4f5537c"><code>335c9ab</code></a> Updating to version 12.0.22</li> <li><a href="https://github.com/jetty/jetty.project/commit/0b3adcaa62c7d0c5d286eeb4f71a58ca7049d481"><code>0b3adca</code></a> Fixes <a href="https://redirect.github.com/jetty/jetty.project/issues/13098">#13098</a> - HTTP2 Server Error Handling is different than HTTP1 (<a href="https://redirect.github.com/jetty/jetty.project/issues/13141">#13141</a>)</li> <li><a href="https://github.com/jetty/jetty.project/commit/7c8c3bbabe9d119a09283296d00471fc6cfd354b"><code>7c8c3bb</code></a> Fixes <a href="https://redirect.github.com/jetty/jetty.project/issues/4493">#4493</a> - Document ThreadPoolBudget behavior. (<a href="https://redirect.github.com/jetty/jetty.project/issues/13188">#13188</a>)</li> <li><a href="https://github.com/jetty/jetty.project/commit/317e566e399e194816dd0a7c4c48279c243d1b86"><code>317e566</code></a> Issue <a href="https://redirect.github.com/jetty/jetty.project/issues/13144">#13144</a> - Cross context dispatch in ee9/ee8 breaks AsyncContext.dispatch...</li> <li><a href="https://github.com/jetty/jetty.project/commit/3fbe5cd15ba15192fcbd0d6f88fb4a7098a19f15"><code>3fbe5cd</code></a> Merge pull request <a href="https://redirect.github.com/jetty/jetty.project/issues/13182">#13182</a> from jetty/fix/jetty-12.0.x/13168/badCookieNames</li> <li><a href="https://github.com/jetty/jetty.project/commit/d1a3ebba164c9ab068b041481db6db65e5149dc4"><code>d1a3ebb</code></a> Jetty 12.0.x setup pom and release script for new central portal (<a href="https://redirect.github.com/jetty/jetty.project/issues/13174">#13174</a>)</li> <li><a href="https://github.com/jetty/jetty.project/commit/391ab02436d10c07637b0437b9c0a27e7f6808bc"><code>391ab02</code></a> Use new apache-jsp dependencies (<a href="https://redirect.github.com/jetty/jetty.project/issues/13180">#13180</a>)</li> <li><a href="https://github.com/jetty/jetty.project/commit/db0d6d34dfd87f092e7a3e9740a30af19ed85e32"><code>db0d6d3</code></a> Issue <a href="https://redirect.github.com/jetty/jetty.project/issues/13057">#13057</a> - ServletContext.getResource() failures should result in Malform...</li> <li><a href="https://github.com/jetty/jetty.project/commit/e090592a3b89d8ea984183e0396db00060ee035e"><code>e090592</code></a> remove totally spotbugs errorprone</li> <li><a href="https://github.com/jetty/jetty.project/commit/c112a1c5380153f708fcf47b8d25588801eb842f"><code>c112a1c</code></a> Support <code>maven.offline</code> property in jetty-start, to control of download of ma...</li> <li>Additional commits viewable in <a href="https://github.com/jetty/jetty.project/compare/jetty-12.0.21...jetty-12.0.22">compare view</a></li> </ul> </details> <br /> Updates `org.eclipse.jetty.ee10:jetty-ee10-bom` from 12.0.21 to 12.0.22 <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.22</h2> <h1>Changelog</h1> <ul> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/13182">#13182</a> - Ignore bad cookie names in legacy CookieCutter</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/13164">#13164</a> - ProxyServlet abort</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/13161">#13161</a> - Change default stop timeout value in <code>WebSocketClient</code></li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/13147">#13147</a> - Support <code>maven.offline</code> property in jetty-start, to control of download of maven files from remote repos during <code>--add-modules</code></li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/13144">#13144</a> - Cross Context Dispatch with Async does not honor context</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/13136">#13136</a> - Do not abort response in nested HttpChannelState.onError if sendError</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/13135">#13135</a> - Allow onSuccess to abort Iterating Callback</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/13131">#13131</a> - Surface received GOAWAY in HttpClient</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/13128">#13128</a> - Merge back Release/12.0.21</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/13126">#13126</a> - Fix shared blocking callback hang</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/13098">#13098</a> - HTTP2 Server Error Handling is different than HTTP1</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/13057">#13057</a> - InvalidPathException instead of MalformedURLException after switching to jetty12</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/13013">#13013</a> - Rework websocket <code>FrameFlusher</code>'s expiration</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/12918">#12918</a> - NullPointerException with ServeAs requests (with FormAuthenticator)</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/12659">#12659</a> - Use websocket over varying http protocols using a single client</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jetty/jetty.project/commit/335c9ab44a5591f0ea941bf350e139b8c4f5537c"><code>335c9ab</code></a> Updating to version 12.0.22</li> <li><a href="https://github.com/jetty/jetty.project/commit/0b3adcaa62c7d0c5d286eeb4f71a58ca7049d481"><code>0b3adca</code></a> Fixes <a href="https://redirect.github.com/jetty/jetty.project/issues/13098">#13098</a> - HTTP2 Server Error Handling is different than HTTP1 (<a href="https://redirect.github.com/jetty/jetty.project/issues/13141">#13141</a>)</li> <li><a href="https://github.com/jetty/jetty.project/commit/7c8c3bbabe9d119a09283296d00471fc6cfd354b"><code>7c8c3bb</code></a> Fixes <a href="https://redirect.github.com/jetty/jetty.project/issues/4493">#4493</a> - Document ThreadPoolBudget behavior. (<a href="https://redirect.github.com/jetty/jetty.project/issues/13188">#13188</a>)</li> <li><a href="https://github.com/jetty/jetty.project/commit/317e566e399e194816dd0a7c4c48279c243d1b86"><code>317e566</code></a> Issue <a href="https://redirect.github.com/jetty/jetty.project/issues/13144">#13144</a> - Cross context dispatch in ee9/ee8 breaks AsyncContext.dispatch...</li> <li><a href="https://github.com/jetty/jetty.project/commit/3fbe5cd15ba15192fcbd0d6f88fb4a7098a19f15"><code>3fbe5cd</code></a> Merge pull request <a href="https://redirect.github.com/jetty/jetty.project/issues/13182">#13182</a> from jetty/fix/jetty-12.0.x/13168/badCookieNames</li> <li><a href="https://github.com/jetty/jetty.project/commit/d1a3ebba164c9ab068b041481db6db65e5149dc4"><code>d1a3ebb</code></a> Jetty 12.0.x setup pom and release script for new central portal (<a href="https://redirect.github.com/jetty/jetty.project/issues/13174">#13174</a>)</li> <li><a href="https://github.com/jetty/jetty.project/commit/391ab02436d10c07637b0437b9c0a27e7f6808bc"><code>391ab02</code></a> Use new apache-jsp dependencies (<a href="https://redirect.github.com/jetty/jetty.project/issues/13180">#13180</a>)</li> <li><a href="https://github.com/jetty/jetty.project/commit/db0d6d34dfd87f092e7a3e9740a30af19ed85e32"><code>db0d6d3</code></a> Issue <a href="https://redirect.github.com/jetty/jetty.project/issues/13057">#13057</a> - ServletContext.getResource() failures should result in Malform...</li> <li><a href="https://github.com/jetty/jetty.project/commit/e090592a3b89d8ea984183e0396db00060ee035e"><code>e090592</code></a> remove totally spotbugs errorprone</li> <li><a href="https://github.com/jetty/jetty.project/commit/c112a1c5380153f708fcf47b8d25588801eb842f"><code>c112a1c</code></a> Support <code>maven.offline</code> property in jetty-start, to control of download of ma...</li> <li>Additional commits viewable in <a href="https://github.com/jetty/jetty.project/compare/jetty-12.0.21...jetty-12.0.22">compare view</a></li> </ul> </details> <br /> Updates `org.codehaus.mojo:build-helper-maven-plugin` from 3.6.0 to 3.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mojohaus/build-helper-maven-plugin/releases">org.codehaus.mojo:build-helper-maven-plugin's releases</a>.</em></p> <blockquote> <h2>3.6.1</h2> <!-- raw HTML omitted --> <h2>📝 Documentation updates</h2> <ul> <li>Rename Goals to Plugin Documentation in the site menu (<a href="https://redirect.github.com/mojohaus/build-helper-maven-plugin/pull/229">#229</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li>update the documentation for adding more resource directories (<a href="https://redirect.github.com/mojohaus/build-helper-maven-plugin/pull/213">#213</a>) <a href="https://github.com/mjj042"><code>@​mjj042</code></a></li> </ul> <h2>👻 Maintenance</h2> <ul> <li>Use common release-drafter configuration (<a href="https://redirect.github.com/mojohaus/build-helper-maven-plugin/pull/230">#230</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>Bump org.codehaus.mojo:mojo-parent from 87 to 91 (<a href="https://redirect.github.com/mojohaus/build-helper-maven-plugin/pull/228">#228</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.apache.maven.shared:file-management from 3.1.0 to 3.2.0 (<a href="https://redirect.github.com/mojohaus/build-helper-maven-plugin/pull/222">#222</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.codehaus.mojo:mojo-parent from 86 to 87 (<a href="https://redirect.github.com/mojohaus/build-helper-maven-plugin/pull/221">#221</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.codehaus.mojo:mojo-parent from 85 to 86 (<a href="https://redirect.github.com/mojohaus/build-helper-maven-plugin/pull/219">#219</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.codehaus.plexus:plexus-utils from 4.0.1 to 4.0.2 (<a href="https://redirect.github.com/mojohaus/build-helper-maven-plugin/pull/220">#220</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.codehaus.mojo:mojo-parent from 84 to 85 (<a href="https://redirect.github.com/mojohaus/build-helper-maven-plugin/pull/217">#217</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.codehaus.mojo:mojo-parent from 82 to 84 (<a href="https://redirect.github.com/mojohaus/build-helper-maven-plugin/pull/214">#214</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mojohaus/build-helper-maven-plugin/commit/908df59c109817837a30e2340d2e8e6481bd4359"><code>908df59</code></a> [maven-release-plugin] prepare release 3.6.1</li> <li><a href="https://github.com/mojohaus/build-helper-maven-plugin/commit/faafd8f533f04511c6b1107ef3a90dd287d9a90b"><code>faafd8f</code></a> Use common release-drafter configuration</li> <li><a href="https://github.com/mojohaus/build-helper-maven-plugin/commit/a91b402d31251d1ee7bd7de53e94440d09162ef2"><code>a91b402</code></a> Rename Goals to Plugin Documentation in the site menu</li> <li><a href="https://github.com/mojohaus/build-helper-maven-plugin/commit/1e9136d0ebb7689737906574134f6fb4465033b2"><code>1e9136d</code></a> Bump org.codehaus.mojo:mojo-parent from 87 to 91</li> <li><a href="https://github.com/mojohaus/build-helper-maven-plugin/commit/8700ddcd1659f0c7754d5cf977a0e52f53defa4a"><code>8700ddc</code></a> Bump org.apache.maven.shared:file-management from 3.1.0 to 3.2.0</li> <li><a href="https://github.com/mojohaus/build-helper-maven-plugin/commit/ab2c63520127f18f8b432ec110f0951f1e40d48b"><code>ab2c635</code></a> Bump org.codehaus.mojo:mojo-parent from 86 to 87</li> <li><a href="https://github.com/mojohaus/build-helper-maven-plugin/commit/611ce4052a7668acdffd804c097a7548a935faa2"><code>611ce40</code></a> Typos.</li> <li><a href="https://github.com/mojohaus/build-helper-maven-plugin/commit/02d2b8e4feb3ebf8db8174a720b3550f9a74b55d"><code>02d2b8e</code></a> Bump org.codehaus.mojo:mojo-parent from 85 to 86</li> <li><a href="https://github.com/mojohaus/build-helper-maven-plugin/commit/d742e5c858e428b79b5a2136de2609999951ce36"><code>d742e5c</code></a> Update site.xml to Doxia 2</li> <li><a href="https://github.com/mojohaus/build-helper-maven-plugin/commit/80b89b8cc9fcf5ebf47430aab60f8ed7d35793c4"><code>80b89b8</code></a> Bump org.codehaus.plexus:plexus-utils from 4.0.1 to 4.0.2</li> <li>Additional commits viewable in <a href="https://github.com/mojohaus/build-helper-maven-plugin/compare/3.6.0...3.6.1">compare view</a></li> </ul> </details> <br /> Updates `org.omnifaces:omnifaces` from 4.6.3 to 4.6.5 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/omnifaces/omnifaces/commit/6f864a70d85b442a398a61c28ffe55269488caa2"><code>6f864a7</code></a> prepare 4.6.5 release</li> <li><a href="https://github.com/omnifaces/omnifaces/commit/160f4d14fa7d5cb516f9576dfc2bf2f8e4ca7043"><code>160f4d1</code></a> Merge branch '3.x' into 4.6.5</li> <li><a href="https://github.com/omnifaces/omnifaces/commit/67073fb47effa390cee2de24958eb40afb64433e"><code>67073fb</code></a> prepare 3.14.11 release</li> <li><a href="https://github.com/omnifaces/omnifaces/commit/a981191f5e1b55ff9e1e14b14cadc30d10e88ef2"><code>a981191</code></a> Merge remote-tracking branch 'origin/2.x' into 3.x</li> <li><a href="https://github.com/omnifaces/omnifaces/commit/75b55928aac4ec2d45cba16e77c63ab020c8b50a"><code>75b5592</code></a> prepare 2.7.29 release</li> <li><a href="https://github.com/omnifaces/omnifaces/commit/602a1af437197cb0cf9b489ef771218ac979b769"><code>602a1af</code></a> Merge <a href="https://redirect.github.com/omnifaces/omnifaces/issues/898">#898</a> from 3.x into 4.x</li> <li><a href="https://github.com/omnifaces/omnifaces/commit/4df5f5c167d0548e7b7353e482a0015e772f471a"><code>4df5f5c</code></a> branch is now ready for 4.6.5 development</li> <li><a href="https://github.com/omnifaces/omnifaces/commit/88a2b94919ac090f7d6fc851ac206c7cba23dccb"><code>88a2b94</code></a> Merge remote-tracking branch 'origin/2.x' into 3.x</li> <li><a href="https://github.com/omnifaces/omnifaces/commit/a27ed0523a1e5546913a85132334d9f6658cb6f2"><code>a27ed05</code></a> Document <a href="https://redirect.github.com/omnifaces/omnifaces/issues/898">#898</a></li> <li><a href="https://github.com/omnifaces/omnifaces/commit/53c9c178b337b663d92e0c95bba465c18fc6bcc4"><code>53c9c17</code></a> Revert "updated javadoc"</li> <li>Additional commits viewable in <a href="https://github.com/omnifaces/omnifaces/compare/4.6.3...4.6.5">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]
