Skip to content

Commit

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

Updates `com.google.errorprone:error_prone_annotations` from 2.30.0 to 2.31.0
<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.31.0</h2>
<p>This is the last planned minor release of Error Prone that will support running on JDK 11, see <a href="https://redirect.github.com/google/error-prone/issues/3803">#3803</a>. Using Error Prone to compile code that is deployed to earlier versions will continue to be fully supported, but will require using JDK 17 or newer for compilation and setting <code>--release</code> or <code>-source</code>/<code>-target</code>/<code>-bootclasspath</code>.</p>
<p>Changes:</p>
<ul>
<li>Introduce <a href="https://github.com/google/error-prone/blob/2656f48902f6723f3147caa117372309dbc6c15f/type_annotations/src/main/java/com/google/errorprone/annotations/ThreadSafeTypeParameter.java"><code>@ThreadSafeTypeParameter</code></a> with enforcement by <a href="https://errorprone.info/bugpattern/ThreadSafe">ThreadSafe</a></li>
<li>Improved support for latest JDK 24 EA builds</li>
<li>Error Prone is now distributed as a Multi-Release jar (<a href="https://redirect.github.com/google/error-prone/issues/3756">#3756</a>)</li>
</ul>
<p>New checks:</p>
<ul>
<li><a href="https://errorprone.info/bugpattern/AutoValueBoxedValues"><code>AutoValueBoxedValues</code></a>: AutoValue instances should not usually contain boxed types that are not Nullable. We recommend removing the unnecessary boxing.</li>
</ul>
<p>Full changelog: <a href="https://github.com/google/error-prone/compare/v2.30.0...v2.31.0">https://github.com/google/error-prone/compare/v2.30.0...v2.31.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/google/error-prone/commit/4294aac27cb0a5ec536fdfdbe0ec5227ac90c1a2"><code>4294aac</code></a> Release Error Prone 2.31.0</li>
<li><a href="https://github.com/google/error-prone/commit/5bf91fb051bce74517456a35e798c44c331d7da2"><code>5bf91fb</code></a> Replace <code>{@link ThreadSafeTypeParameter}</code> with <code>{@code ThreadSafeTypeParameter}</code></li>
<li><a href="https://github.com/google/error-prone/commit/a5a718974dd7d325025ea14c1492f113490d5cf8"><code>a5a7189</code></a> Replace <code>ComparisonChain</code> with a <code>Comparator</code> chain.</li>
<li><a href="https://github.com/google/error-prone/commit/7e9a10089b731fcff39d711aab25bc2b8b8d0c5a"><code>7e9a100</code></a> Make ThreadSafeTypeParameter useful in the open-source version of ErrorProne.</li>
<li><a href="https://github.com/google/error-prone/commit/b4cebef79651ae33277459240fc74d53e61ef3a9"><code>b4cebef</code></a> Fix typo noted by <a href="https://github.com/Stephan202"><code>@​Stephan202</code></a>.</li>
<li><a href="https://github.com/google/error-prone/commit/354104ec807269d79848d9d84b448f5e7e8e4315"><code>354104e</code></a> Remove <code>ThreadSafe.TypeParameter</code> now that it's been replaced by `ThreadSafeT...</li>
<li><a href="https://github.com/google/error-prone/commit/7542d36993acb6ac6c219c30e6bbac3ab8d0b793"><code>7542d36</code></a> Don't fire <code>CanIgnoreReturnValueSuggester</code> for simple <code>return param;</code> impleme...</li>
<li><a href="https://github.com/google/error-prone/commit/0a5a5b8bca44854904ac13b704f761a8c2a1277f"><code>0a5a5b8</code></a> Migrate <code>CollectionIncompatibleType</code> from the deprecated <code>withSignature</code> to `...</li>
<li><a href="https://github.com/google/error-prone/commit/78218f298883071c44f91fea30d8c2916f2da6df"><code>78218f2</code></a> Write more about <code>withSignature</code>.</li>
<li><a href="https://github.com/google/error-prone/commit/90d939069d5b59cc404da5ac48b25509b2ebef40"><code>90d9390</code></a> Mark some Kotlin ranges as Immutable.</li>
<li>Additional commits viewable in <a href="https://github.com/google/error-prone/compare/v2.30.0...v2.31.0">compare view</a></li>
</ul>
</details>
<br />

Updates `com.google.protobuf:protobuf-java` from 4.27.3 to 4.28.0
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/protocolbuffers/protobuf/commits">compare view</a></li>
</ul>
</details>
<br />

Updates `org.apache.maven.plugins:maven-javadoc-plugin` from 3.8.0 to 3.10.0
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/apache/maven-javadoc-plugin/commit/487e47995424a5090dad5702b92fecaf8893a294"><code>487e479</code></a> [maven-release-plugin] prepare release maven-javadoc-plugin-3.10.0</li>
<li><a href="https://github.com/apache/maven-javadoc-plugin/commit/9638a6a76c6db53c3bf8ffbd5cec7318b0e25303"><code>9638a6a</code></a> [MJAVADOC-785] Align plugin implementation with AbstractMavenReport (maven-re...</li>
<li><a href="https://github.com/apache/maven-javadoc-plugin/commit/9d339255f160d259a64189d31ab4325f1d3fae4e"><code>9d33925</code></a> [MJAVADOC-784] Upgrade to Doxia 2.0.0 Milestone Stack</li>
<li><a href="https://github.com/apache/maven-javadoc-plugin/commit/a11b921429c884c7e9d1aa03092b2c7146508db8"><code>a11b921</code></a> [MJAVADOC-809] Align Mojo class names</li>
<li><a href="https://github.com/apache/maven-javadoc-plugin/commit/7c4b467e67b482fc709648b283e7ed2d3b50d042"><code>7c4b467</code></a> Bump org.apache.maven.plugins:maven-plugins from 42 to 43</li>
<li><a href="https://github.com/apache/maven-javadoc-plugin/commit/636442b317e5506ca6687375c1d86c7395152f93"><code>636442b</code></a> Improve ITs</li>
<li><a href="https://github.com/apache/maven-javadoc-plugin/commit/dbca15ac6c523c6eaa973ef5d733c4a5594c23ba"><code>dbca15a</code></a> Bump org.hamcrest:hamcrest-core from 2.2 to 3.0</li>
<li><a href="https://github.com/apache/maven-javadoc-plugin/commit/d02bb88d7a2849bdd39dfdf7a6098859145f42d0"><code>d02bb88</code></a> Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.16.0</li>
<li><a href="https://github.com/apache/maven-javadoc-plugin/commit/0a850a16589ff0e1e8379fe841159d04e686acfb"><code>0a850a1</code></a> [MJAVADOC-807] Simplify IT for MJAVADOC-498</li>
<li><a href="https://github.com/apache/maven-javadoc-plugin/commit/43e901fc4b45c0fe868825f49f56866937210646"><code>43e901f</code></a> Improve URL handling</li>
<li>Additional commits viewable in <a href="https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.8.0...maven-javadoc-plugin-3.10.0">compare view</a></li>
</ul>
</details>
<br />

Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.4.0 to 3.5.0
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/apache/maven-surefire/commit/c78365f5a229155e7d0cfad2913445fc01d7a959"><code>c78365f</code></a> [maven-release-plugin] prepare release surefire-3.5.0</li>
<li><a href="https://github.com/apache/maven-surefire/commit/05e4681f38f53c2a54b7671291ca02dc63586a98"><code>05e4681</code></a> [SUREFIRE-2227] Dynamically calculate xrefTestLocation</li>
<li><a href="https://github.com/apache/maven-surefire/commit/f1a419a1457e5a83f9deb07a700a1376487f72ed"><code>f1a419a</code></a> [SUREFIRE-2228] Upgrade to Doxia 2.0.0 Milestone Stack</li>
<li><a href="https://github.com/apache/maven-surefire/commit/5e14d4fb4ddf6e4ce4af0f6632398c7ba8df2325"><code>5e14d4f</code></a> [SUREFIRE-2161] Align Mojo class names and output names</li>
<li><a href="https://github.com/apache/maven-surefire/commit/c0784ab18a9b3830812be4cf6bc147f5c5285005"><code>c0784ab</code></a> Bump org.apache.commons:commons-compress from 1.27.0 to 1.27.1</li>
<li><a href="https://github.com/apache/maven-surefire/commit/79ea7178aaf73190f4aead3d38d4b8276d7dd1b7"><code>79ea717</code></a> [SUREFIRE-2256] Upgrade to Parent 43</li>
<li><a href="https://github.com/apache/maven-surefire/commit/4648b47403fb9a43025892b22f361f2bef5f057c"><code>4648b47</code></a> add Reproducible Builds badge</li>
<li><a href="https://github.com/apache/maven-surefire/commit/f64c1b3148626ece80726b74208c4b62641a40e3"><code>f64c1b3</code></a> [maven-release-plugin] prepare for next development iteration</li>
<li>See full diff in <a href="https://github.com/apache/maven-surefire/compare/surefire-3.4.0...surefire-3.5.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 #1333

COPYBARA_INTEGRATE_REVIEW=#1333 from google:dependabot/maven/dependencies-4bd90d388d 7e3f79e
PiperOrigin-RevId: 670241853
  • Loading branch information
dependabot[bot] authored and Google Java Core Libraries committed Sep 2, 2024
1 parent 02d56dd commit fceb336
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
-->
<guava.jre.version>33.3.0-jre</guava.jre.version>
<gwt.version>2.10.0</gwt.version>
<protobuf.version>4.27.3</protobuf.version>
<protobuf.version>4.28.0</protobuf.version>
<!-- Property for protobuf-lite protocArtifact, which isn't a "normal" Maven dep. -->
<!-- TODO(cpovirk): Use protobuf.version instead. But that requires finding the new way to request the Lite runtime. -->
<protobuf-lite.protoc.version>3.1.0</protobuf-lite.protoc.version>
Expand Down Expand Up @@ -103,7 +103,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.30.0</version>
<version>2.31.0</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
Expand Down Expand Up @@ -228,7 +228,7 @@
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.8.0</version>
<version>3.10.0</version>
<configuration>
<additionalOptions>
<additionalOption>-Xdoclint:-html ${conditionalJavadoc9PlusOptions}</additionalOption>
Expand Down Expand Up @@ -300,7 +300,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.4.0</version>
<version>3.5.0</version>
</plugin>
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
Expand Down

0 comments on commit fceb336

Please sign in to comment.