Skip to content

build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2#1320

Merged
lvca merged 1 commit intomainfrom
dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.6.2
Nov 13, 2023
Merged

build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2#1320
lvca merged 1 commit intomainfrom
dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.6.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 13, 2023

Bumps org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2.

Release notes

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

3.6.2

🐛 Bug Fixes

📦 Dependency updates

Commits
  • 28a89f1 [maven-release-plugin] prepare release maven-javadoc-plugin-3.6.2
  • 16ca43f [maven-release-plugin] prepare for next development iteration
  • 88bc4a5 Align IT after MJAVADOC-716
  • 4b881e8 Bump org.codehaus.mojo:mrm-maven-plugin from 1.5.0 to 1.6.0
  • 45a8d29 [MJAVADOC-716] Fix stale files detection failing because of the added newline...
  • afb2dee [MJAVADOC-713] Skipping Javadoc reportset leaves empty Javadoc link in site
  • 4bad23f [MJAVADOC-730] Deprecate parameter "old"
  • 8364883 [MJAVADOC-777] Bump org.codehaus.plexus:plexus-java from 1.1.2 to 1.2.0 (#245)
  • 6fa9c86 [MJAVADOC-762] don't share state between tests (#218)
  • 05b12e8 [MJAVADOC-726] exclude velocity (#243)
  • 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.6.0 to 3.6.2.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.6.0...maven-javadoc-plugin-3.6.2)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java labels Nov 13, 2023
@lvca lvca self-assigned this Nov 13, 2023
@lvca lvca merged commit e45e8e7 into main Nov 13, 2023
@lvca lvca added this to the 23.11.1 milestone Nov 13, 2023
@dependabot dependabot bot deleted the dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.6.2 branch November 13, 2023 14:24
mergify bot added a commit that referenced this pull request Jan 27, 2026
…20.1 to 2.21.0 [skip ci]

Bumps [org.codehaus.mojo:versions-maven-plugin](https://github.com/mojohaus/versions) from 2.20.1 to 2.21.0.
Release notes

*Sourced from [org.codehaus.mojo:versions-maven-plugin's releases](https://github.com/mojohaus/versions/releases).*

> 2.21.0
> ------
>
> 🚀 New features and improvements
> -------------------------------
>
> * Add versions.skip parameter to skip plugin execution ([#1328](https://redirect.github.com/mojohaus/versions/pull/1328)) [`@​jorgheymans`](https://github.com/jorgheymans)
>
> 🐛 Bug Fixes
> -----------
>
> * [#1331](https://redirect.github.com/mojohaus/versions/issues/1331): Fix NPE in restrictionForUnchangedSegment if actual version is null ([#1332](https://redirect.github.com/mojohaus/versions/pull/1332)) [`@​andrzejj0`](https://github.com/andrzejj0)
> * [#1310](https://redirect.github.com/mojohaus/versions/issues/1310): Corrected UseDepVersionMojo + handling a similar case in SetMojo, SetScmTagMojo, UpdateChildModulesMojo ([#1322](https://redirect.github.com/mojohaus/versions/pull/1322)) [`@​andrzejj0`](https://github.com/andrzejj0)
> * UseDepVersionMoto should process all projects on the project list ([#1320](https://redirect.github.com/mojohaus/versions/pull/1320)) [`@​andrzejj0`](https://github.com/andrzejj0)
> * Fixed [#1317](https://redirect.github.com/mojohaus/versions/issues/1317): Regression coming from ArtifactVersions::filter when currentVersion is null and ignoredVersions is not null ([#1319](https://redirect.github.com/mojohaus/versions/pull/1319)) [`@​andrzejj0`](https://github.com/andrzejj0)
>
> 📝 Documentation updates
> -----------------------
>
> * Fix README typos in Contributing section ([#1337](https://redirect.github.com/mojohaus/versions/pull/1337)) [`@​kranthipoturaju`](https://github.com/kranthipoturaju)
> * [#1323](https://redirect.github.com/mojohaus/versions/issues/1323): Documentation ([#1324](https://redirect.github.com/mojohaus/versions/pull/1324)) [`@​andrzejj0`](https://github.com/andrzejj0)
>
> 📦 Dependency updates
> --------------------
>
> * Bump byteBuddyVersion from 1.18.3 to 1.18.4 ([#1335](https://redirect.github.com/mojohaus/versions/pull/1335)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.4.0 to 3.5.0 ([#1333](https://redirect.github.com/mojohaus/versions/pull/1333)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.plexus:plexus-archiver from 4.10.4 to 4.11.0 ([#1334](https://redirect.github.com/mojohaus/versions/pull/1334)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.mojo:mojo-parent from 94 to 95 ([#1330](https://redirect.github.com/mojohaus/versions/pull/1330)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump byteBuddyVersion from 1.18.2 to 1.18.3 ([#1329](https://redirect.github.com/mojohaus/versions/pull/1329)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.commons:commons-text from 1.14.0 to 1.15.0 ([#1325](https://redirect.github.com/mojohaus/versions/pull/1325)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump byteBuddyVersion from 1.18.1 to 1.18.2 ([#1318](https://redirect.github.com/mojohaus/versions/pull/1318)) @[dependabot[bot]](https://github.com/apps/dependabot)


Commits

* [`1cdedea`](mojohaus/versions@1cdedea) [maven-release-plugin] prepare release 2.21.0
* [`b947957`](mojohaus/versions@b947957) Fix README typos in Contributing section
* [`b85c0a8`](mojohaus/versions@b85c0a8) Bump project version to 2.21.0-SNAPSHOT
* [`7ae3767`](mojohaus/versions@7ae3767) Bump byteBuddyVersion from 1.18.3 to 1.18.4 ([#1335](https://redirect.github.com/mojohaus/versions/issues/1335))
* [`38afa9f`](mojohaus/versions@38afa9f) Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness
* [`39af6a2`](mojohaus/versions@39af6a2) Bump org.codehaus.plexus:plexus-archiver from 4.10.4 to 4.11.0
* [`f51b9d5`](mojohaus/versions@f51b9d5) [#1331](https://redirect.github.com/mojohaus/versions/issues/1331): Fix NPE in restrictionForUnchangedSegment if actual version is null (#...
* [`8d209b3`](mojohaus/versions@8d209b3) Bump org.codehaus.mojo:mojo-parent from 94 to 95 ([#1330](https://redirect.github.com/mojohaus/versions/issues/1330))
* [`4929d48`](mojohaus/versions@4929d48) Bump byteBuddyVersion from 1.18.2 to 1.18.3 ([#1329](https://redirect.github.com/mojohaus/versions/issues/1329))
* [`cb84d01`](mojohaus/versions@cb84d01) Add versions.skip parameter to skip plugin execution ([#1328](https://redirect.github.com/mojohaus/versions/issues/1328))
* Additional commits viewable in [compare view](mojohaus/versions@2.20.1...2.21.0)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=org.codehaus.mojo:versions-maven-plugin&package-manager=maven&previous-version=2.20.1&new-version=2.21.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)
---
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  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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant