Skip to content

Commit

Permalink
Bump org.checkerframework:checker-qual from 3.40.0 to 3.41.0
Browse files Browse the repository at this point in the history
Bumps [org.checkerframework:checker-qual](https://github.com/typetools/checker-framework) from 3.40.0 to 3.41.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/typetools/checker-framework/releases">org.checkerframework:checker-qual's releases</a>.</em></p>
<blockquote>
<h2>Checker Framework 3.41.0</h2>
<h2>Version 3.41.0 (December 4, 2023)</h2>
<p><strong>User-visible changes:</strong></p>
<p>New command-line options:
-AassumePureGetters Unsoundly assume that every getter method is pure</p>
<p><strong>Implementation details:</strong></p>
<p>Added method <code>isDeterministic()</code> to the <code>AnnotationProvider</code> interface.</p>
<p><code>CFAbstractValue#leastUpperBound</code> and <code>CFAbstractValue#widenUpperBound</code> are now final.  Subclasses should override method <code>CFAbstractValue#upperBound(V, TypeMirror, boolean)</code> instead.</p>
<p><strong>Closed issues:</strong></p>
<p><a href="https://github.com/typetools/checker-framework/issues/1497">#1497</a>, <a href="https://github.com/typetools/checker-framework/issues/3345">#3345</a>, <a href="https://github.com/typetools/checker-framework/issues/6037">#6037</a>, <a href="https://github.com/typetools/checker-framework/issues/6204">#6204</a>, <a href="https://github.com/typetools/checker-framework/issues/6276">#6276</a>, <a href="https://github.com/typetools/checker-framework/issues/6282">#6282</a>, <a href="https://github.com/typetools/checker-framework/issues/6290">#6290</a>, <a href="https://github.com/typetools/checker-framework/issues/6296">#6296</a>, <a href="https://github.com/typetools/checker-framework/issues/6319">#6319</a>, <a href="https://github.com/typetools/checker-framework/issues/6327">#6327</a>.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typetools/checker-framework/blob/master/docs/CHANGELOG.md">org.checkerframework:checker-qual's changelog</a>.</em></p>
<blockquote>
<h2>Version 3.41.0 (December 4, 2023)</h2>
<p><strong>User-visible changes:</strong></p>
<p>New command-line options:
-AassumePureGetters Unsoundly assume that every getter method is pure</p>
<p><strong>Implementation details:</strong></p>
<p>Added method <code>isDeterministic()</code> to the <code>AnnotationProvider</code> interface.</p>
<p><code>CFAbstractValue#leastUpperBound</code> and <code>CFAbstractValue#widenUpperBound</code> are now
final.  Subclasses should override method <code>CFAbstractValue#upperBound(V, TypeMirror, boolean)</code> instead.</p>
<p><strong>Closed issues:</strong></p>
<p><a href="https://github.com/typetools/checker-framework/issues/1497">#1497</a>, <a href="https://github.com/typetools/checker-framework/issues/3345">#3345</a>, <a href="https://github.com/typetools/checker-framework/issues/6037">#6037</a>, <a href="https://github.com/typetools/checker-framework/issues/6204">#6204</a>, <a href="https://github.com/typetools/checker-framework/issues/6276">#6276</a>, <a href="https://github.com/typetools/checker-framework/issues/6282">#6282</a>, <a href="https://github.com/typetools/checker-framework/issues/6290">#6290</a>, <a href="https://github.com/typetools/checker-framework/issues/6296">#6296</a>, <a href="https://github.com/typetools/checker-framework/issues/6319">#6319</a>, <a href="https://github.com/typetools/checker-framework/issues/6327">#6327</a>.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/typetools/checker-framework/commit/df9b135ffc7dfe054a134d5b31e5cc080ac2a845"><code>df9b135</code></a> new release 3.41.0</li>
<li><a href="https://github.com/typetools/checker-framework/commit/2f4073aa5142f7897b3c11b20b0a4b9e33b7f03e"><code>2f4073a</code></a> Prep for release.</li>
<li><a href="https://github.com/typetools/checker-framework/commit/19ae530ffaa29832605e8f9f8f4773d66f16bb5a"><code>19ae530</code></a> Transfer function documentation (<a href="https://github.com/typetools/checker-framework/issues/6333">#6333</a>)</li>
<li><a href="https://github.com/typetools/checker-framework/commit/116b2657e3f203bdb8cc9efd9703400f6c392d76"><code>116b265</code></a> Update plugin com.diffplug.spotless to v6.23.3</li>
<li><a href="https://github.com/typetools/checker-framework/commit/f80af834cf105b03191c3d9d48cbf441d8aaf8d5"><code>f80af83</code></a> Use Error Prone 2.23.0 (suppress warning)</li>
<li><a href="https://github.com/typetools/checker-framework/commit/918fa9e0b80487a9081d7a5206f064a104564283"><code>918fa9e</code></a> Don't compute element unless necessary</li>
<li><a href="https://github.com/typetools/checker-framework/commit/d146eea4a5c2b3fe4842970decb1f26eadced5e6"><code>d146eea</code></a> Update dependency io.github.classgraph:classgraph to v4.8.165 (<a href="https://github.com/typetools/checker-framework/issues/6331">#6331</a>)</li>
<li><a href="https://github.com/typetools/checker-framework/commit/98da4e5389799b56c3ff910e580ca3cb3ef1a228"><code>98da4e5</code></a> Remove a project</li>
<li><a href="https://github.com/typetools/checker-framework/commit/43db4471ceca09946aea0947701e7e23454f4b4e"><code>43db447</code></a> Add a new method to handle annotations not on the classpath</li>
<li><a href="https://github.com/typetools/checker-framework/commit/3bca5e20db2c9cb480d977137403818a4d083d8d"><code>3bca5e2</code></a> Update dependency com.amazonaws:aws-java-sdk-bom to v1.12.603 (<a href="https://github.com/typetools/checker-framework/issues/6328">#6328</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/typetools/checker-framework/compare/checker-framework-3.40.0...checker-framework-3.41.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.checkerframework:checker-qual&package-manager=maven&previous-version=3.40.0&new-version=3.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 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 #1201

COPYBARA_INTEGRATE_REVIEW=#1201 from google:dependabot/maven/org.checkerframework-checker-qual-3.41.0 2a1cf66
PiperOrigin-RevId: 588052010
  • Loading branch information
dependabot[bot] authored and Google Java Core Libraries committed Dec 5, 2023
1 parent 04fddbb commit d532e91
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 @@ -73,7 +73,7 @@
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
<version>3.40.0</version>
<version>3.41.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit d532e91

Please sign in to comment.