Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.11.1 #40

Merged
dependabot[bot] merged 1 commit from dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.11.1 into master 2024-11-07 19:43:45 +01:00
dependabot[bot] commented 2024-11-04 17:29:26 +01:00 (Migrated from github.com)

Bumps org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.11.1.

Release notes

Sourced from org.apache.maven.plugins:maven-javadoc-plugin's releases.

maven-javadoc-plugin-3.10.1

What's Changed

Full Changelog: https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.10.0...maven-javadoc-plugin-3.10.1

maven-javadoc-plugin-3.10.0

NOTICE

Due to Doxia 2.x stack maven-site-plugin 3.20+ is requred.

What's Changed

Full Changelog: https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.8.0...maven-javadoc-plugin-3.10.0

maven-javadoc-plugin-3.8.0

What's Changed

Full Changelog: https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.7.0...maven-javadoc-plugin-3.8.0

Commits
  • 619650c [maven-release-plugin] prepare release maven-javadoc-plugin-3.11.1
  • e314da0 [MJAVADOC-821] Align toolchain discovery code with Maven Compiler Plugin
  • 62a6861 [MJAVADOC-820] [REGRESSION] MJAVADOC-787 was merged incompletely
  • d1090c5 [maven-release-plugin] prepare for next development iteration
  • ee030f7 [maven-release-plugin] prepare release maven-javadoc-plugin-3.11.0
  • 6c5fdc0 [MJAVADOC-819] Align archive generation code with Maven Source Plugin
  • 3a90de5 [MJAVADOC-787] Automatic detection of release option for JDK < 9
  • 373172d [MJAVADOC-817] Upgrade to Doxia 2.0.0 GA Stack
  • ba266c0 Fix SCM tag
  • 5775ce1 Fix typo
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)
Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.7.0 to 3.11.1. <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>maven-javadoc-plugin-3.10.1</h2> <h2>What's Changed</h2> <ul> <li>[MJAVADOC-810] [REGRESSION] MJAVADOC-791 causes forked Maven execution fail if any toolchains or settings file isn't present by <a href="https://github.com/cstamas"><code>@​cstamas</code></a> in <a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/313">apache/maven-javadoc-plugin#313</a></li> <li>Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/314">apache/maven-javadoc-plugin#314</a></li> <li>Bump org.codehaus.plexus:plexus-io from 3.5.0 to 3.5.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/315">apache/maven-javadoc-plugin#315</a></li> <li>Bump commons-io:commons-io from 2.16.1 to 2.17.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/319">apache/maven-javadoc-plugin#319</a></li> <li>[MJAVADOC-812] [REGRESSION] maven-javadoc-plugin 3.10.0 creates empty… by <a href="https://github.com/michael-o"><code>@​michael-o</code></a> in <a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/320">apache/maven-javadoc-plugin#320</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.10.0...maven-javadoc-plugin-3.10.1">https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.10.0...maven-javadoc-plugin-3.10.1</a></p> <h2>maven-javadoc-plugin-3.10.0</h2> <h1>❗ NOTICE</h1> <p>Due to <code>Doxia 2.x</code> stack <code>maven-site-plugin</code> <strong>3.20+</strong> is requred.</p> <h2>What's Changed</h2> <ul> <li>Add test for custom <code>FixJavadocMojo#defaultVersion</code> by <a href="https://github.com/Marcono1234"><code>@​Marcono1234</code></a> in <a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/305">apache/maven-javadoc-plugin#305</a></li> <li>Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.15.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/304">apache/maven-javadoc-plugin#304</a></li> <li>Improve URL handling by <a href="https://github.com/michael-o"><code>@​michael-o</code></a> in <a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/310">apache/maven-javadoc-plugin#310</a></li> <li>Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.16.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/307">apache/maven-javadoc-plugin#307</a></li> <li>Bump org.hamcrest:hamcrest-core from 2.2 to 3.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/306">apache/maven-javadoc-plugin#306</a></li> <li>Improve ITs by <a href="https://github.com/michael-o"><code>@​michael-o</code></a> in <a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/311">apache/maven-javadoc-plugin#311</a></li> <li>Bump org.apache.maven.plugins:maven-plugins from 42 to 43 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/294">apache/maven-javadoc-plugin#294</a></li> <li>[MJAVADOC-809] Align Mojo class names by <a href="https://github.com/michael-o"><code>@​michael-o</code></a> in <a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/312">apache/maven-javadoc-plugin#312</a></li> <li>[MJAVADOC-784] Upgrade to Doxia 2.0.0 Milestone Stack by <a href="https://github.com/michael-o"><code>@​michael-o</code></a> in <a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/204">apache/maven-javadoc-plugin#204</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.8.0...maven-javadoc-plugin-3.10.0">https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.8.0...maven-javadoc-plugin-3.10.0</a></p> <h2>maven-javadoc-plugin-3.8.0</h2> <h2>What's Changed</h2> <ul> <li>Bump org.springframework:spring-context from 4.3.29.RELEASE to 5.2.21.RELEASE in /src/it/projects/MJAVADOC-434_fixcompile by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/280">apache/maven-javadoc-plugin#280</a></li> <li>Fix usage documentation mentioning <code>nohelp</code> default value by <a href="https://github.com/indyteo"><code>@​indyteo</code></a> in <a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/286">apache/maven-javadoc-plugin#286</a></li> <li>[MJAVADOC-796] Do not follow links for Java 12+ by <a href="https://github.com/michael-o"><code>@​michael-o</code></a> in <a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/287">apache/maven-javadoc-plugin#287</a></li> <li>[MJAVADOC-800] Bump org.codehaus.plexus:plexus-io from 3.4.2 to 3.5.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/291">apache/maven-javadoc-plugin#291</a></li> <li>Remove outdated invoker conditions by <a href="https://github.com/michael-o"><code>@​michael-o</code></a> in <a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/292">apache/maven-javadoc-plugin#292</a></li> <li>Bump org.assertj:assertj-core from 3.26.0 to 3.26.3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/293">apache/maven-javadoc-plugin#293</a></li> <li>Bump org.apache.maven.shared:maven-common-artifact-filters from 3.2.0 to 3.4.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/288">apache/maven-javadoc-plugin#288</a></li> <li>[MJAVADOC-799] Remove inconsistent <code>AbstractFixJavadocMojo#defaultVersion</code> default value by <a href="https://github.com/Marcono1234"><code>@​Marcono1234</code></a> in <a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/295">apache/maven-javadoc-plugin#295</a></li> <li>[MJAVADOC-801] Upgrade to Clirr Maven Plugin 2.8 in fix goals by <a href="https://github.com/michael-o"><code>@​michael-o</code></a> in <a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/296">apache/maven-javadoc-plugin#296</a></li> <li>[MJAVADOC-803] Add default parameter to force root locale by <a href="https://github.com/michael-o"><code>@​michael-o</code></a> in <a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/298">apache/maven-javadoc-plugin#298</a></li> <li>[MJAVADOC-783] Invalid path when using TagletArtifact and TagletPath by <a href="https://github.com/michael-o"><code>@​michael-o</code></a> in <a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/300">apache/maven-javadoc-plugin#300</a></li> <li>[MJAVADOC-775] Option 'taglets/taglet/tagletpath' ignored when pointing to a JAR by <a href="https://github.com/kriegaex"><code>@​kriegaex</code></a> in <a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/255">apache/maven-javadoc-plugin#255</a></li> <li>[MJAVADOC-804] Remove temporary directories created by tests by <a href="https://github.com/pzygielo"><code>@​pzygielo</code></a> in <a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/301">apache/maven-javadoc-plugin#301</a></li> <li>[MJAVADOC-603] javadoc:fix failure on JDK10: java.lang.ClassNotFoundE… by <a href="https://github.com/michael-o"><code>@​michael-o</code></a> in <a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/303">apache/maven-javadoc-plugin#303</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.7.0...maven-javadoc-plugin-3.8.0">https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.7.0...maven-javadoc-plugin-3.8.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/619650c667070ef114d571c0f075ce456ace1cf8"><code>619650c</code></a> [maven-release-plugin] prepare release maven-javadoc-plugin-3.11.1</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/e314da0226d100eae39d96d7a0cbdad799879dca"><code>e314da0</code></a> [MJAVADOC-821] Align toolchain discovery code with Maven Compiler Plugin</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/62a686180915de1e3c0a2f71081776eacfd1d4c3"><code>62a6861</code></a> [MJAVADOC-820] [REGRESSION] MJAVADOC-787 was merged incompletely</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/d1090c50ce66e10ab0adcadb996b0fe790c900b6"><code>d1090c5</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/ee030f719f4bc7df1671f6dfe5993f778b57a504"><code>ee030f7</code></a> [maven-release-plugin] prepare release maven-javadoc-plugin-3.11.0</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/6c5fdc06d76fdd429c4d3ae01e70be8917c64bea"><code>6c5fdc0</code></a> [MJAVADOC-819] Align archive generation code with Maven Source Plugin</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/3a90de597adff7c8f8c4a420400f24c7386e9880"><code>3a90de5</code></a> [MJAVADOC-787] Automatic detection of release option for JDK &lt; 9</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/373172d8782ad011cc14e20ac78a84d032ad1d4b"><code>373172d</code></a> [MJAVADOC-817] Upgrade to Doxia 2.0.0 GA Stack</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/ba266c0fe11a822bf3fb19c365a174246eae29f9"><code>ba266c0</code></a> Fix SCM tag</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/5775ce13455d565bd10b15cbeb94310074dee8a3"><code>5775ce1</code></a> Fix typo</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.7.0...maven-javadoc-plugin-3.11.1">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.7.0&new-version=3.11.1)](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>
Sign in to join this conversation.
No description provided.