Skip to content

Commit

Permalink
Bump maven-javadoc-plugin from 3.0.1 to 3.1.0 (#2678)
Browse files Browse the repository at this point in the history
Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.0.1 to 3.1.0.
<details>
<summary>Commits</summary>

- [`dc07f23`](apache/maven-javadoc-plugin@dc07f23) [maven-release-plugin] prepare release maven-javadoc-plugin-3.1.0
- [`d2adefd`](apache/maven-javadoc-plugin@d2adefd) [MJAVADOC-580] javadoc:javadoc detects wrong java API link when running on op...
- [`a223f25`](apache/maven-javadoc-plugin@a223f25) MJAVADOC-580: javadoc:javadoc detects wrong java API link when running on ope...
- [`0799b53`](apache/maven-javadoc-plugin@0799b53) [MJAVADOC-565] Make proxy configuration properly work for both HTTP and HTTPS
- [`fd0c42a`](apache/maven-javadoc-plugin@fd0c42a) [MJAVADOC-338] When includeDependencySources=true the javadoc plugin should n...
- [`10ed96a`](apache/maven-javadoc-plugin@10ed96a) [MJAVADOC-469] <additionalOption> input isn't escaped for double backslashes ...
- [`5250cba`](apache/maven-javadoc-plugin@5250cba) [MJAVADOC] Improve split package issue with Manifest base modules.
- [`f09e0c8`](apache/maven-javadoc-plugin@f09e0c8) [MJAVADOC-568] javadoc:jar fails when project has Automatic-Module-Name and (...
- [`bb50d3e`](apache/maven-javadoc-plugin@bb50d3e) [MJAVADOC-578] Groups parameter is not compatibile with Surefire
- [`9df315c`](apache/maven-javadoc-plugin@9df315c) Add GitHub pull requests template (copied from Maven Enforcer plugin)
- Additional commits viewable in [compare view](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.0.1...maven-javadoc-plugin-3.1.0)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-javadoc-plugin&package-manager=maven&previous-version=3.0.1&new-version=3.1.0)](https://dependabot.com/compatibility-score.html?dependency-name=org.apache.maven.plugins:maven-javadoc-plugin&package-manager=maven&previous-version=3.0.1&new-version=3.1.0)

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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

</details>
  • Loading branch information
dependabot[bot] authored and joschi committed Mar 5, 2019
1 parent 388a48e commit b815cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.0.1</version>
<version>3.1.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit b815cfd

Please sign in to comment.