Skip to content

Commit 18ac6a8

Browse files
dependabot[bot]Compile-Testing Team
authored andcommitted
Bump com.google.errorprone:error_prone_annotations from 2.40.0 to 2.41.0 in the dependencies group
Bumps the dependencies group with 1 update: [com.google.errorprone:error_prone_annotations](https://github.com/google/error-prone). 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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.errorprone:error_prone_annotations&package-manager=maven&previous-version=2.40.0&new-version=2.41.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 #492 COPYBARA_INTEGRATE_REVIEW=#492 from google:dependabot/maven/dependencies-292c2227c2 67059a7 PiperOrigin-RevId: 788019533
1 parent c77a9ae commit 18ac6a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>com.google.errorprone</groupId>
7373
<artifactId>error_prone_annotations</artifactId>
74-
<version>2.40.0</version>
74+
<version>2.41.0</version>
7575
<scope>provided</scope>
7676
</dependency>
7777
<dependency>

0 commit comments

Comments
 (0)