Skip to content

Commit

Permalink
Bump the dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates: [com.google.errorprone:error_prone_annotations](https://github.com/google/error-prone) and [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin).

Updates `com.google.errorprone:error_prone_annotations` from 2.28.0 to 2.29.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/google/error-prone/releases">com.google.errorprone:error_prone_annotations's releases</a>.</em></p>
<blockquote>
<h2>Error Prone 2.29.2</h2>
<p>This release contains all of the changes in <a href="https://github.com/google/error-prone/releases/tag/v2.29.0">2.29.0</a> and <a href="https://github.com/google/error-prone/releases/tag/v2.29.1">2.29.1</a>, plus:</p>
<ul>
<li>a bug fix for a crash in <code>TraditionalSwitchExpression</code> (<a href="https://redirect.github.com/google/error-prone/issues/4479">google/error-prone#4479</a>)</li>
<li>restores the <code>module-info</code> for the annotations jar, which was accidentally removed (<a href="https://redirect.github.com/google/error-prone/issues/4480">google/error-prone#4480</a>)</li>
</ul>
<p>Full Changelog: <a href="https://github.com/google/error-prone/compare/v2.29.1...v2.29.2">https://github.com/google/error-prone/compare/v2.29.1...v2.29.2</a></p>
<h2>Error Prone 2.29.1</h2>
<p>This release contains all of the changes in <a href="https://github.com/google/error-prone/releases/tag/v2.29.0">2.29.0</a>, plus:</p>
<ul>
<li>a bug fix to <code>UnusedVariable</code> to handle unnamed <code>_</code> variables (<a href="https://redirect.github.com/google/error-prone/issues/4451">google/error-prone#4451</a>)</li>
<li>a bug fix for a crash in <code>SetUnrecognized</code> (<a href="https://redirect.github.com/google/error-prone/issues/4475">google/error-prone#4475</a>)</li>
</ul>
<p>Full Changelog: <a href="https://github.com/google/error-prone/compare/v2.29.0...v2.29.1">https://github.com/google/error-prone/compare/v2.29.0...v2.29.1</a></p>
<h2>Error Prone 2.29.0</h2>
<p>New checks:</p>
<ul>
<li><a href="https://errorprone.info/bugpattern/MissingRuntimeRetention"><code>MissingRuntimeRetention</code></a></li>
<li><a href="https://errorprone.info/bugpattern/SetUnrecognized"><code>SetUnrecognized</code></a></li>
<li><a href="https://errorprone.info/bugpattern/StatementSwitchToExpressionSwitch"><code>StatementSwitchToExpressionSwitch</code></a></li>
</ul>
<p>Closed issues: <a href="https://redirect.github.com/google/error-prone/issues/4318">#4318</a>, <a href="https://redirect.github.com/google/error-prone/issues/4429">#4429</a>, <a href="https://redirect.github.com/google/error-prone/issues/4467">#4467</a></p>
<p>Full Changelog: <a href="https://github.com/google/error-prone/compare/v2.28.0...v2.29.0">https://github.com/google/error-prone/compare/v2.28.0...v2.29.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/google/error-prone/commit/436f891d38b23e405214d7ada9d77f6ba6099ad2"><code>436f891</code></a> Release Error Prone 2.29.2</li>
<li><a href="https://github.com/google/error-prone/commit/526aa72ce8c09d10129c4d51bda0decddd99d56a"><code>526aa72</code></a> Restore <code>module-info</code>.</li>
<li><a href="https://github.com/google/error-prone/commit/a19bcbc0a839f403b32ac01bd85f8cbe49a1403e"><code>a19bcbc</code></a> StatementSwitchToExpressionSwitch: Enhance code comment handling for direct c...</li>
<li><a href="https://github.com/google/error-prone/commit/5c26d0df6ee6e98027c2d41375cd6961b6ec38f9"><code>5c26d0d</code></a> Fix <code>ASTHelpers#isRuleKind</code> on JDK versions without <code>CaseTree#getCaseKind</code></li>
<li><a href="https://github.com/google/error-prone/commit/81d31274cb5fa92093420d02d9aac991935547e8"><code>81d3127</code></a> Fix an NPE in SetUnrecognized</li>
<li><a href="https://github.com/google/error-prone/commit/bc33976002cb33e658fbe4d36ae03c9872a9eab4"><code>bc33976</code></a> Use JSpecify 1.0!</li>
<li><a href="https://github.com/google/error-prone/commit/385e43a6fa69536e10fe7360b88efe03358e6e34"><code>385e43a</code></a> Disallow using traditional <code>:</code>-style switches as switch expressions</li>
<li><a href="https://github.com/google/error-prone/commit/2656f48902f6723f3147caa117372309dbc6c15f"><code>2656f48</code></a> Create <code>ThreadSafeTypeParameter</code> to replace <code>ThreadSafe.TypeParameter</code>.</li>
<li><a href="https://github.com/google/error-prone/commit/6bd568d418694043bfec7961dff0ba5559bb856a"><code>6bd568d</code></a> Don't complain about unused variables named <code>_</code></li>
<li><a href="https://github.com/google/error-prone/commit/7f90df7f9b4cf3db9abe6ce33ea55c9602012d3c"><code>7f90df7</code></a> Improve docs for <code>URLEqualsHashCode</code>.</li>
<li>Additional commits viewable in <a href="https://github.com/google/error-prone/compare/v2.28.0...v2.29.2">compare view</a></li>
</ul>
</details>
<br />

Updates `org.apache.maven.plugins:maven-javadoc-plugin` from 3.7.0 to 3.8.0
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/apache/maven-javadoc-plugin/commit/621cba66b6aee068a370806b1619cf1d87e9c582"><code>621cba6</code></a> [maven-release-plugin] prepare release maven-javadoc-plugin-3.8.0</li>
<li><a href="https://github.com/apache/maven-javadoc-plugin/commit/eab964ca3f7df4c5bc94ef78a2547729bbcb1c88"><code>eab964c</code></a> [MJAVADOC-603] javadoc:fix failure on JDK10: java.lang.ClassNotFoundException...</li>
<li><a href="https://github.com/apache/maven-javadoc-plugin/commit/0a26a7e048e1b0ddb1951983e33e8f3453e87f17"><code>0a26a7e</code></a> Update since tags</li>
<li><a href="https://github.com/apache/maven-javadoc-plugin/commit/08205b187e976bb7d9266df3b8e7865dae755105"><code>08205b1</code></a> Add compile step for MJAVADOC-365 IT</li>
<li><a href="https://github.com/apache/maven-javadoc-plugin/commit/4c8ca8ede6517cc34a7a1a38ba113d0fac351e4d"><code>4c8ca8e</code></a> [MJAVADOC-804] Remove temporary directories created by tests</li>
<li><a href="https://github.com/apache/maven-javadoc-plugin/commit/91369fabe400ea6c2d91a36d90885d36b447d3ec"><code>91369fa</code></a> [MJAVADOC-775] Option 'taglets/taglet/tagletpath' ignored when pointing to a JAR</li>
<li><a href="https://github.com/apache/maven-javadoc-plugin/commit/be2fa208674c781b08658878ae375f2c058992fc"><code>be2fa20</code></a> [MJAVADOC-783] Invalid path when using TagletArtifact and TagletPath</li>
<li><a href="https://github.com/apache/maven-javadoc-plugin/commit/3eb47c5081bf6f4158333bd378641bc9b7c9a25f"><code>3eb47c5</code></a> [MJAVADOC-791] maven-javadoc-plugin not working correctly together with maven...</li>
<li><a href="https://github.com/apache/maven-javadoc-plugin/commit/d3afd39f63f730f5018e8bb00bbf4226dd0f482f"><code>d3afd39</code></a> [MJAVADOC-803] Add default parameter to force root locale</li>
<li><a href="https://github.com/apache/maven-javadoc-plugin/commit/4904e0825ae265f5d152a9f0d7eebbcc038c55c9"><code>4904e08</code></a> [MJAVADOC-802] Set default value of defaultAuthor parameter in fix goals to $...</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.8.0">compare view</a></li>
</ul>
</details>
<br />

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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions

</details>

Fixes #447

COPYBARA_INTEGRATE_REVIEW=#447 from google:dependabot/maven/dependencies-3c43a4367a eeaaf26
PiperOrigin-RevId: 654733422
  • Loading branch information
dependabot[bot] authored and Compile-Testing Team committed Jul 22, 2024
1 parent aa0afd6 commit 868362b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.28.0</version>
<version>2.29.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -134,7 +134,7 @@
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.7.0</version>
<version>3.8.0</version>
<configuration>
<additionalJOptions>
<additionalJOption>--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED</additionalJOption>
Expand Down Expand Up @@ -230,7 +230,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.7.0</version>
<version>3.8.0</version>
<executions>
<execution>
<id>attach-docs</id>
Expand Down

0 comments on commit 868362b

Please sign in to comment.