[PR] Bump org.gaul:modernizer-maven-plugin from 2.6.0 to 3.5.0 [santuario-xml-security-java]
dependabot[bot] (via GitHub) <[email protected]> Tue, 28 Jul 2026 02:23:35 -0000
| Newsgroups | gmane.text.xml.security.devel |
|---|---|
| Message-ID | <[email protected]> |
dependabot[bot] opened a new pull request, #638: URL: https://github.com/apache/santuario-xml-security-java/pull/638 Bumps [org.gaul:modernizer-maven-plugin](https://github.com/gaul/modernizer-maven-plugin) from 2.6.0 to 3.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gaul/modernizer-maven-plugin/releases">org.gaul:modernizer-maven-plugin's releases</a>.</em></p> <blockquote> <h2>Modernizer Maven Plugin 3.5.0</h2> <ul> <li>Add violations for BouncyCastle Base64 and Hex encoders</li> <li>Add violations for commons-codec, commons-collections4, commons-io, and commons-lang 2.x and 3.x</li> <li>Add violations for Google AutoValue (recommend Java 16 records)</li> <li>Add violations for Java 25 and 26</li> <li>Suppress violations in <code>@Generated</code> methods and constructors, <a href="https://redirect.github.com/gaul/modernizer-maven-plugin/issues/420">#420</a></li> </ul> <h2>Modernizer Maven Plugin 3.4.0</h2> <ul> <li>Add <code><until></code> element to give more precise violations, <a href="https://redirect.github.com/gaul/modernizer-maven-plugin/issues/313">#313</a></li> <li>Add new violations for Apache Commons and Guava, particularly for <code>Files</code></li> <li>Make build reproducible</li> <li>Make <code>@SuppressModernizer</code> order-independent within a method</li> <li>Match <code>@SuppressModernizer</code> by simple name, <a href="https://redirect.github.com/gaul/modernizer-maven-plugin/issues/318">#318</a></li> <li>Upgrade to asm 9.10 with Java 27 support, <a href="https://redirect.github.com/gaul/modernizer-maven-plugin/issues/417">#417</a></li> </ul> <p>Thanks <a href="https://github.com/mkarg"><code>@mkarg</code></a> for sending pull requests to improve Modernizer!</p> <h2>Modernizer Maven Plugin 3.3.0</h2> <ul> <li>Fix execution on multi-module projects, <a href="https://redirect.github.com/gaul/modernizer-maven-plugin/issues/390">#390</a></li> <li>Upgrade to asm 9.9.0 for Java 26 compatibility, <a href="https://redirect.github.com/gaul/modernizer-maven-plugin/issues/378">#378</a></li> </ul> <p>Thanks <a href="https://github.com/akuhtz"><code>@akuhtz</code></a> for sending pull requests to improve Modernizer!</p> <h2>Modernizer Maven Plugin 3.2.0</h2> <ul> <li>Add violations for Apache commons-io</li> <li>Fix file descriptor leaks, <a href="https://redirect.github.com/gaul/modernizer-maven-plugin/issues/327">#327</a></li> <li>Prepare for Central Portal releasing, <a href="https://redirect.github.com/gaul/modernizer-maven-plugin/issues/344">#344</a></li> <li>Upgrade to asm 9.8.0 for Java 25 compatibility, <a href="https://redirect.github.com/gaul/modernizer-maven-plugin/issues/335">#335</a></li> </ul> <p>Thanks <a href="https://github.com/cstamas"><code>@cstamas</code></a> and <a href="https://github.com/rovarga"><code>@rovarga</code></a> for sending pull requests to improve Modernizer!</p> <h2>Modernizer Maven Plugin 3.1.0</h2> <ul> <li>Allow <code>SuppressModernizer</code> on local types, <a href="https://redirect.github.com/gaul/modernizer-maven-plugin/issues/155">#155</a></li> <li>Fix recommendation for <code>Files.newOutputStream</code>, <a href="https://redirect.github.com/gaul/modernizer-maven-plugin/issues/309">#309</a></li> <li>Fix suggestions for <code>newXWithExpectedSize</code>, <a href="https://redirect.github.com/gaul/modernizer-maven-plugin/issues/315">#315</a></li> </ul> <p>Thanks <a href="https://github.com/Bananeweizen"><code>@Bananeweizen</code></a> and <a href="https://github.com/snago"><code>@snago</code></a> for sending pull requests to improve Modernizer!</p> <h2>Modernizer Maven Plugin 3.0.0</h2> <ul> <li>Add <code>File</code> violations, <a href="https://redirect.github.com/gaul/modernizer-maven-plugin/issues/301">#301</a></li> <li>Add violation for <code>ByteStreams.toByteArray</code></li> <li>Add violation for <code>StringReader</code>, <a href="https://redirect.github.com/gaul/modernizer-maven-plugin/issues/291">#291</a></li> <li>Add violations for <code>Map</code>s and <code>Set</code>s with expected size, <a href="https://redirect.github.com/gaul/modernizer-maven-plugin/issues/258">#258</a></li> <li>Rework <code>pom.xml</code> structure, <a href="https://redirect.github.com/gaul/modernizer-maven-plugin/issues/263">#263</a>, <a href="https://redirect.github.com/gaul/modernizer-maven-plugin/issues/264">#264</a></li> <li>Upgrade to asm 9.7.1 for Java 24 compatibility, <a href="https://redirect.github.com/gaul/modernizer-maven-plugin/issues/286">#286</a></li> </ul> <p>Thanks <a href="https://github.com/cstamas"><code>@cstamas</code></a> and <a href="https://github.com/mkarg"><code>@mkarg</code></a> for sending pull requests to improve Modernizer!</p> <h2>Modernizer Maven Plugin 2.9.0</h2> <ul> <li>Upgrade to ASM 9.7</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gaul/modernizer-maven-plugin/commit/a894a07473f8ed4808288c81b8b6370f2cac2244"><code>a894a07</code></a> modernizer-maven-plugin 3.5.0 release</li> <li><a href="https://github.com/gaul/modernizer-maven-plugin/commit/33237e8b7badc2f9e4067cce922be6cfbf6aedd0"><code>33237e8</code></a> Add Math.powExact violations</li> <li><a href="https://github.com/gaul/modernizer-maven-plugin/commit/653d434bef9cedf16ca5d762cbcedb7cf680134d"><code>653d434</code></a> Add Reader.readAllAsString and readAllLines violations</li> <li><a href="https://github.com/gaul/modernizer-maven-plugin/commit/357101008f51476e76e077465d6dafd640e12c48"><code>3571010</code></a> Add Comparator.max and Comparator.min violations</li> <li><a href="https://github.com/gaul/modernizer-maven-plugin/commit/cf41e5b49b5f3211c97fcd51d099db3aafda1541"><code>cf41e5b</code></a> Add String case folding violations</li> <li><a href="https://github.com/gaul/modernizer-maven-plugin/commit/d1d726fb60464d2cdb5d160045690473a31cb2f3"><code>d1d726f</code></a> Add SystemUtils.LINE_SEPARATOR violations</li> <li><a href="https://github.com/gaul/modernizer-maven-plugin/commit/3076afd538a37c728651e8da8cda1005592ff391"><code>3076afd</code></a> Check class annotations and add AutoValue violation</li> <li><a href="https://github.com/gaul/modernizer-maven-plugin/commit/0de03b69e7b82d393ebb640754276e72e7ef99d4"><code>0de03b6</code></a> Add StringTokenizer violations</li> <li><a href="https://github.com/gaul/modernizer-maven-plugin/commit/b763a1ac1d5255410075282bc1bed8dda17b6452"><code>b763a1a</code></a> Add FastDateFormat violations</li> <li><a href="https://github.com/gaul/modernizer-maven-plugin/commit/a437c8fa1c0240bd1d9d7bf0573bacc66d7e4c00"><code>a437c8f</code></a> Add Maps.immutableEntry violation</li> <li>Additional commits viewable in <a href="https://github.com/gaul/modernizer-maven-plugin/compare/modernizer-maven-plugin-2.6.0...modernizer-maven-plugin-3.5.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 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]