dependabot[bot] opened a new pull request, #644:
URL: https://github.com/apache/maven-project-info-reports-plugin/pull/644

   Bumps 
[commons-validator:commons-validator](https://github.com/apache/commons-validator)
 from 1.10.1 to 1.11.0.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/commons-validator/blob/master/RELEASE-NOTES.txt";>commons-validator:commons-validator's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Apache Commons Validator 1.11.0 RELEASE NOTES</h2>
   <p>The Apache Commons Validator team is pleased to announce the release of 
Apache Commons Validator 1.11.0.</p>
   <p>Apache Commons Validator provides the building blocks for both 
client-side and server-side data validation.
   It may be used standalone or with a framework like Struts.</p>
   <p>This is a feature and maintenance release. Java 8 or later is 
required.</p>
   <p>For complete information on Apache Commons Validator, including 
instructions on how to submit bug reports,
   patches, or suggestions for improvement, see the Apache Commons Validator 
website:</p>
   <p><a 
href="https://commons.apache.org/proper/commons-validator/";>https://commons.apache.org/proper/commons-validator/</a></p>
   <p>Download page: <a 
href="https://commons.apache.org/proper/commons-validator/download_validator.cgi";>https://commons.apache.org/proper/commons-validator/download_validator.cgi</a></p>
   <h2>Changes in this version</h2>
   <h2>New features</h2>
   <ul>
   <li>
   <pre><code>            Add and use 
CheckDigitException.CheckDigitException(String, Object...) 
([#389](https://github.com/apache/commons-validator/issues/389)). Thanks to 
Gary Gregory.
   </code></pre>
   </li>
   <li>
   <pre><code>            Add and use 
ValidatorException.ValidatorException(Throwable). Call sites that previously 
called new ValidatorException(Throwable#getMessage()) now preserve that 
exception ([#390](https://github.com/apache/commons-validator/issues/390)). 
Thanks to Gary Gregory.
   </code></pre>
   </li>
   <li>
   <pre><code>            Add and use 
ValidatorException.ValidatorException(String, Object...) 
([#391](https://github.com/apache/commons-validator/issues/391)). Thanks to 
Gary Gregory.
   </code></pre>
   </li>
   <li>
   <pre><code>            Add and use ValidatorException(String, Throwable) 
([#392](https://github.com/apache/commons-validator/issues/392)). Thanks to 
Gary Gregory.
   </code></pre>
   </li>
   </ul>
   <h2>Fixed Bugs</h2>
   <ul>
   <li>
   <pre><code>            Fix Apache RAT plugin console warnings. Thanks to 
Gary Gregory.
   </code></pre>
   </li>
   <li>
   <pre><code>            Fixes to non-final static fields.
   </code></pre>
   </li>
   <li>VALIDATOR-503:  DomainValidator Revocation for .dunlop: <a 
href="https://www.iana.org/reports/tld-transfer/20251021-dunlop";>https://www.iana.org/reports/tld-transfer/20251021-dunlop</a>.
 Thanks to Gary Gregory.</li>
   <li>VALIDATOR-504:  DomainValidator ICAAN .kerrylogistics Registry Agreement 
- Terminated: <a 
href="https://www.icann.org/en/registry-agreements/terminated/kerrylogistics";>https://www.icann.org/en/registry-agreements/terminated/kerrylogistics</a>.
 Thanks to Gary Gregory.</li>
   <li>VALIDATOR-505:  DomainValidator ICAAN .lancaster Registry Agreement - 
Terminated: <a 
href="https://www.icann.org/en/registry-agreements/terminated/lancaster";>https://www.icann.org/en/registry-agreements/terminated/lancaster</a>.
 Thanks to Gary Gregory.</li>
   <li>VALIDATOR-506:  DomainValidator ICAAN Revocation for .lipsy: <a 
href="https://www.iana.org/reports/tld-transfer/20250227-lipsy";>https://www.iana.org/reports/tld-transfer/20250227-lipsy</a>.
 Thanks to Gary Gregory.</li>
   <li>VALIDATOR-507:  DomainValidator ICAAN Revocation for .pramerica&quot; <a 
href="https://www.iana.org/reports/tld-transfer/20250516-pramerica";>https://www.iana.org/reports/tld-transfer/20250516-pramerica</a>.
 Thanks to Gary Gregory.</li>
   <li>VALIDATOR-508:  DomainValidator ICAAN Revocation for .redstone: <a 
href="https://www.iana.org/reports/tld-transfer/20250826-redstone";>https://www.iana.org/reports/tld-transfer/20250826-redstone</a>.
 Thanks to Gary Gregory.</li>
   <li>VALIDATOR-508:  Reject signed hex group in 
InetAddressValidator.isValidInet6Address(String) <a 
href="https://redirect.github.com/apache/commons-validator/issues/379";>#379</a>.
 Thanks to Sahana Surendra Bogar, Gary Gregory.</li>
   <li>
   <pre><code>            CheckDigit implementations check for input in the 
alphanumeric range 
([#385](https://github.com/apache/commons-validator/issues/385)). Thanks to 
Gary Gregory, sahvx655-wq.
   </code></pre>
   </li>
   <li>
   <pre><code>            Removing a country code from an IBANValidator now 
removes associated &quot;other&quot; codes 
([#386](https://github.com/apache/commons-validator/issues/386)). Thanks to 
Gary Gregory, sahvx655-wq.
   </code></pre>
   </li>
   <li>
   <pre><code>            DoubleValidator and FloatValidator now treat special 
symbols consistently 
([#388](https://github.com/apache/commons-validator/issues/388)). Thanks to 
Gary Gregory, sahvx655-wq.
   </code></pre>
   </li>
   <li>
   <pre><code>            Fix long range check in 
GenericTypeValidator.formatLong 
([#387](https://github.com/apache/commons-validator/issues/387)). Thanks to 
Gary Gregory, sahvx655-wq.
   </code></pre>
   </li>
   <li>
   <pre><code>            Fix BigIntegerValidator minValue(), maxValue(), and 
processParsedValue() for out of Long range values 
([#397](https://github.com/apache/commons-validator/issues/397)). Thanks to 
Gary Gregory, sahvx655-wq.
   </code></pre>
   </li>
   <li>
   <pre><code>            Add missing tests for ValidatorUtils.replace and 
ValidatorUtils.copyMap 
([#396](https://github.com/apache/commons-validator/issues/396)). Thanks to 
Mauricio Bento, Gary Gregory.
   </code></pre>
   </li>
   <li>
   <pre><code>            Fix RegexValidator.validate() returning null for a 
valid match ([#395](https://github.com/apache/commons-validator/issues/395)). 
Thanks to sahvx655-wq, Gary Gregory.
   </code></pre>
   </li>
   <li>
   <pre><code>            Compare CAS and EC check digit against validated 
code, not raw input 
([#398](https://github.com/apache/commons-validator/issues/398)). Thanks to 
sahvx655-wq, Gary Gregory.
   </code></pre>
   </li>
   <li>
   <pre><code>            Prevent URL path traversal bypass via percent 
encoding in UrlValidator 
([#383](https://github.com/apache/commons-validator/issues/383)). Thanks to 
sahvx655-wq.
   </code></pre>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/commons-validator/commit/eaee281bc5fafbfed54de52f08d6b2656d9d6b5c";><code>eaee281</code></a>
 Prepare for the release candidate 1.11.0 RC1</li>
   <li><a 
href="https://github.com/apache/commons-validator/commit/1a0292ad893793ad903d5de9b0eb02cfcd23b93d";><code>1a0292a</code></a>
 Prepare for the next release candidate</li>
   <li><a 
href="https://github.com/apache/commons-validator/commit/519c3ba4bfd572d84af407ac4674ed1a6686b622";><code>519c3ba</code></a>
 Precompile Pattern in ISSNValidator.convertToEAN13(String, String).</li>
   <li><a 
href="https://github.com/apache/commons-validator/commit/e07dfa617c74553077e52065901c54a7f0976b36";><code>e07dfa6</code></a>
 Bump actions/checkout from 7.0.0 to 7.0.1</li>
   <li><a 
href="https://github.com/apache/commons-validator/commit/5a28bc4f4ca9157a6e0cbbd647c687af8682d0f9";><code>5a28bc4</code></a>
 Reject nameprep-stripped code points in unicodeToASCII (<a 
href="https://redirect.github.com/apache/commons-validator/issues/429";>#429</a>).</li>
   <li><a 
href="https://github.com/apache/commons-validator/commit/b41a4641415b56f9774cfd34bfc23aa17fbd7d39";><code>b41a464</code></a>
 Merge pull request <a 
href="https://redirect.github.com/apache/commons-validator/issues/429";>#429</a> 
from sahvx655-wq/domain-reject-nameprep-stripped</li>
   <li><a 
href="https://github.com/apache/commons-validator/commit/b608cb524f29d7f3fc45a7bb13efeb77d72aec24";><code>b608cb5</code></a>
 cover zero-width non-joiner in testIDNFormatCodePoints</li>
   <li><a 
href="https://github.com/apache/commons-validator/commit/21722b1eb43fb98f466abfb8b1d7e1790763ca8c";><code>21722b1</code></a>
 reject nameprep-stripped code points in unicodeToASCII</li>
   <li><a 
href="https://github.com/apache/commons-validator/commit/8cd7a4fcdd82f10cbf12cf21deffe6088a189a9d";><code>8cd7a4f</code></a>
 Require the IPv6: tag for bracketed IPv6 email literals (<a 
href="https://redirect.github.com/apache/commons-validator/issues/428";>#428</a>).</li>
   <li><a 
href="https://github.com/apache/commons-validator/commit/aeacecfc58c70237f12502f7cc0cccfa7276e067";><code>aeacecf</code></a>
 Merge pull request <a 
href="https://redirect.github.com/apache/commons-validator/issues/428";>#428</a> 
from sahvx655-wq/email-ipv6-literal-tag</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/commons-validator/compare/rel/commons-validator-1.10.1...rel/commons-validator-1.11.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-validator:commons-validator&package-manager=maven&previous-version=1.10.1&new-version=1.11.0)](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]

Reply via email to