Skip to content

Commit

Permalink
deps: update dependency com.google.errorprone:error_prone_annotations…
Browse files Browse the repository at this point in the history
… to v2.27.1 (#2708)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.google.errorprone:error_prone_annotations](https://errorprone.info)
([source](https://github.com/google/error-prone)) | `2.26.1` ->
`2.27.1` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.errorprone:error_prone_annotations/2.27.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.google.errorprone:error_prone_annotations/2.27.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.google.errorprone:error_prone_annotations/2.26.1/2.27.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.errorprone:error_prone_annotations/2.26.1/2.27.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>google/error-prone
(com.google.errorprone:error_prone_annotations)</summary>

###
[`v2.27.1`](https://github.com/google/error-prone/releases/tag/v2.27.1):
Error Prone 2.27.1

This release contains all of the changes in
[2.27.0](https://github.com/google/error-prone/releases/tag/v2.27.0),
plus a bug fix to
[`ClassInitializationDeadlock`](https://errorprone.info/bugpattern/ClassInitializationDeadlock)
([google/error-prone#4378)

Full Changelog:
google/error-prone@v2.27.0...v2.27.1

###
[`v2.27.0`](https://github.com/google/error-prone/releases/tag/v2.27.0):
Error Prone 2.27.0

[Compare
Source](https://github.com/google/error-prone/compare/v2.26.1...v2.27.0)

New checks:

-
[`ClassInitializationDeadlock`](https://errorprone.info/bugpattern/ClassInitializationDeadlock)
detects class initializers that reference subtypes of the current class,
which can result in deadlocks.
- [`MockitoDoSetup`](https://errorprone.info/bugpattern/MockitoDoSetup)
suggests using `when`/`thenReturn` over `doReturn`/`when` for additional
type safety.
- [`VoidUsed`](https://errorprone.info/bugpattern/VoidUsed) suggests
using a literal `null` instead of referring to a `Void`-typed variable.

Modified checks:

- `TruthSelfEquals` has been renamed and generalized as
[`SelfAssertion`](https://errorprone.info/bugpattern/SelfAssertion)
-
[`RedundantSetterCall`](https://errorprone.info/bugpattern/RedundantSetterCall)
has been improved, and enabled as an error oby default

Closed issues:
[#&#8203;4291](https://github.com/google/error-prone/issues/4291).
[#&#8203;4308](https://github.com/google/error-prone/issues/4308),
[#&#8203;4343](https://github.com/google/error-prone/issues/4343),
[#&#8203;4320](https://github.com/google/error-prone/issues/4320)

Full Changelog:
google/error-prone@v2.26.1...v2.27.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/googleapis/sdk-platform-java).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMzMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: Alice <65933803+alicejli@users.noreply.github.com>
  • Loading branch information
2 people authored and lqiu96 committed May 22, 2024
1 parent 966566f commit ad04595
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gapic-generator-java-pom-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<protobuf.version>3.25.3</protobuf.version>
<opentelemetry.version>1.37.0</opentelemetry.version>
<maven.compiler.release>8</maven.compiler.release>
<errorprone.version>2.26.1</errorprone.version>
<errorprone.version>2.27.1</errorprone.version>
<j2objc-annotations.version>3.0.0</j2objc-annotations.version>
<threetenbp.version>1.6.9</threetenbp.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion java-shared-dependencies/third-party-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<opencensus.version>0.31.1</opencensus.version>
<findbugs.version>3.0.2</findbugs.version>
<jackson.version>2.17.0</jackson.version>
<errorprone.version>2.26.1</errorprone.version>
<errorprone.version>2.27.1</errorprone.version>
<codec.version>1.16.1</codec.version>
<httpcomponents.httpcore.version>4.4.16</httpcomponents.httpcore.version>
<httpcomponents.httpclient.version>4.5.14</httpcomponents.httpclient.version>
Expand Down

0 comments on commit ad04595

Please sign in to comment.