-
-
Notifications
You must be signed in to change notification settings - Fork 652
Commit 1a06865
authored
Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.2 to 3.11.3 (#3066)
Bumps
[org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin)
from 3.11.2 to 3.11.3.
<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.11.3</h2>
<!-- raw HTML omitted -->
<h2>🚨 Removed</h2>
<ul>
<li>Remove workaround for long patched CVE in javadoc (<a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/388">#388</a>)
<a href="https://github.com/elharo"><code>@elharo</code></a></li>
</ul>
<h2>🚀 New features and improvements</h2>
<ul>
<li>Issue <a
href="https://redirect.github.com/apache/maven-javadoc-plugin/issues/369">#369</a>
Support --no-fonts option per default for jdk 23+ (<a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/375">#375</a>)
<a href="https://github.com/olamy"><code>@olamy</code></a></li>
</ul>
<h2>🐛 Bug Fixes</h2>
<ul>
<li>Make the legacyMode consistent (Filter out all of the
module-info.java files in legacy mode, do not use --source-path in
legacy mode) (<a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/1217">#1217</a>)
<a href="https://github.com/fridrich"><code>@fridrich</code></a></li>
<li><a
href="https://issues.apache.org/jira/browse/MJAVADOC-826">[MJAVADOC-826]</a>
- Don't try to modify project source roots (<a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/358">#358</a>)
<a href="https://github.com/oehme"><code>@oehme</code></a></li>
</ul>
<h2>📝 Documentation updates</h2>
<ul>
<li>Correct javadoc-no-fork description on index-page (<a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/368">#368</a>)
<a href="https://github.com/Bukama"><code>@Bukama</code></a></li>
<li><a
href="https://issues.apache.org/jira/browse/MNGSITE-529">[MNGSITE-529]</a>
- Rename "Goals" to "Plugin Documentation" (<a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/360">#360</a>)
<a href="https://github.com/Bukama"><code>@Bukama</code></a></li>
<li>(doc) Close links tag in links parameter javadoc example (<a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/355">#355</a>)
<a
href="https://github.com/sixcorners"><code>@sixcorners</code></a></li>
</ul>
<h2>👻 Maintenance</h2>
<ul>
<li>Be consistent about data encoding when copying files (<a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/1215">#1215</a>)
<a href="https://github.com/fridrich"><code>@fridrich</code></a></li>
<li>Clean up JavadocUtilTest (<a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/1210">#1210</a>)
<a href="https://github.com/elharo"><code>@elharo</code></a></li>
<li>Use Java 7 relativization instead of hand-rolled code (<a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/385">#385</a>)
<a href="https://github.com/elharo"><code>@elharo</code></a></li>
<li>Rephrase source code fix interactive messages for clarity (<a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/390">#390</a>)
<a href="https://github.com/elharo"><code>@elharo</code></a></li>
<li>Reduce non-debug logging (<a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/389">#389</a>)
<a href="https://github.com/elharo"><code>@elharo</code></a></li>
<li>Delete duplicate <a
href="https://github.com/throws"><code>@throws</code></a> clause (<a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/384">#384</a>)
<a href="https://github.com/elharo"><code>@elharo</code></a></li>
<li>Use Java 7 relativization instead of our hand-rolled code (<a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/381">#381</a>)
<a href="https://github.com/elharo"><code>@elharo</code></a></li>
<li>Clean up comments and argument names (<a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/386">#386</a>)
<a href="https://github.com/elharo"><code>@elharo</code></a></li>
<li>Remove workaround for long patched CVE in javadoc (<a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/388">#388</a>)
<a href="https://github.com/elharo"><code>@elharo</code></a></li>
<li>Issue <a
href="https://redirect.github.com/apache/maven-javadoc-plugin/issues/378">#378</a>
Cleanup of code related to old non supported Java version (<a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/382">#382</a>)
<a href="https://github.com/olamy"><code>@olamy</code></a></li>
<li>Cure deprecation warning (<a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/383">#383</a>)
<a href="https://github.com/elharo"><code>@elharo</code></a></li>
<li><a
href="https://issues.apache.org/jira/browse/MJAVADOC-773">[MJAVADOC-773]</a>
- deprecate toRelative (<a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/379">#379</a>)
<a href="https://github.com/elharo"><code>@elharo</code></a></li>
<li>Issue <a
href="https://redirect.github.com/apache/maven-javadoc-plugin/issues/373">#373</a>
Fix JDK 23 build (<a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/374">#374</a>)
<a href="https://github.com/olamy"><code>@olamy</code></a></li>
<li>Fix <code>aggregate</code> Javadoc typo (<a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/371">#371</a>)
<a
href="https://github.com/JackPGreen"><code>@JackPGreen</code></a></li>
<li>Enable GH issues (<a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/365">#365</a>)
<a href="https://github.com/Bukama"><code>@Bukama</code></a></li>
<li><a
href="https://issues.apache.org/jira/browse/MJAVADOC-825">[MJAVADOC-825]</a>
- Prefer NullPointerExceptions for null arguments (<a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/350">#350</a>)
<a href="https://github.com/elharo"><code>@elharo</code></a></li>
</ul>
<h2>📦 Dependency updates</h2>
<ul>
<li>Bump commons-io:commons-io from 2.19.0 to 2.20.0 (<a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/1221">#1221</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.apache.commons:commons-text from 1.13.1 to 1.14.0 (<a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/1222">#1222</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.apache.commons:commons-lang3 from 3.6 to 3.18.0 in
/src/it/projects/MJAVADOC-787 (<a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/1227">#1227</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Maven Archiver 3.6.4 (<a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/1226">#1226</a>)
<a href="https://github.com/olamy"><code>@olamy</code></a></li>
<li>Bump org.apache.commons:commons-lang3 from 3.6 to 3.18.0 in
/src/it/projects/MJAVADOC-575_source8-module-info (<a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/1224">#1224</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.assertj:assertj-core from 3.27.3 to 3.27.4 (<a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/1223">#1223</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.apache.commons:commons-lang3 from 3.6 to 3.18.0 in
/src/it/projects/MJAVADOC-506_excl-module-info (<a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/1218">#1218</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.codehaus.plexus:plexus-java from 1.3.0 to 1.5.0 (<a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/363">#363</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/maven-javadoc-plugin/commit/8357bc2f8a8f47f9dad61a9bdaea2381357b7dcf"><code>8357bc2</code></a>
[maven-release-plugin] prepare release maven-javadoc-plugin-3.11.3</li>
<li><a
href="https://github.com/apache/maven-javadoc-plugin/commit/ab6e97e0784d4d031d57bcf6c2c4dd630a5a8fce"><code>ab6e97e</code></a>
Bump commons-io:commons-io from 2.19.0 to 2.20.0</li>
<li><a
href="https://github.com/apache/maven-javadoc-plugin/commit/83788c10c0b607b231e714b20d0e7ea73a2626ae"><code>83788c1</code></a>
Bump org.apache.commons:commons-text from 1.13.1 to 1.14.0</li>
<li><a
href="https://github.com/apache/maven-javadoc-plugin/commit/99ee1fc2db35d70b46670ccaadbaa488baf63b11"><code>99ee1fc</code></a>
Bump org.apache.commons:commons-lang3 in
/src/it/projects/MJAVADOC-787</li>
<li><a
href="https://github.com/apache/maven-javadoc-plugin/commit/18bfeb80da9214b3e301bc378734b699f5c67423"><code>18bfeb8</code></a>
Maven Archiver 3.6.4 (<a
href="https://redirect.github.com/apache/maven-javadoc-plugin/issues/1226">#1226</a>)</li>
<li><a
href="https://github.com/apache/maven-javadoc-plugin/commit/63618bb06e4579cbd65fb7b404dba9dc679b9e55"><code>63618bb</code></a>
Bump org.apache.commons:commons-lang3 (<a
href="https://redirect.github.com/apache/maven-javadoc-plugin/issues/1224">#1224</a>)</li>
<li><a
href="https://github.com/apache/maven-javadoc-plugin/commit/81afff947b88bb510fc4c4b893cf44e27e73c8b3"><code>81afff9</code></a>
Bump org.assertj:assertj-core from 3.27.3 to 3.27.4 (<a
href="https://redirect.github.com/apache/maven-javadoc-plugin/issues/1223">#1223</a>)</li>
<li><a
href="https://github.com/apache/maven-javadoc-plugin/commit/8bcdebf24e028ec5ffe874504369940c8bcbcf90"><code>8bcdebf</code></a>
Add Apache 2.0 LICENSE file (<a
href="https://redirect.github.com/apache/maven-javadoc-plugin/issues/1220">#1220</a>)</li>
<li><a
href="https://github.com/apache/maven-javadoc-plugin/commit/22990722ca9523168ced25befaca352cd473fcdd"><code>2299072</code></a>
Make the legacyMode consistent and actually useful (<a
href="https://redirect.github.com/apache/maven-javadoc-plugin/issues/1217">#1217</a>)</li>
<li><a
href="https://github.com/apache/maven-javadoc-plugin/commit/33c9f01af9a3d4d28decbabd0bc02c4b3a875c2d"><code>33c9f01</code></a>
Be consistent about data encoding when copying files (<a
href="https://redirect.github.com/apache/maven-javadoc-plugin/issues/1215">#1215</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.11.2...maven-javadoc-plugin-3.11.3">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 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 b24db65 commit 1a06865Copy full SHA for 1a06865
Expand file treeCollapse file tree
1 file changed
+2
-2
lines changedCollapse file: pom.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 |
| - | |
| 55 | + | |
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
| |||
317 | 317 |
| |
318 | 318 |
| |
319 | 319 |
| |
320 |
| - | |
| 320 | + | |
321 | 321 |
| |
322 | 322 |
| |
323 | 323 |
| |
|
0 commit comments