Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump errorprone.version from 2.18.0 to 2.19.0 in /value
Bumps `errorprone.version` from 2.18.0 to 2.19.0. Updates `error_prone_annotations` from 2.18.0 to 2.19.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/error-prone/releases">error_prone_annotations's releases</a>.</em></p> <blockquote> <h2>Error Prone 2.19.0</h2> <p>New Checkers:</p> <ul> <li><a href="https://errorprone.info/bugpattern/NotJavadoc"><code>NotJavadoc</code></a></li> <li><a href="https://errorprone.info/bugpattern/StringCaseLocaleUsage"><code>StringCaseLocaleUsage</code></a></li> <li><a href="https://errorprone.info/bugpattern/UnnecessaryTestMethodPrefix"><code>UnnecessaryTestMethodPrefix</code></a></li> </ul> <p>Fixes issues: <a href="https://redirect.github.com/google/error-prone/issues/956">#956</a>, <a href="https://redirect.github.com/google/error-prone/issues/3504">#3504</a>, <a href="https://redirect.github.com/google/error-prone/issues/3654">#3654</a>, <a href="https://redirect.github.com/google/error-prone/issues/3703">#3703</a>, <a href="https://redirect.github.com/google/error-prone/issues/3731">#3731</a>, <a href="https://redirect.github.com/google/error-prone/issues/3737">#3737</a>, <a href="https://redirect.github.com/google/error-prone/issues/3760">#3760</a>, <a href="https://redirect.github.com/google/error-prone/issues/3779">#3779</a>, <a href="https://redirect.github.com/google/error-prone/issues/3796">#3796</a>, <a href="https://redirect.github.com/google/error-prone/issues/3809">#3809</a>, <a href="https://redirect.github.com/google/error-prone/issues/3813">#3813</a></p> <p><strong>Full Changelog</strong>: <a href="https://github.com/google/error-prone/compare/v2.18.0...v2.19.0">https://github.com/google/error-prone/compare/v2.18.0...v2.19.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/error-prone/commit/dca95f0494112d3b7fdd150a08660c7ce7ee5916"><code>dca95f0</code></a> Release Error Prone 2.19.0</li> <li><a href="https://github.com/google/error-prone/commit/b482675b0a1a33d88244d48da87c765243004c38"><code>b482675</code></a> Fix some javadoc lint</li> <li><a href="https://github.com/google/error-prone/commit/80a944ba59f029f40923004e98dea6a6464f407f"><code>80a944b</code></a> Update nexus-staging-maven-plugin version</li> <li><a href="https://github.com/google/error-prone/commit/fee1ab9c74a2a0763363cd1ff1767d468870e63e"><code>fee1ab9</code></a> Release on JDK 17</li> <li><a href="https://github.com/google/error-prone/commit/2000ac20747b3e23b90bddb183c179e26ce60dcd"><code>2000ac2</code></a> InvalidThrows: don't crash if <a href="https://github.com/throws"><code>@throws</code></a> references elements that aren't classes</li> <li><a href="https://github.com/google/error-prone/commit/87d0f20e014bc643f15f098aed72ac7a61a1aa21"><code>87d0f20</code></a> Recognize more JSpecify annotations as type-use:</li> <li><a href="https://github.com/google/error-prone/commit/b62636799adaa1f357579fd732cf1a68718e7686"><code>b626367</code></a> Regard java.lang.Enum as immutable.</li> <li><a href="https://github.com/google/error-prone/commit/0518fb01b72bf39e6f380bb4c0c1ac5938479781"><code>0518fb0</code></a> Enforce that <a href="https://github.com/Element"><code>@Element</code></a> is only used on <a href="https://github.com/ThreadSafe-annotated"><code>@ThreadSafe-annotated</code></a> classes in the sa...</li> <li><a href="https://github.com/google/error-prone/commit/379fc7f6c57dba837e04902f6d88bf2e060c4e26"><code>379fc7f</code></a> Fix an error with JDK 21 EA</li> <li><a href="https://github.com/google/error-prone/commit/be4e826d0f69c318358769ea9c4814675433ff9a"><code>be4e826</code></a> Support <code>@CompileTimeConstant</code> for enum fields.</li> <li>Additional commits viewable in <a href="https://github.com/google/error-prone/compare/v2.18.0...v2.19.0">compare view</a></li> </ul> </details> <br /> Updates `error_prone_type_annotations` from 2.18.0 to 2.19.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/error-prone/releases">error_prone_type_annotations's releases</a>.</em></p> <blockquote> <h2>Error Prone 2.19.0</h2> <p>New Checkers:</p> <ul> <li><a href="https://errorprone.info/bugpattern/NotJavadoc"><code>NotJavadoc</code></a></li> <li><a href="https://errorprone.info/bugpattern/StringCaseLocaleUsage"><code>StringCaseLocaleUsage</code></a></li> <li><a href="https://errorprone.info/bugpattern/UnnecessaryTestMethodPrefix"><code>UnnecessaryTestMethodPrefix</code></a></li> </ul> <p>Fixes issues: <a href="https://redirect.github.com/google/error-prone/issues/956">#956</a>, <a href="https://redirect.github.com/google/error-prone/issues/3504">#3504</a>, <a href="https://redirect.github.com/google/error-prone/issues/3654">#3654</a>, <a href="https://redirect.github.com/google/error-prone/issues/3703">#3703</a>, <a href="https://redirect.github.com/google/error-prone/issues/3731">#3731</a>, <a href="https://redirect.github.com/google/error-prone/issues/3737">#3737</a>, <a href="https://redirect.github.com/google/error-prone/issues/3760">#3760</a>, <a href="https://redirect.github.com/google/error-prone/issues/3779">#3779</a>, <a href="https://redirect.github.com/google/error-prone/issues/3796">#3796</a>, <a href="https://redirect.github.com/google/error-prone/issues/3809">#3809</a>, <a href="https://redirect.github.com/google/error-prone/issues/3813">#3813</a></p> <p><strong>Full Changelog</strong>: <a href="https://github.com/google/error-prone/compare/v2.18.0...v2.19.0">https://github.com/google/error-prone/compare/v2.18.0...v2.19.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/error-prone/commit/dca95f0494112d3b7fdd150a08660c7ce7ee5916"><code>dca95f0</code></a> Release Error Prone 2.19.0</li> <li><a href="https://github.com/google/error-prone/commit/b482675b0a1a33d88244d48da87c765243004c38"><code>b482675</code></a> Fix some javadoc lint</li> <li><a href="https://github.com/google/error-prone/commit/80a944ba59f029f40923004e98dea6a6464f407f"><code>80a944b</code></a> Update nexus-staging-maven-plugin version</li> <li><a href="https://github.com/google/error-prone/commit/fee1ab9c74a2a0763363cd1ff1767d468870e63e"><code>fee1ab9</code></a> Release on JDK 17</li> <li><a href="https://github.com/google/error-prone/commit/2000ac20747b3e23b90bddb183c179e26ce60dcd"><code>2000ac2</code></a> InvalidThrows: don't crash if <a href="https://github.com/throws"><code>@throws</code></a> references elements that aren't classes</li> <li><a href="https://github.com/google/error-prone/commit/87d0f20e014bc643f15f098aed72ac7a61a1aa21"><code>87d0f20</code></a> Recognize more JSpecify annotations as type-use:</li> <li><a href="https://github.com/google/error-prone/commit/b62636799adaa1f357579fd732cf1a68718e7686"><code>b626367</code></a> Regard java.lang.Enum as immutable.</li> <li><a href="https://github.com/google/error-prone/commit/0518fb01b72bf39e6f380bb4c0c1ac5938479781"><code>0518fb0</code></a> Enforce that <a href="https://github.com/Element"><code>@Element</code></a> is only used on <a href="https://github.com/ThreadSafe-annotated"><code>@ThreadSafe-annotated</code></a> classes in the sa...</li> <li><a href="https://github.com/google/error-prone/commit/379fc7f6c57dba837e04902f6d88bf2e060c4e26"><code>379fc7f</code></a> Fix an error with JDK 21 EA</li> <li><a href="https://github.com/google/error-prone/commit/be4e826d0f69c318358769ea9c4814675433ff9a"><code>be4e826</code></a> Support <code>@CompileTimeConstant</code> for enum fields.</li> <li>Additional commits viewable in <a href="https://github.com/google/error-prone/compare/v2.18.0...v2.19.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 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> Fixes #1511 COPYBARA_INTEGRATE_REVIEW=#1511 from google:dependabot/maven/value/errorprone.version-2.19.0 3df8622 PiperOrigin-RevId: 530746677
- Loading branch information