Skip to content

Commit

Permalink
Bump checker-qual from 3.22.1 to 3.22.2
Browse files Browse the repository at this point in the history
Bumps [checker-qual](https://github.com/typetools/checker-framework) from 3.22.1 to 3.22.2.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typetools/checker-framework/blob/master/docs/CHANGELOG.md">checker-qual's changelog</a>.</em></p>
<blockquote>
<h2>Version 3.22.2 (June 14, 2022)</h2>
<p><strong>Implementation details:</strong></p>
<p>Expose CFG APIs to allow inserting jumps and throws</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/typetools/checker-framework/commit/e7236131e316309d801c646ba29a2998978ac17e"><code>e723613</code></a> new release 3.22.2</li>
<li><a href="https://github.com/typetools/checker-framework/commit/c67a31b6f1a7e01ec6347e032d85bed76bdebdc1"><code>c67a31b</code></a> Add citations</li>
<li><a href="https://github.com/typetools/checker-framework/commit/84110290134e6354cd4080ebd1e89e6e5331e8f9"><code>8411029</code></a> Update URLs</li>
<li><a href="https://github.com/typetools/checker-framework/commit/95123c763e0643a133e57361d941ce609871f5b1"><code>95123c7</code></a> Show line number</li>
<li><a href="https://github.com/typetools/checker-framework/commit/3471a2a88cc4049eb82d10732e278829e236093b"><code>3471a2a</code></a> Prepare for Checker Framework release 3.22.2</li>
<li><a href="https://github.com/typetools/checker-framework/commit/98ffec11064194cdc9084f2a210b2bd98dcdf636"><code>98ffec1</code></a> Add citations</li>
<li><a href="https://github.com/typetools/checker-framework/commit/ef2fab9e0af360959071f87766c138720274d38c"><code>ef2fab9</code></a> Use <code>\href</code> or <code>\ahreforurl</code> in preference to <code>\ahref</code></li>
<li><a href="https://github.com/typetools/checker-framework/commit/f2f3c84af4d994f1e650aa74e6141e97c2df0c2c"><code>f2f3c84</code></a> Work around a javac bug</li>
<li><a href="https://github.com/typetools/checker-framework/commit/02566049be894a3aaa55db86bd3572dc48ff6629"><code>0256604</code></a> Add another missing capture conversion</li>
<li><a href="https://github.com/typetools/checker-framework/commit/ea1ff6d87b4e6f4bbf89c7eb4ecdf1769403e1a0"><code>ea1ff6d</code></a> Expose some cfg/builder APIs to allow inserting jumps and throws. (<a href="https://github-redirect.dependabot.com/typetools/checker-framework/issues/5156">#5156</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/typetools/checker-framework/compare/checker-framework-3.22.1...checker-framework-3.22.2">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.22.1&new-version=3.22.2)](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 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 #994

COPYBARA_INTEGRATE_REVIEW=#994 from google:dependabot/maven/org.checkerframework-checker-qual-3.22.2 2ecd7ed
PiperOrigin-RevId: 455158923
  • Loading branch information
dependabot[bot] authored and Google Java Core Libraries committed Jun 15, 2022
1 parent 9c32571 commit 9de15af
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 @@ -79,7 +79,7 @@
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
<version>3.22.1</version>
<version>3.22.2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 9de15af

Please sign in to comment.