Skip to content

Commit 8f68eb3

Browse files
Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.3 to 3.12.0 (#241)
Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.11.3 to 3.12.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven-javadoc-plugin/releases">org.apache.maven.plugins:maven-javadoc-plugin's releases</a>.</em></p> <blockquote> <h2>3.12.0</h2> <!-- raw HTML omitted --> <h2>:boom: Breaking changes</h2> <ul> <li>remove fix mojo (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/1263">#1263</a>) <a href="https://github.com/elharo"><code>@​elharo</code></a></li> <li>detectOfflineLinks is now false per default for all <em>jar</em> mojo issue <a href="https://redirect.github.com/apache/maven-javadoc-plugin/issues/1258">#1258</a> (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/1259">#1259</a>) <a href="https://github.com/olamy"><code>@​olamy</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>Fix legacyMode (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/1265">#1265</a>) <a href="https://github.com/fridrich"><code>@​fridrich</code></a></li> <li>Fix <code>package {...} does not exist</code> in <code>legacyMode</code> (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/1243">#1243</a>) <a href="https://github.com/JackPGreen"><code>@​JackPGreen</code></a></li> <li>Ensure UTF-8 charset is used to avoid IllegalArgumentException: Null charset name (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/1245">#1245</a>) <a href="https://github.com/elharo"><code>@​elharo</code></a></li> <li>Remove Javadoc 1.4+ / -1.1 switch related warning (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/1240">#1240</a>) <a href="https://github.com/perceptron8"><code>@​perceptron8</code></a></li> </ul> <h2>👻 Maintenance</h2> <ul> <li>protect 3.8.x branch (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/1238">#1238</a>) <a href="https://github.com/hboutemy"><code>@​hboutemy</code></a></li> <li>feat: enable prevent branch protection rules (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/1228">#1228</a>) <a href="https://github.com/sparsick"><code>@​sparsick</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>Bump org.codehaus.mojo:mrm-maven-plugin from 1.6.0 to 1.7.0 (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/1257">#1257</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/2a06bed2ace935251ceec2f49468834df1dcbce3"><code>2a06bed</code></a> [maven-release-plugin] prepare release maven-javadoc-plugin-3.12.0</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/a71ecf9cfc2acf3a78a217af17f9cfe6b5dbb973"><code>a71ecf9</code></a> bump version 3.12.0-SNAPSHOT</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/88f2b717b7398812bdc74cd295692380deeca7ad"><code>88f2b71</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/7e1895659b26142d57798d7d0a835a3a662a5022"><code>7e18956</code></a> [maven-release-plugin] prepare release maven-javadoc-plugin-3.11.4</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/c11b76c04cc6f82746e4e4496f1ac9e48f57f10a"><code>c11b76c</code></a> In legacyMode, don't use -sourcepath, unless excludePackageNames is not empty...</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/bc9904b2ee223088aebb146922f6da05129a52e6"><code>bc9904b</code></a> remove fix mojo (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/issues/1263">#1263</a>)</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/f3101350fe0420692d496d34262b8bb514371b68"><code>f310135</code></a> Fix <code>package {...} does not exist</code> in <code>legacyMode</code> (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/issues/1243">#1243</a>)</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/c8270f9519fcef85ce4d86fa34633e6ca43d671a"><code>c8270f9</code></a> detectOfflineLinks is now false per default for all <em>jar</em> mojo issue <a href="https://redirect.github.com/apache/maven-javadoc-plugin/issues/1258">#1258</a> ...</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/953e60979c2ee84542f92b1edb19d7ce3507f4bf"><code>953e609</code></a> Delete flaky test (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/issues/1260">#1260</a>)</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/2bba7a4e73a098c54de9d301d920ae89c85540be"><code>2bba7a4</code></a> Bump org.codehaus.mojo:mrm-maven-plugin from 1.6.0 to 1.7.0</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.11.3...maven-javadoc-plugin-3.12.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-javadoc-plugin&package-manager=maven&previous-version=3.11.3&new-version=3.12.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 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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3c137f2 commit 8f68eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<surefire.version>3.5.4</surefire.version>
7171
<checkstyle.version>10.26.1</checkstyle.version>
7272
<checkstyle.plugin.version>3.6.0</checkstyle.plugin.version>
73-
<javadoc.plugin.version>3.11.3</javadoc.plugin.version>
73+
<javadoc.plugin.version>3.12.0</javadoc.plugin.version>
7474
<source.plugin.version>3.3.1</source.plugin.version>
7575
<jar.plugin.version>3.4.2</jar.plugin.version>
7676

0 commit comments

Comments
 (0)