Skip to content

Commit dcde76d

Browse files
dependabot[bot]Google Java Core Libraries
authored andcommitted
Bump the dependencies group with 2 updates
Bumps the dependencies group with 2 updates: [com.google.errorprone:error_prone_annotations](https://github.com/google/error-prone) and [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer). 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 `org.apache.maven.plugins:maven-enforcer-plugin` from 3.6.0 to 3.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven-enforcer/releases">org.apache.maven.plugins:maven-enforcer-plugin's releases</a>.</em></p> <blockquote> <h2>3.6.1</h2> <!-- raw HTML omitted --> <h2>🚀 New features and improvements</h2> <ul> <li>Improve performance of transitive dependency checks (<a href="https://redirect.github.com/apache/maven-enforcer/pull/904">#904</a>) <a href="https://github.com/harrisric"><code>@​harrisric</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>Fix NPE when a classifier part is specified in bannedDependencies (<a href="https://redirect.github.com/apache/maven-enforcer/pull/905">#905</a>) <a href="https://github.com/harrisric"><code>@​harrisric</code></a></li> </ul> <h2>📝 Documentation updates</h2> <ul> <li>Move contributing information into README (<a href="https://redirect.github.com/apache/maven-enforcer/pull/911">#911</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li>Rewrite CONTRIBUTING.md to use the Github issue tracker instead of JIRA (<a href="https://redirect.github.com/apache/maven-enforcer/pull/898">#898</a>) <a href="https://github.com/elharo"><code>@​elharo</code></a></li> </ul> <h2>👻 Maintenance</h2> <ul> <li>Remove unused javax.annotations dependency (<a href="https://redirect.github.com/apache/maven-enforcer/pull/899">#899</a>) <a href="https://github.com/elharo"><code>@​elharo</code></a></li> <li>Remove unused methods (<a href="https://redirect.github.com/apache/maven-enforcer/pull/900">#900</a>) <a href="https://github.com/elharo"><code>@​elharo</code></a></li> <li>Remove the from parameter names (<a href="https://redirect.github.com/apache/maven-enforcer/pull/901">#901</a>) <a href="https://github.com/elharo"><code>@​elharo</code></a></li> <li>Fix a grab bag of typos and minor grammar errors (<a href="https://redirect.github.com/apache/maven-enforcer/pull/897">#897</a>) <a href="https://github.com/elharo"><code>@​elharo</code></a></li> <li>remove unneeded contains check as add already does that (<a href="https://redirect.github.com/apache/maven-enforcer/pull/896">#896</a>) <a href="https://github.com/elharo"><code>@​elharo</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 (<a href="https://redirect.github.com/apache/maven-enforcer/pull/910">#910</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-enforcer/commit/9b9b7055e6e572e7cbf4b6dd4605145167c99374"><code>9b9b705</code></a> [maven-release-plugin] prepare release enforcer-3.6.1</li> <li><a href="https://github.com/apache/maven-enforcer/commit/469f45c1be4fe981d77b19f44e85c5b3fa8195ac"><code>469f45c</code></a> Move contributing information into README - fix cla link</li> <li><a href="https://github.com/apache/maven-enforcer/commit/fec424a87ca5cd5262216f249db67cf8f75c6e80"><code>fec424a</code></a> Move contributing information into README</li> <li><a href="https://github.com/apache/maven-enforcer/commit/3abe11d2acafff873ebf0e2008c8d5746dbf67f9"><code>3abe11d</code></a> Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 (<a href="https://redirect.github.com/apache/maven-enforcer/issues/910">#910</a>)</li> <li><a href="https://github.com/apache/maven-enforcer/commit/d58be76facad6e44838ca1ec2f805458f01a66ad"><code>d58be76</code></a> Improve performance of transitive dependency checks (<a href="https://redirect.github.com/apache/maven-enforcer/issues/904">#904</a>)</li> <li><a href="https://github.com/apache/maven-enforcer/commit/1f7ac3c384760fc8d5559b2786ba443f9cce8ca5"><code>1f7ac3c</code></a> null analysis (<a href="https://redirect.github.com/apache/maven-enforcer/issues/907">#907</a>)</li> <li><a href="https://github.com/apache/maven-enforcer/commit/3bfbff84a5ee3e232ff5a4289092d5da1c8f2be1"><code>3bfbff8</code></a> Fix some typos</li> <li><a href="https://github.com/apache/maven-enforcer/commit/8da031136d9399b84f3d31afc4ea9dd5d0bca9ee"><code>8da0311</code></a> Remove unused javax.annotations dependency (<a href="https://redirect.github.com/apache/maven-enforcer/issues/899">#899</a>)</li> <li><a href="https://github.com/apache/maven-enforcer/commit/06bcf2974560340fb415156e59edb1785b807427"><code>06bcf29</code></a> Remove unused methods (<a href="https://redirect.github.com/apache/maven-enforcer/issues/900">#900</a>)</li> <li><a href="https://github.com/apache/maven-enforcer/commit/b25c800ed72c7d25e156917f8ca67316501e5e67"><code>b25c800</code></a> Fix NPE when a classifier part is specified but an artifact classifier is nul...</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven-enforcer/compare/enforcer-3.6.0...enforcer-3.6.1">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 <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 #1545 COPYBARA_INTEGRATE_REVIEW=#1545 from google:dependabot/maven/dependencies-7ba5dda989 2d4815b PiperOrigin-RevId: 787995481
1 parent 6db013d commit dcde76d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<dependency>
109109
<groupId>com.google.errorprone</groupId>
110110
<artifactId>error_prone_annotations</artifactId>
111-
<version>2.40.0</version>
111+
<version>2.41.0</version>
112112
</dependency>
113113
<dependency>
114114
<groupId>com.google.protobuf</groupId>
@@ -310,7 +310,7 @@
310310
</plugin>
311311
<plugin>
312312
<artifactId>maven-enforcer-plugin</artifactId>
313-
<version>3.6.0</version>
313+
<version>3.6.1</version>
314314
<executions>
315315
<execution>
316316
<id>enforce</id>

0 commit comments

Comments
 (0)