dependabot[bot] opened a new pull request, #713: URL: https://github.com/apache/axis-axis2-java-core/pull/713
Bumps [org.owasp.encoder:encoder](https://github.com/owasp/owasp-java-encoder) from 1.2.3 to 1.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/owasp/owasp-java-encoder/releases">org.owasp.encoder:encoder's releases</a>.</em></p> <blockquote> <h2>v1.3.0</h2> <h2>What's Changed</h2> <ul> <li>Add automatic module name by <a href="https://github.com/casid"><code>@casid</code></a> in <a href="https://redirect.github.com/OWASP/owasp-java-encoder/pull/45">OWASP/owasp-java-encoder#45</a></li> <li>Correct javadoc for Encode class. by <a href="https://github.com/kwwall"><code>@kwwall</code></a> in <a href="https://redirect.github.com/OWASP/owasp-java-encoder/pull/52">OWASP/owasp-java-encoder#52</a></li> <li>Add badge for javadoc by <a href="https://github.com/seanf"><code>@seanf</code></a> in <a href="https://redirect.github.com/OWASP/owasp-java-encoder/pull/55">OWASP/owasp-java-encoder#55</a></li> <li>Tiny typo Fix by <a href="https://github.com/loris-s-sonarsource"><code>@loris-s-sonarsource</code></a> in <a href="https://redirect.github.com/OWASP/owasp-java-encoder/pull/58">OWASP/owasp-java-encoder#58</a></li> <li>Bump spring-core from 5.1.3.RELEASE to 5.3.19 in /jsp by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/OWASP/owasp-java-encoder/pull/59">OWASP/owasp-java-encoder#59</a></li> <li>General Maintenance by <a href="https://github.com/jeremylong"><code>@jeremylong</code></a> in <a href="https://redirect.github.com/OWASP/owasp-java-encoder/pull/61">OWASP/owasp-java-encoder#61</a></li> <li>Improve Encode.forHtmlAttribute docs by <a href="https://github.com/meeque"><code>@meeque</code></a> in <a href="https://redirect.github.com/OWASP/owasp-java-encoder/pull/72">OWASP/owasp-java-encoder#72</a></li> <li>fix: update esapi thunk by <a href="https://github.com/jeremylong"><code>@jeremylong</code></a> in <a href="https://redirect.github.com/OWASP/owasp-java-encoder/pull/76">OWASP/owasp-java-encoder#76</a></li> <li>feat: multi-release jars - add module name by <a href="https://github.com/jeremylong"><code>@jeremylong</code></a> in <a href="https://redirect.github.com/OWASP/owasp-java-encoder/pull/77">OWASP/owasp-java-encoder#77</a></li> <li>feat: support jakarta jsp by <a href="https://github.com/jeremylong"><code>@jeremylong</code></a> in <a href="https://redirect.github.com/OWASP/owasp-java-encoder/pull/75">OWASP/owasp-java-encoder#75</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/casid"><code>@casid</code></a> made their first contribution in <a href="https://redirect.github.com/OWASP/owasp-java-encoder/pull/45">OWASP/owasp-java-encoder#45</a></li> <li><a href="https://github.com/seanf"><code>@seanf</code></a> made their first contribution in <a href="https://redirect.github.com/OWASP/owasp-java-encoder/pull/55">OWASP/owasp-java-encoder#55</a></li> <li><a href="https://github.com/loris-s-sonarsource"><code>@loris-s-sonarsource</code></a> made their first contribution in <a href="https://redirect.github.com/OWASP/owasp-java-encoder/pull/58">OWASP/owasp-java-encoder#58</a></li> <li><a href="https://github.com/dependabot"><code>@dependabot</code></a> made their first contribution in <a href="https://redirect.github.com/OWASP/owasp-java-encoder/pull/59">OWASP/owasp-java-encoder#59</a></li> <li><a href="https://github.com/meeque"><code>@meeque</code></a> made their first contribution in <a href="https://redirect.github.com/OWASP/owasp-java-encoder/pull/72">OWASP/owasp-java-encoder#72</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/OWASP/owasp-java-encoder/compare/v1.2.3...v1.3.0">https://github.com/OWASP/owasp-java-encoder/compare/v1.2.3...v1.3.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/OWASP/owasp-java-encoder/commit/9942889ccb68ed95a1577cd0f6e3ee09841e78de"><code>9942889</code></a> feat: support jakarta jsp (<a href="https://redirect.github.com/owasp/owasp-java-encoder/issues/75">#75</a>)</li> <li><a href="https://github.com/OWASP/owasp-java-encoder/commit/2f151ce3219efdfb7f957b6836c976382f629a26"><code>2f151ce</code></a> feat: multi-release jars - add module name (<a href="https://redirect.github.com/owasp/owasp-java-encoder/issues/77">#77</a>)</li> <li><a href="https://github.com/OWASP/owasp-java-encoder/commit/0fc8cdee14d4f798010fe866555b1b6e223bfcc1"><code>0fc8cde</code></a> fix: update esapi (<a href="https://redirect.github.com/owasp/owasp-java-encoder/issues/76">#76</a>)</li> <li><a href="https://github.com/OWASP/owasp-java-encoder/commit/58bd93dc7e9511500cebd50b3cbf8523d6720a7d"><code>58bd93d</code></a> Merge pull request <a href="https://redirect.github.com/owasp/owasp-java-encoder/issues/72">#72</a> from meeque/issue/71-forHtmlAttribute-docs</li> <li><a href="https://github.com/OWASP/owasp-java-encoder/commit/351e999dcfe4fee38c4aa4bc584d15d3de2ccbb6"><code>351e999</code></a> docs: correct javadoc</li> <li><a href="https://github.com/OWASP/owasp-java-encoder/commit/604a78f9b926391bd3768ac4545a7c7396b90cca"><code>604a78f</code></a> Be clearer about quotes in forHtmlAttribute docs.</li> <li><a href="https://github.com/OWASP/owasp-java-encoder/commit/0b581f8c4cdfde5b884b58718900a98f2285d7e8"><code>0b581f8</code></a> Make JSP example in JavaDocs more concise.</li> <li><a href="https://github.com/OWASP/owasp-java-encoder/commit/15903b4a2a100275a538b3b6bd64722a9c7a94d5"><code>15903b4</code></a> Improve a JSP example in JavaDocs.</li> <li><a href="https://github.com/OWASP/owasp-java-encoder/commit/ad296f224f1ad3c30cad46c64d8b45ec26e74fcd"><code>ad296f2</code></a> Update pom.xml</li> <li><a href="https://github.com/OWASP/owasp-java-encoder/commit/6309c0ad5d5a339f41dfa94384930f630d46bc4a"><code>6309c0a</code></a> Merge pull request <a href="https://redirect.github.com/owasp/owasp-java-encoder/issues/61">#61</a> from OWASP/update</li> <li>Additional commits viewable in <a href="https://github.com/owasp/owasp-java-encoder/compare/v1.2.3...v1.3.0">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 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 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: java-dev-unsubscr...@axis.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For additional commands, e-mail: java-dev-h...@axis.apache.org