dependabot[bot] opened a new pull request #67: URL: https://github.com/apache/directory-kerby/pull/67
Bumps [modernizer-maven-plugin](https://github.com/andrewgaul/modernizer-maven-plugin) from 1.5.0 to 2.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/andrewgaul/modernizer-maven-plugin/releases">modernizer-maven-plugin's releases</a>.</em></p> <blockquote> <h2>Modernizer Maven Plugin 2.1.0</h2> <ul> <li>JDK 14 and 15 compatibility</li> <li>add violations for exact arithmetic</li> <li>make some APIs <code>public</code> for external callers</li> </ul> <p>Thanks <a href="https://github.com/brianhks"><code>@brianhks</code></a>, <a href="https://github.com/hazendaz"><code>@hazendaz</code></a>, and <a href="https://github.com/Stephan202"><code>@Stephan202</code></a> for sending pull requests to improve Modernizer!</p> <h2>Modernizer Maven Plugin 2.0.0</h2> <ul> <li>Correct JDK 11 API suggestions</li> <li>Ignore classes with<code>@Generated</code> annotations</li> </ul> <p>Thanks <a href="https://github.com/mmoayyed"><code>@mmoayyed</code></a>, <a href="https://github.com/Serranya"><code>@Serranya</code></a>, and <a href="https://github.com/Stephan202"><code>@Stephan202</code></a> for sending pull requests to improve Modernizer!</p> <h2>Modernizer Maven Plugin 1.9.0</h2> <ul> <li>Add more violations for Java 9 and 11</li> <li>Module compatibility via adding JPMS module name</li> <li>Java 13 compatibility via asm 7.1 upgrade</li> </ul> <p>Thanks <a href="https://github.com/rovarga"><code>@rovarga</code></a> and <a href="https://github.com/Stephan202"><code>@Stephan202</code></a> for sending pull requests to improve Modernizer!</p> <h2>Modernizer Maven Plugin 1.8.0</h2> <ul> <li>add <code>@SuppressModernizer</code> annotation</li> <li>add violations for <code>Streams.stream(Optional*)</code></li> <li>improve <code>modernizer.skip</code> when missing <code>modernizer.javaVersion</code></li> </ul> <p>Thanks <a href="https://github.com/Serranya"><code>@Serranya</code></a>, <a href="https://github.com/Stephan202"><code>@Stephan202</code></a>, and <a href="https://github.com/stevegutz"><code>@stevegutz</code></a> for sending pull requests to improve Modernizer!</p> <h2>Modernizer Maven Plugin 1.7.1</h2> <ul> <li>improved compatibility with Java 11</li> </ul> <p>Thanks <a href="https://github.com/kincajou"><code>@kincajou</code></a> for sending pull requests to improve Modernizer!</p> <h2>Modernizer Maven Plugin 1.7.0</h2> <ul> <li>compatibility with Java 11 via asm 7.0</li> <li>allow ignoring package names via <code>ignoreClassNamePattern</code></li> <li>allow comments in exclusion file</li> <li>add Java 10, <code>NavigableMap</code>, and <code>NavigableSet</code> violations</li> <li>remove bogus Guava <code>WithExpectedSize</code> violations</li> </ul> <p>Thanks <a href="https://github.com/snago"><code>@snago</code></a> and <a href="https://github.com/vorburger"><code>@vorburger</code></a> for sending pull requests to improve Modernizer!</p> <h2>Modernizer Maven Plugin 1.6.0</h2> <ul> <li>Add violation for EMPTY Collection constants</li> <li>Fix unsigned longs violation error message</li> <li>Upgraded to ASM 6.0 which fixes Java 9 issues</li> </ul> <p>Thanks <a href="https://github.com/ARentz07"><code>@ARentz07</code></a> and <a href="https://github.com/lampapetrol"><code>@lampapetrol</code></a> for sending pull requests to improve Modernizer!</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gaul/modernizer-maven-plugin/commit/68b0700ecdafd16a394d65fe1ac65203e61656bc"><code>68b0700</code></a> modernizer-maven-plugin 2.1.0 release</li> <li><a href="https://github.com/gaul/modernizer-maven-plugin/commit/4ef961d2fcb3ae7d46c734d3ed6c69abf995a03d"><code>4ef961d</code></a> Changing classes to be public so they can be used by tools and projects outsi...</li> <li><a href="https://github.com/gaul/modernizer-maven-plugin/commit/6400625768a8a5eec48a45e9f45caa3239ea889d"><code>6400625</code></a> Upgrade invoker plugin to latest and override groovy to latest</li> <li><a href="https://github.com/gaul/modernizer-maven-plugin/commit/a9ff2f443932068399723e9af2f03ccbb02015d3"><code>a9ff2f4</code></a> [pom] Add missing version to maven jar plugin at 3.2.0</li> <li><a href="https://github.com/gaul/modernizer-maven-plugin/commit/26630e153ec8f46c47d5b093a95eafc6b223bd9a"><code>26630e1</code></a> Modify verify.groovy IT test to support cross platform</li> <li><a href="https://github.com/gaul/modernizer-maven-plugin/commit/d98d88d7a46912ff5634d52eda8e262c824f5488"><code>d98d88d</code></a> Add relativePath to nothing to force .m2 lookup for oss parent</li> <li><a href="https://github.com/gaul/modernizer-maven-plugin/commit/8269ed8cce6df6b84756242708c74a3ba2ee9864"><code>8269ed8</code></a> Bump ASM to 7.3.1 for jdk 14/15 support</li> <li><a href="https://github.com/gaul/modernizer-maven-plugin/commit/9f2c4dc01a764c59417b8c3de3e66fb55de8ad74"><code>9f2c4dc</code></a> Policeman's Forbidden API Checker to references</li> <li><a href="https://github.com/gaul/modernizer-maven-plugin/commit/16274e5832814c865276f6dbc7550a85507fc3b2"><code>16274e5</code></a> Fix comment, add additional suggestions</li> <li><a href="https://github.com/gaul/modernizer-maven-plugin/commit/bbd7f4fc89167e225420d077288a1152ab021e08"><code>bbd7f4f</code></a> Introduce two int math suggestions</li> <li>Additional commits viewable in <a href="https://github.com/andrewgaul/modernizer-maven-plugin/compare/modernizer-maven-plugin-1.5.0...modernizer-maven-plugin-2.1.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 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
