Bump the dependencies group with 2 updates#1663
Closed
copybara-service[bot] wants to merge 1 commit into
Closed
Conversation
cpovirk
approved these changes
Jun 16, 2026
Bumps the dependencies group with 2 updates: [com.google.errorprone:error_prone_annotations](https://github.com/google/error-prone) and [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf). Updates `com.google.errorprone:error_prone_annotations` from 2.49.0 to 2.50.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.50.0</h2> <p>New checks:</p> <ul> <li><a href="https://errorprone.info/bugpattern/BoxingComparator"><code>BoxingComparator</code></a>: Detect implicitly-boxing Comparator.comparing key extractors</li> <li><a href="https://errorprone.info/bugpattern/ExposedPrivateType"><code>ExposedPrivateType</code></a>: Discourage references to private member classes from non-private APIs</li> <li><a href="https://errorprone.info/bugpattern/JUnitMethodInvoked"><code>JUnitMethodInvoked</code></a>: Discourage directly invoking JUnit test methods</li> <li><a href="https://errorprone.info/bugpattern/ListRemoveAmbiguous"><code>ListRemoveAmbiguous</code></a>: Detect ambiguous calls to <code>List.remove(int|Integer)</code></li> <li><a href="https://errorprone.info/bugpattern/PreferTestParameter"><code>PreferTestParameter</code></a>: suggests using <code>@TestParameter</code> instead of <code>@TestParameters</code> for exhaustive boolean and enum parameters on single-element parameterized tests</li> <li><a href="https://errorprone.info/bugpattern/RecordComponentAccessorAnnotationConflict"><code>RecordComponentAccessorAnnotationConflict</code></a>: Detect conflicts between record components and explicit accessor methods</li> <li><a href="https://errorprone.info/bugpattern/RecordComponentOverride"><code>RecordComponentOverride</code></a>: Discourage <code>@OverRide</code> on record component declarations that don't override anything</li> <li><a href="https://errorprone.info/bugpattern/ThrowableEqualsHashCode"><code>ThrowableEqualsHashCode</code></a>: Discourage overriding <code>Throwable.equals()</code> and <code>hashCode()</code></li> </ul> <p>Closed issues: <a href="https://redirect.github.com/google/error-prone/issues/5553">#5553</a>, <a href="https://redirect.github.com/google/error-prone/issues/5649">#5649</a>, <a href="https://redirect.github.com/google/error-prone/issues/5778">#5778</a></p> <p>Full changelog: <a href="https://github.com/google/error-prone/compare/v2.49.0...v2.50.0">https://github.com/google/error-prone/compare/v2.49.0...v2.50.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/error-prone/commit/d802cff975605b2c76f262eaf28d22bf39534f78"><code>d802cff</code></a> Release Error Prone 2.50.0</li> <li><a href="https://github.com/google/error-prone/commit/b12b5f206d0f9f4a9f4c647839096a7a571c0961"><code>b12b5f2</code></a> In <code>StringCharset</code>, move the description from <code>explanation</code> to <code>summary</code>.</li> <li><a href="https://github.com/google/error-prone/commit/a7ca02a09c4b7c343eaf3eae6badbf3cf14568c4"><code>a7ca02a</code></a> Update <code>AssertThrowsUtils</code> to emit <code>var thrown = assertThrows(...)</code> instead o...</li> <li><a href="https://github.com/google/error-prone/commit/6b565177d4dd90b09abc646e4639caa117637c18"><code>6b56517</code></a> Fix handling of nested tags in UnrecognisedJavadocTag</li> <li><a href="https://github.com/google/error-prone/commit/d36e74f6a7bde44a23dcc6f8c729f4bf909455f6"><code>d36e74f</code></a> Remove translation of the <code>fail()</code> message into <code>assertThrows()</code>. We already ...</li> <li><a href="https://github.com/google/error-prone/commit/c3581e93a0db15e35f8f7b3b6bb5cfe5eadbe8dc"><code>c3581e9</code></a> Fix JavacFileManager compiler crash during speculative recompiles in modular ...</li> <li><a href="https://github.com/google/error-prone/commit/da1f32b7908e5da8376fff4e57296ef7a84a4e81"><code>da1f32b</code></a> Remove assignments from <code>assertThrows()</code> lambdas. A large percentage of remai...</li> <li><a href="https://github.com/google/error-prone/commit/dee62f74041f8944377880476ec4babb12863b37"><code>dee62f7</code></a> Update <code>AssertThrowsBlockToExpression</code> to re-write single <code>VariableTree</code>s int...</li> <li><a href="https://github.com/google/error-prone/commit/493944857cd9f4af7e0846481f7ebcc027c17663"><code>4939448</code></a> Only hoist the last statement into the <code>assertThrows()</code> lambda.</li> <li><a href="https://github.com/google/error-prone/commit/30fd05a4d19da16fd141b060a42557f2e772b9d2"><code>30fd05a</code></a> refactor: Rename JavaLangClash bug pattern to AvoidCommonTypeNames</li> <li>Additional commits viewable in <a href="https://github.com/google/error-prone/compare/v2.49.0...v2.50.0">compare view</a></li> </ul> </details> <br /> Updates `com.google.protobuf:protobuf-java` from 4.35.0 to 4.35.1 <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 /> 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 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 #1662 COPYBARA_INTEGRATE_REVIEW=#1662 from google:dependabot/maven/dependencies-97f791c79f 21463d6 PiperOrigin-RevId: 933192560
c381e5a to
3aff8b1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bump the dependencies group with 2 updates
Bumps the dependencies group with 2 updates: com.google.errorprone:error_prone_annotations and com.google.protobuf:protobuf-java.
Updates
com.google.errorprone:error_prone_annotationsfrom 2.49.0 to 2.50.0Release notes
Sourced from com.google.errorprone:error_prone_annotations's releases.
Commits
d802cffRelease Error Prone 2.50.0b12b5f2InStringCharset, move the description fromexplanationtosummary.a7ca02aUpdateAssertThrowsUtilsto emitvar thrown = assertThrows(...)instead o...6b56517Fix handling of nested tags in UnrecognisedJavadocTagd36e74fRemove translation of thefail()message intoassertThrows(). We already ...c3581e9Fix JavacFileManager compiler crash during speculative recompiles in modular ...da1f32bRemove assignments fromassertThrows()lambdas. A large percentage of remai...dee62f7UpdateAssertThrowsBlockToExpressionto re-write singleVariableTrees int...4939448Only hoist the last statement into theassertThrows()lambda.30fd05arefactor: Rename JavaLangClash bug pattern to AvoidCommonTypeNamesUpdates
com.google.protobuf:protobuf-javafrom 4.35.0 to 4.35.1Commits
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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 conditionsFixes #1662
FUTURE_COPYBARA_INTEGRATE_REVIEW=#1662 from google:dependabot/maven/dependencies-97f791c79f 21463d6