Skip to content

Commit 8e966d2

Browse files
Bump error-prone from 2.40.0 to 2.41.0 (#331)
Bumps `error-prone` from 2.40.0 to 2.41.0. Updates `com.google.errorprone:error_prone_annotations` from 2.40.0 to 2.41.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.41.0</h2> <p>New checks:</p> <ul> <li><a href="https://errorprone.info/bugpattern/EffectivelyPrivate">EffectivelyPrivate</a>: Detect declarations that have <code>public</code> or <code>protected</code> modifiers, but are effectively private</li> </ul> <p>Changes:</p> <ul> <li>Skip BooleanLiteral findings if the target type is boxed (<a href="https://redirect.github.com/google/error-prone/issues/5134">#5134</a>)</li> </ul> <p>Full changelog: <a href="https://github.com/google/error-prone/compare/v2.40.0...v2.41.0">https://github.com/google/error-prone/compare/v2.40.0...v2.41.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/error-prone/commit/d6539d63084b7f366a58bdcafbb889cf897b5297"><code>d6539d6</code></a> Release Error Prone 2.41.0</li> <li><a href="https://github.com/google/error-prone/commit/6161d4eabdaf3988911a14bf31b45411004df69b"><code>6161d4e</code></a> Skip BooleanLiteral findings if the target type is boxed</li> <li><a href="https://github.com/google/error-prone/commit/98d83bffda4993e2d8d64841e05f2475302ff284"><code>98d83bf</code></a> Avoid touching parameters of <code>@subscribe</code> methods.</li> <li><a href="https://github.com/google/error-prone/commit/13d46e7a3438d894ff5fea8f2306ee7e0cb3e0e7"><code>13d46e7</code></a> Refactor to use WellKnownKeep</li> <li><a href="https://github.com/google/error-prone/commit/ef33eee283c0ef30e34e4b65f68999266e32a062"><code>ef33eee</code></a> Fix a println statement left over from <a href="https://github.com/google/error-prone/">https://github.com/google/error-prone/</a>...</li> <li><a href="https://github.com/google/error-prone/commit/ce784a9949dc64604a338250fa598c64b1752683"><code>ce784a9</code></a> Detect non-private, non-override methods in anonymous classes</li> <li><a href="https://github.com/google/error-prone/commit/43759cd54556b70057f617f2da8df433f3961a98"><code>43759cd</code></a> Recognise <code>com.google.common.inject.components.OtherRequiredBindings</code> as an i...</li> <li><a href="https://github.com/google/error-prone/commit/ef5073b3e2bdd09e27f2196d0db5508ff8967b7d"><code>ef5073b</code></a> UnnecessaryQualifier: don't fire on <code>interface</code>s, in deference to Dagger.</li> <li><a href="https://github.com/google/error-prone/commit/3d7b585878851992d0b74e13b324a482141b80fc"><code>3d7b585</code></a> <code>TruthIncompatibleType</code> support for <code>MultisetSubject#hasCount</code>.</li> <li><a href="https://github.com/google/error-prone/commit/b5c6175f7f543ed056799ae8f4ac74e76b1103b2"><code>b5c6175</code></a> Add a test confirming external <a href="https://redirect.github.com/google/error-prone/issues/5151">#5151</a>.</li> <li>Additional commits viewable in <a href="https://github.com/google/error-prone/compare/v2.40.0...v2.41.0">compare view</a></li> </ul> </details> <br /> Updates `com.google.errorprone:error_prone_core` from 2.40.0 to 2.41.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/error-prone/releases">com.google.errorprone:error_prone_core's releases</a>.</em></p> <blockquote> <h2>Error Prone 2.41.0</h2> <p>New checks:</p> <ul> <li><a href="https://errorprone.info/bugpattern/EffectivelyPrivate">EffectivelyPrivate</a>: Detect declarations that have <code>public</code> or <code>protected</code> modifiers, but are effectively private</li> </ul> <p>Changes:</p> <ul> <li>Skip BooleanLiteral findings if the target type is boxed (<a href="https://redirect.github.com/google/error-prone/issues/5134">#5134</a>)</li> </ul> <p>Full changelog: <a href="https://github.com/google/error-prone/compare/v2.40.0...v2.41.0">https://github.com/google/error-prone/compare/v2.40.0...v2.41.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/error-prone/commit/d6539d63084b7f366a58bdcafbb889cf897b5297"><code>d6539d6</code></a> Release Error Prone 2.41.0</li> <li><a href="https://github.com/google/error-prone/commit/6161d4eabdaf3988911a14bf31b45411004df69b"><code>6161d4e</code></a> Skip BooleanLiteral findings if the target type is boxed</li> <li><a href="https://github.com/google/error-prone/commit/98d83bffda4993e2d8d64841e05f2475302ff284"><code>98d83bf</code></a> Avoid touching parameters of <code>@subscribe</code> methods.</li> <li><a href="https://github.com/google/error-prone/commit/13d46e7a3438d894ff5fea8f2306ee7e0cb3e0e7"><code>13d46e7</code></a> Refactor to use WellKnownKeep</li> <li><a href="https://github.com/google/error-prone/commit/ef33eee283c0ef30e34e4b65f68999266e32a062"><code>ef33eee</code></a> Fix a println statement left over from <a href="https://github.com/google/error-prone/">https://github.com/google/error-prone/</a>...</li> <li><a href="https://github.com/google/error-prone/commit/ce784a9949dc64604a338250fa598c64b1752683"><code>ce784a9</code></a> Detect non-private, non-override methods in anonymous classes</li> <li><a href="https://github.com/google/error-prone/commit/43759cd54556b70057f617f2da8df433f3961a98"><code>43759cd</code></a> Recognise <code>com.google.common.inject.components.OtherRequiredBindings</code> as an i...</li> <li><a href="https://github.com/google/error-prone/commit/ef5073b3e2bdd09e27f2196d0db5508ff8967b7d"><code>ef5073b</code></a> UnnecessaryQualifier: don't fire on <code>interface</code>s, in deference to Dagger.</li> <li><a href="https://github.com/google/error-prone/commit/3d7b585878851992d0b74e13b324a482141b80fc"><code>3d7b585</code></a> <code>TruthIncompatibleType</code> support for <code>MultisetSubject#hasCount</code>.</li> <li><a href="https://github.com/google/error-prone/commit/b5c6175f7f543ed056799ae8f4ac74e76b1103b2"><code>b5c6175</code></a> Add a test confirming external <a href="https://redirect.github.com/google/error-prone/issues/5151">#5151</a>.</li> <li>Additional commits viewable in <a href="https://github.com/google/error-prone/compare/v2.40.0...v2.41.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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4a31dcc commit 8e966d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
assertj = "3.27.3"
33
buf = "1.55.1"
44
cel = "0.10.1"
5-
error-prone = "2.40.0"
5+
error-prone = "2.41.0"
66
junit = "5.13.3"
77
maven-publish = "0.34.0"
88
protobuf = "4.31.1"

0 commit comments

Comments
 (0)