| commit | 1071db5cc7435628a51e564f627fe05b03da52dc | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Tue Dec 05 08:36:06 2023 -0800 |
| committer | Google Java Core Libraries <java-libraries-firehose+copybara@google.com> | Tue Dec 05 08:38:30 2023 -0800 |
| tree | ece3ae22fcd6165705ed212d823e9cc10bb94252 | |
| parent | 85bc4f80875d0581281a0bd8901e80c9c91d4ae7 [diff] |
Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 in /factory Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.6.2 to 3.6.3. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/8205008d0db43c5da4bff6995bdcf6a466a0217f"><code>8205008</code></a> [maven-release-plugin] prepare release maven-javadoc-plugin-3.6.3</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/b69af90253f769a2669754aa978eded271bf690e"><code>b69af90</code></a> [MJAVADOC-682] Reactor builds fail when multiple modules with same groupId:ar...</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/b47b280ed9c509b49c54c5da170c3ce759835730"><code>b47b280</code></a> directory, not folder</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/488624f07293b7253fa6f21603502e35b7c34cde"><code>488624f</code></a> [MJAVADOC-782] Align read-only parameters naming with other plugins</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/867dc73ce0d98474e438b7b122dee444f9f2ebe2"><code>867dc73</code></a> [MJAVADOC-781] Upgrade plugins and components (in ITs)</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/0104ab2cc67dfc24d824e057ee6ffb802789e182"><code>0104ab2</code></a> Fix incorrect config in test-javadoc-test-plugin-config.xml</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/dd39c0c12079bd8ddf06a2e335a6b1638a1dd5e6"><code>dd39c0c</code></a> [MJAVADOC-780] add missing plugin configuration</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/e6e6180e3cff55224c3d6919ed23131645e0fa35"><code>e6e6180</code></a> Remove junk from 692d7a8a9918efd24633a44f0f3d4dfd22d0fec4</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/692d7a8a9918efd24633a44f0f3d4dfd22d0fec4"><code>692d7a8</code></a> [MJAVADOC-779] - Upgrade maven-plugin parent to 41</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/386d4ea2ad68b18c8b9bc467b7e57742f60849d9"><code>386d4ea</code></a> Remove dead link</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.6.2...maven-javadoc-plugin-3.6.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> Fixes #1650 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1650 from google:dependabot/maven/factory/org.apache.maven.plugins-maven-javadoc-plugin-3.6.3 3ae111ff3dfb7b514f65008b20f7ff30ec2dff7e PiperOrigin-RevId: 588082546
A collection of source code generators for Java.
Java is full of code that is mechanical, repetitive, typically untested and sometimes the source of subtle bugs. Sounds like a job for robots!
The Auto subprojects are a collection of code generators that automate those types of tasks. They create the code you would have written, but without the bugs.
Save time. Save code. Save sanity.
AutoFactory - JSR-330-compatible factories
AutoService - Provider-configuration files for ServiceLoader
AutoValue - Immutable value-type code generation for Java 7+.
Common - Helper utilities for writing annotation processors.
Copyright 2013 Google LLC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.