dependabot[bot] opened a new pull request, #1486: URL: https://github.com/apache/syncope/pull/1486
Bumps [org.glassfish:jakarta.faces](https://github.com/eclipse-ee4j/mojarra) from 4.1.12 to 4.1.13. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eclipse-ee4j/mojarra/releases">org.glassfish:jakarta.faces's releases</a>.</em></p> <blockquote> <h2>4.1.13 has been released</h2> <ul> <li>Maven Central: <a href="https://repo1.maven.org/maven2/org/glassfish/jakarta.faces/4.1.13/">https://repo1.maven.org/maven2/org/glassfish/jakarta.faces/4.1.13/</a></li> <li>Milestone: <a href="https://github.com/eclipse-ee4j/mojarra/milestone/82?closed=1">https://github.com/eclipse-ee4j/mojarra/milestone/82?closed=1</a></li> </ul> <h2>What's Changed</h2> <ul> <li>Util.coalesce with 2 argument allocation-free (hot-path) by <a href="https://github.com/pizzi80"><code>@pizzi80</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5891">eclipse-ee4j/mojarra#5891</a></li> <li>Backport the <a href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5856">#5856</a> view build time work to 4.0 by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5893">eclipse-ee4j/mojarra#5893</a></li> <li>Backport the buildView bench harness improvements from master by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5894">eclipse-ee4j/mojarra#5894</a></li> <li>Keep FacesContext free of synthetic declared methods by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5895">eclipse-ee4j/mojarra#5895</a></li> <li>Add flat-markup and facet scenarios to the perf bench by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5896">eclipse-ee4j/mojarra#5896</a></li> <li>Fix <a href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5898">#5898</a>: read disableClientStateEncryption as a value by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5899">eclipse-ee4j/mojarra#5899</a></li> <li>Normalize the contracts directory comparison by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5900">eclipse-ee4j/mojarra#5900</a></li> <li>Add CONTEXT-PARAMS.md documenting every context parameter by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5897">eclipse-ee4j/mojarra#5897</a></li> <li>Fix <a href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5904">#5904</a>: tolerate an empty fragment or query string by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5905">eclipse-ee4j/mojarra#5905</a></li> <li>Update DefaultFaceletFactory to forbid absolute URLs by <a href="https://github.com/jasondlee"><code>@jasondlee</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5908">eclipse-ee4j/mojarra#5908</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/eclipse-ee4j/mojarra/compare/4.1.12-RELEASE...4.1.13-RELEASE">https://github.com/eclipse-ee4j/mojarra/compare/4.1.12-RELEASE...4.1.13-RELEASE</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eclipse-ee4j/mojarra/commit/35dac9cebfa7534ae0bd40465bad324ffc891f9f"><code>35dac9c</code></a> Prepare release 4.1.13</li> <li><a href="https://github.com/eclipse-ee4j/mojarra/commit/ee725f10136042341e0fe75e6ad03622d961ece9"><code>ee725f1</code></a> Merge pull request <a href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5908">#5908</a> from jasondlee/rce_fix_4_1</li> <li><a href="https://github.com/eclipse-ee4j/mojarra/commit/cecd996f2108babdc3e0c329ce2e23615936f464"><code>cecd996</code></a> Fix ui:include RCE</li> <li><a href="https://github.com/eclipse-ee4j/mojarra/commit/5d01a011e5e784d34491eb0fe3ca4d06c021778e"><code>5d01a01</code></a> Merge pull request <a href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5905">#5905</a> from eclipse-ee4j/issue_5904_url_builder_empty_segments</li> <li><a href="https://github.com/eclipse-ee4j/mojarra/commit/626f69b76f3b80138211e36c168f5b001ed0d81d"><code>626f69b</code></a> Fix <a href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5904">#5904</a>: tolerate an empty fragment or query string</li> <li><a href="https://github.com/eclipse-ee4j/mojarra/commit/429eee568ee80c61afd05f5613a53d0071ff22c4"><code>429eee5</code></a> Merge <a href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5897">#5897</a>, <a href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5898">#5898</a>, <a href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5899">#5899</a>, <a href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5900">#5900</a> from 4.0 into 4.1</li> <li><a href="https://github.com/eclipse-ee4j/mojarra/commit/9eb9d1c3cddc085e4e3f8ed95c563963dbab7c99"><code>9eb9d1c</code></a> Reference CONTEXT-PARAMS.md from the README</li> <li><a href="https://github.com/eclipse-ee4j/mojarra/commit/e4ac75e94380d0a0460edad98ffccff3167b492d"><code>e4ac75e</code></a> Merge pull request <a href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5897">#5897</a> from eclipse-ee4j/context_params_md</li> <li><a href="https://github.com/eclipse-ee4j/mojarra/commit/19fea7dd2a30f6cab7647c39dc96ffbb1aefca3f"><code>19fea7d</code></a> Add CONTEXT-PARAMS.md documenting every context parameter</li> <li><a href="https://github.com/eclipse-ee4j/mojarra/commit/2559f7773b0fcd99306ca0d6fae9e7101ddc3537"><code>2559f77</code></a> Merge pull request <a href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5900">#5900</a> from eclipse-ee4j/contracts_directory_comparison</li> <li>Additional commits viewable in <a href="https://github.com/eclipse-ee4j/mojarra/compare/4.1.12-RELEASE...4.1.13-RELEASE">compare view</a></li> </ul> </details> <br /> [](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
