Skip to content

Commit 90e7eea

Browse files
Bump org.checkerframework:checker-qual from 3.49.5 to 3.50.0 (#229)
Bumps [org.checkerframework:checker-qual](https://github.com/typetools/checker-framework) from 3.49.5 to 3.50.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.50.0</h2> <h2>Version 3.50.0 (2025-08-28)</h2> <p><strong>Implementation details:</strong></p> <p>Moved the Annotation File Utilities code into the Checker Framework repository as a subproject.</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.50.0 (2025-08-28)</h2> <p><strong>Implementation details:</strong></p> <p>Moved the Annotation File Utilities code into the Checker Framework repository as a subproject.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typetools/checker-framework/commit/df2a8ac67890ac7c307b5865ff92fce74c5477ab"><code>df2a8ac</code></a> new release 3.50.0</li> <li><a href="https://github.com/typetools/checker-framework/commit/996483839d2841731ce15c56cc5765077d5e40c3"><code>9964838</code></a> Update changelog (<a href="https://redirect.github.com/typetools/checker-framework/issues/7225">#7225</a>)</li> <li><a href="https://github.com/typetools/checker-framework/commit/37a7d7de7add73e049c6ae1b4ef6f08759689a54"><code>37a7d7d</code></a> Fixes to the release scripts (<a href="https://redirect.github.com/typetools/checker-framework/issues/7226">#7226</a>)</li> <li><a href="https://github.com/typetools/checker-framework/commit/cb3659cdbff2de9b30bf99ddb6f498762bdc167c"><code>cb3659c</code></a> Concise Ruff output</li> <li><a href="https://github.com/typetools/checker-framework/commit/065b7d97443150e0bb8c01e9ad30d1f36d3df422"><code>065b7d9</code></a> Remove project that has been completed</li> <li><a href="https://github.com/typetools/checker-framework/commit/4bfd838c5c5b8870677ac4a724c187dabf82441d"><code>4bfd838</code></a> Use add {} to \ReleaseVersion.</li> <li><a href="https://github.com/typetools/checker-framework/commit/52711fcea59098bf9b66e7b366fe65c3c3adfd8e"><code>52711fc</code></a> Change release process to account for putting AFU in CF repo. (<a href="https://redirect.github.com/typetools/checker-framework/issues/7185">#7185</a>)</li> <li><a href="https://github.com/typetools/checker-framework/commit/4e96734bdee5675276d104092f029b30708d5e64"><code>4e96734</code></a> Relocate <code>doFirst</code> action blocks</li> <li><a href="https://github.com/typetools/checker-framework/commit/db5e35ccf83c94c715c56b647abd903e6512587b"><code>db5e35c</code></a> Replace JavaParser by javac's parser, for expressions</li> <li><a href="https://github.com/typetools/checker-framework/commit/8d036adddcb4d38073c0c9b0a4ece13fcd8a67ca"><code>8d036ad</code></a> Don't require Javadoc in <code>module-info.java</code></li> <li>Additional commits viewable in <a href="https://github.com/typetools/checker-framework/compare/checker-framework-3.49.5...checker-framework-3.50.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.49.5&new-version=3.50.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 958b82f commit 90e7eea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@
551551
<dependency>
552552
<groupId>org.checkerframework</groupId>
553553
<artifactId>checker-qual</artifactId>
554-
<version>3.49.5</version>
554+
<version>3.50.0</version>
555555
<scope>provided</scope>
556556
</dependency>
557557
<dependency>

0 commit comments

Comments
 (0)