Skip to content

Commit 652e447

Browse files
fix(deps): update dependency com.google.errorprone:error_prone_annotations to v2.42.0 (#770)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [com.google.errorprone:error_prone_annotations](https://errorprone.info) ([source](https://redirect.github.com/google/error-prone)) | `2.41.0` -> `2.42.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.errorprone:error_prone_annotations/2.42.0?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.41.0/2.42.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>google/error-prone (com.google.errorprone:error_prone_annotations)</summary> ### [`v2.42.0`](https://redirect.github.com/google/error-prone/releases/tag/v2.42.0): Error Prone 2.42.0 [Compare Source](https://redirect.github.com/google/error-prone/compare/v2.41.0...v2.42.0) New checks: - [`ExplicitArrayForVarargs`](https://errorprone.info/bugpattern/ExplicitArrayForVarargs): discourage unnecessary explicit construction of an array to provide varargs. - [`FloggerPerWithoutRateLimit`](https://errorprone.info/bugpattern/FloggerPerWithoutRateLimit): discourage Flogger's `perUnique` without rate limiting - [`StringJoin`](https://errorprone.info/bugpattern/StringJoin): Ban `String.join(CharSequence)` and `String.join(CharSequence, CharSequence)` - [`ThreadBuilderNameWithPlaceholder`](https://errorprone.info/bugpattern/ThreadBuilderNameWithPlaceholder): Do not allow placeholders in `Thread.Builder.name(String)` or `name(String, int)`. Changes: - The return type of `ASTHelpers.asFlagSet` has changed. The previous type was `EnumSet<Flags.Flag>`, where `Flags.Flag` is an enum in the javac class `Flags`. A recent JDK change has replaced that enum with a new top-level enum called `FlagsEnum`. It is not possible to change `ASTHelpers.asFlagSet` in a way that would be type-safe and compatible with the enums from JDKs both before and after the change. Instead, the method now returns `ImmutableSet<String>`, where the strings come from the `toString()` of the enum constants. That means they are `"native"`, `"abstract"`, etc. - Flag `IO.print[ln]()` in [`SystemOut`](https://errorprone.info/bugpattern/SystemOut). Full changelog: <google/error-prone@v2.41.0...v2.42.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/nextcloud/android-common). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyIzLiB0byByZXZpZXciLCJkZXBlbmRlbmNpZXMiXX0=--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 24154f3 commit 652e447

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

gradle/verification-metadata.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
</trusted-artifacts>
4747
<ignored-keys>
4848
<ignored-key id="07D3516820BCF6B1" reason="Key couldn't be downloaded from any key server"/>
49+
<ignored-key id="17A27CE7A60FF5F0" reason="Key couldn't be downloaded from any key server"/>
4950
</ignored-keys>
5051
<trusted-keys>
5152
<trusted-key id="015479E1055341431B4545AB72475FD306B9CAB7" group="com.googlecode.javaewah" name="JavaEWAH" version="1.2.3"/>
@@ -12014,6 +12015,22 @@
1201412015
<sha256 value="b7087907920fc8a81534686b2f1a2b331127af97f015abbdb3786a51f3fa1e52" origin="Generated by Gradle"/>
1201512016
</artifact>
1201612017
</component>
12018+
<component group="io.opentelemetry" name="opentelemetry-api" version="1.41.0">
12019+
<artifact name="opentelemetry-api-1.41.0.jar">
12020+
<sha256 value="9336668f388de68a0a2c3e114154febd29db19a7644f27c4eba548f5de852258" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
12021+
</artifact>
12022+
<artifact name="opentelemetry-api-1.41.0.module">
12023+
<sha256 value="261468589c993b88f7ccad9338ffd8166b9df4cc34de308066932b2a5c9de956" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
12024+
</artifact>
12025+
</component>
12026+
<component group="io.opentelemetry" name="opentelemetry-context" version="1.41.0">
12027+
<artifact name="opentelemetry-context-1.41.0.jar">
12028+
<sha256 value="5e3432a4464a432abfdab73be7142e516d25a84aa8426fce1192ffb0532faa35" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
12029+
</artifact>
12030+
<artifact name="opentelemetry-context-1.41.0.module">
12031+
<sha256 value="174dcda3e840226138adb8ce9043576ddc43c286b612d3dbf64531f67bd8d987" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
12032+
</artifact>
12033+
</component>
1201712034
<component group="io.perfmark" name="perfmark-api" version="0.26.0">
1201812035
<artifact name="perfmark-api-0.26.0.jar">
1201912036
<sha256 value="b7d23e93a34537ce332708269a0d1404788a5b5e1949e82f5535fce51b3ea95b" origin="Generated by Gradle"/>

material-color-utilities/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ java {
1616
}
1717

1818
dependencies {
19-
implementation 'com.google.errorprone:error_prone_annotations:2.41.0'
19+
implementation 'com.google.errorprone:error_prone_annotations:2.42.0'
2020
implementation 'androidx.annotation:annotation-jvm:1.9.1'
2121
}
2222

0 commit comments

Comments
 (0)