Skip to content

Commit

Permalink
chore(deps): bump error-prone.version from 2.32.0 to 2.33.0 (#548)
Browse files Browse the repository at this point in the history
Bumps `error-prone.version` from 2.32.0 to 2.33.0.
Updates `com.google.errorprone:error_prone_annotations` from 2.32.0 to
2.33.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.33.0</h2>
<p>Similar to release <a
href="https://github.com/google/error-prone/releases/v2.32.0">2.32.0</a>,
the minimum support JDK version to run Error Prone is JDK 17 (<a
href="https://redirect.github.com/google/error-prone/issues/3803">#3803</a>).
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>Changes:</p>
<ul>
<li>Update protobuf version for CVE-2024-7254</li>
</ul>
<p>New checks:</p>
<ul>
<li><a
href="https://errorprone.info/bugpattern/ArrayRecordComponent"><code>ArrayRecordComponent</code></a>:
Record components should not be arrays.</li>
</ul>
<p>Full changelog: <a
href="https://github.com/google/error-prone/compare/v2.32.0...v2.33.0">https://github.com/google/error-prone/compare/v2.32.0...v2.33.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/google/error-prone/commit/7a67f2052f384b2da8a208391b200ea12a83ff1c"><code>7a67f20</code></a>
Release Error Prone 2.33.0</li>
<li><a
href="https://github.com/google/error-prone/commit/f1f79558a6e5d87b4921f61e3c33125240354734"><code>f1f7955</code></a>
Remove out of place <code>.</code>. Previously, the error message
was:</li>
<li><a
href="https://github.com/google/error-prone/commit/c8851500bf8ebe33899e440e7441f15a68181998"><code>c885150</code></a>
Add a regression test for b/369862572</li>
<li><a
href="https://github.com/google/error-prone/commit/2b78c1fe583feb60591e8ad12ec2eec9e8d1c65a"><code>2b78c1f</code></a>
Avoid a possible <code>IndexOutOfBoundsException</code> in
<code>MemberName</code>.</li>
<li><a
href="https://github.com/google/error-prone/commit/47dd2a817ad6e46576bd5c2bfff59a756296473b"><code>47dd2a8</code></a>
Suggest <code>Splitter.on(Pattern.compile(...))</code> instead of
<code>Splitter.onPattern</code></li>
<li><a
href="https://github.com/google/error-prone/commit/50d098374fe5e5cd30f84f56359dec367db0142c"><code>50d0983</code></a>
Add some missing testdata/ prefixes.</li>
<li><a
href="https://github.com/google/error-prone/commit/f82fb662b03cd5d29c2e296bf41ac4d6bec2ff87"><code>f82fb66</code></a>
Fix typos</li>
<li><a
href="https://github.com/google/error-prone/commit/fb1a05b6262d234888c1097e33645b1f97c03b11"><code>fb1a05b</code></a>
Update protobuf version</li>
<li><a
href="https://github.com/google/error-prone/commit/be9921779231a78f353e815e1edf41b4d9d8b6e0"><code>be99217</code></a>
Extend MissingOverride to require <a
href="https://github.com/Override"><code>@​Override</code></a> on
&quot;an explicitly declared access...</li>
<li><a
href="https://github.com/google/error-prone/commit/2c04adaeca4b6e6901f9316079e924156667c627"><code>2c04ada</code></a>
Support toSeconds in DurationToLongTimeUnit</li>
<li>Additional commits viewable in <a
href="https://github.com/google/error-prone/compare/v2.32.0...v2.33.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `com.google.errorprone:error_prone_core` from 2.32.0 to 2.33.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.33.0</h2>
<p>Similar to release <a
href="https://github.com/google/error-prone/releases/v2.32.0">2.32.0</a>,
the minimum support JDK version to run Error Prone is JDK 17 (<a
href="https://redirect.github.com/google/error-prone/issues/3803">#3803</a>).
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>Changes:</p>
<ul>
<li>Update protobuf version for CVE-2024-7254</li>
</ul>
<p>New checks:</p>
<ul>
<li><a
href="https://errorprone.info/bugpattern/ArrayRecordComponent"><code>ArrayRecordComponent</code></a>:
Record components should not be arrays.</li>
</ul>
<p>Full changelog: <a
href="https://github.com/google/error-prone/compare/v2.32.0...v2.33.0">https://github.com/google/error-prone/compare/v2.32.0...v2.33.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/google/error-prone/commit/7a67f2052f384b2da8a208391b200ea12a83ff1c"><code>7a67f20</code></a>
Release Error Prone 2.33.0</li>
<li><a
href="https://github.com/google/error-prone/commit/f1f79558a6e5d87b4921f61e3c33125240354734"><code>f1f7955</code></a>
Remove out of place <code>.</code>. Previously, the error message
was:</li>
<li><a
href="https://github.com/google/error-prone/commit/c8851500bf8ebe33899e440e7441f15a68181998"><code>c885150</code></a>
Add a regression test for b/369862572</li>
<li><a
href="https://github.com/google/error-prone/commit/2b78c1fe583feb60591e8ad12ec2eec9e8d1c65a"><code>2b78c1f</code></a>
Avoid a possible <code>IndexOutOfBoundsException</code> in
<code>MemberName</code>.</li>
<li><a
href="https://github.com/google/error-prone/commit/47dd2a817ad6e46576bd5c2bfff59a756296473b"><code>47dd2a8</code></a>
Suggest <code>Splitter.on(Pattern.compile(...))</code> instead of
<code>Splitter.onPattern</code></li>
<li><a
href="https://github.com/google/error-prone/commit/50d098374fe5e5cd30f84f56359dec367db0142c"><code>50d0983</code></a>
Add some missing testdata/ prefixes.</li>
<li><a
href="https://github.com/google/error-prone/commit/f82fb662b03cd5d29c2e296bf41ac4d6bec2ff87"><code>f82fb66</code></a>
Fix typos</li>
<li><a
href="https://github.com/google/error-prone/commit/fb1a05b6262d234888c1097e33645b1f97c03b11"><code>fb1a05b</code></a>
Update protobuf version</li>
<li><a
href="https://github.com/google/error-prone/commit/be9921779231a78f353e815e1edf41b4d9d8b6e0"><code>be99217</code></a>
Extend MissingOverride to require <a
href="https://github.com/Override"><code>@​Override</code></a> on
&quot;an explicitly declared access...</li>
<li><a
href="https://github.com/google/error-prone/commit/2c04adaeca4b6e6901f9316079e924156667c627"><code>2c04ada</code></a>
Support toSeconds in DurationToLongTimeUnit</li>
<li>Additional commits viewable in <a
href="https://github.com/google/error-prone/compare/v2.32.0...v2.33.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>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent d34e6e6 commit ed85ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@

<build-helper-maven-plugin.version>3.5.0</build-helper-maven-plugin.version>
<checkstyle.version>10.18.2</checkstyle.version>
<error-prone.version>2.32.0</error-prone.version>
<error-prone.version>2.33.0</error-prone.version>
<flatten-maven-plugin.version>1.6.0</flatten-maven-plugin.version>
<maven-checkstyle-plugin.version>3.5.0</maven-checkstyle-plugin.version>
<maven-clean-plugin.version>3.4.0</maven-clean-plugin.version>
Expand Down

0 comments on commit ed85ff6

Please sign in to comment.