Skip to content

Commit

Permalink
Bump com.google.errorprone:error_prone_core from 2.31.0 to 2.32.0 (#360)
Browse files Browse the repository at this point in the history
Bumps
[com.google.errorprone:error_prone_core](https://github.com/google/error-prone)
from 2.31.0 to 2.32.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.32.0</h2>
<p>The minimum support JDK version to run Error Prone is now JDK 17 (<a
href="https://redirect.github.com/google/error-prone/issues/3803">#3803</a>).</p>
<p>Using Error Prone to compile code that is deployed to earlier
versions is still fully supported, but will requires using JDK 17 or
newer for compilation and setting <code>--release</code> or
<code>-source</code>/<code>-target</code>/<code>-bootclasspath</code>.</p>
<p>Full changelog: <a
href="https://github.com/google/error-prone/compare/v2.31.0...v2.32.0">https://github.com/google/error-prone/compare/v2.31.0...v2.32.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/google/error-prone/commit/0fe0961648101a4320928e3b336c85bd835d4e07"><code>0fe0961</code></a>
Release Error Prone 2.32.0</li>
<li><a
href="https://github.com/google/error-prone/commit/655bdc4311378df4b94f3e300e5d5ec247c83ac8"><code>655bdc4</code></a>
Update release.yml: remove JDK 11</li>
<li><a
href="https://github.com/google/error-prone/commit/a9ff9b1c1afc0164794fe9cd1209335884455e45"><code>a9ff9b1</code></a>
Update ci.yml: remove JDK 11</li>
<li><a
href="https://github.com/google/error-prone/commit/4e0b19cea5da91f3e9080cb8535839902bfdee3a"><code>4e0b19c</code></a>
Start using Java &gt; 11 language features in Error Prone tests</li>
<li><a
href="https://github.com/google/error-prone/commit/4b5ee1eed4cef7ac47514f5fdb4a0eef8e077a8a"><code>4b5ee1e</code></a>
Update ci.yml: always set up JDK 17</li>
<li><a
href="https://github.com/google/error-prone/commit/494e2c604df4c4ab84428896f53a15c9d9de7d7b"><code>494e2c6</code></a>
Don't perform the inlining if parameter names are stripped.</li>
<li><a
href="https://github.com/google/error-prone/commit/dab4089256a0d5b9658afebc6f66c267c9035dc9"><code>dab4089</code></a>
Add the name of the method to the diagnostic message for
MemberName.</li>
<li><a
href="https://github.com/google/error-prone/commit/671ac41624485922d02445eb3eaadcfd777ed15d"><code>671ac41</code></a>
Update ci.yml to use javadoc:javadoc</li>
<li>See full diff in <a
href="https://github.com/google/error-prone/compare/v2.31.0...v2.32.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_core&package-manager=gradle&previous-version=2.31.0&new-version=2.32.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 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>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent d02d089 commit 2a8f7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
// Use JUnit test framework.
testImplementation 'junit:junit:4.13.2'

errorprone("com.google.errorprone:error_prone_core:2.31.0")
errorprone("com.google.errorprone:error_prone_core:2.32.0")
}

// Use require-javadoc. From https://github.com/plume-lib/require-javadoc.
Expand Down

0 comments on commit 2a8f7eb

Please sign in to comment.