This is an automated email from the ASF dual-hosted git repository.
assignuser pushed a commit to branch maint-18.1.0
in repository https://gitbox.apache.org/repos/asf/arrow.git
commit 67c4d5e9f42e4b780507990c5024acda309fbff7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 15 10:09:12 2024 +0900
MINOR: [Java] Bump checker.framework.version from 3.48.0 to 3.48.1 in /java
(#44402)
Bumps `checker.framework.version` from 3.48.0 to 3.48.1.
Updates `org.checkerframework:checker-qual` from 3.48.0 to 3.48.1
<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.48.1</h2>
<h2>Version 3.48.1 (October 11, 2024)</h2>
<p><strong>User-visible changes:</strong></p>
<p>The Returns Receiver sub-checker is now disabled by default when running
the Resource Leak Checker, as usually it is not needed and it adds overhead. To
enable it, use the new <code>-AenableReturnsReceiverForRlc</code> command-line
argument.</p>
<p><strong>Closed issues:</strong></p>
<p><a
href="https://redirect.github.com/typetools/checker-framework/issues/6434">#6434</a>,
<a
href="https://redirect.github.com/typetools/checker-framework/issues/6810">#6810</a>,
<a
href="https://redirect.github.com/typetools/checker-framework/issues/6839">#6839</a>,
<a
href="https://redirect.github.com/typetools/checker-framework/issues/6842">#6842</a>,
<a
href="https://redirect.github.com/typetools/checker-framework/issues/6856">#6856</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.48.1 (October 11, 2024)</h2>
<p><strong>User-visible changes:</strong></p>
<p>The Returns Receiver sub-checker is now disabled by default when running
the Resource Leak Checker,
as usually it is not needed and it adds overhead. To enable it, use the new
<code>-AenableReturnsReceiverForRlc</code> command-line argument.</p>
<p><strong>Closed issues:</strong></p>
<p><a
href="https://redirect.github.com/typetools/checker-framework/issues/6434">#6434</a>,
<a
href="https://redirect.github.com/typetools/checker-framework/issues/6810">#6810</a>,
<a
href="https://redirect.github.com/typetools/checker-framework/issues/6839">#6839</a>,
<a
href="https://redirect.github.com/typetools/checker-framework/issues/6842">#6842</a>,
<a
href="https://redirect.github.com/typetools/checker-framework/issues/6856">#6856</a>.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/typetools/checker-framework/commit/d051fac4c08db82ad5aecb69a86c6332ced3e9ae"><code>d051fac</code></a>
new release 3.48.1</li>
<li><a
href="https://github.com/typetools/checker-framework/commit/cb385120eb678a827046e212e60dc17942ca29a8"><code>cb38512</code></a>
Prep for release.</li>
<li><a
href="https://github.com/typetools/checker-framework/commit/69d703d6a2be7470c696ab59c43798a2842ab880"><code>69d703d</code></a>
More precise analysis of Signature string manipulation</li>
<li><a
href="https://github.com/typetools/checker-framework/commit/6e8ed8e0dc677bb423866b5d041345d6837bc205"><code>6e8ed8e</code></a>
Skip parens</li>
<li><a
href="https://github.com/typetools/checker-framework/commit/b4e97b92f558367460bfa57c6e6816fbbb4eeb68"><code>b4e97b9</code></a>
Update dependency org.plumelib:reflection-util to v1.1.4</li>
<li><a
href="https://github.com/typetools/checker-framework/commit/f503ebc62b8cebf777ea038d5101e22a933f963e"><code>f503ebc</code></a>
Change smart to dumb quotes</li>
<li><a
href="https://github.com/typetools/checker-framework/commit/15cb8149b337742258d1e1451c017b0d8eed74fb"><code>15cb814</code></a>
Fix problem with GLB</li>
<li><a
href="https://github.com/typetools/checker-framework/commit/b9dd1af664a0d2588504f3295e902482fc2bc9df"><code>b9dd1af</code></a>
Improved documentation and naming for annotation comparisons</li>
<li><a
href="https://github.com/typetools/checker-framework/commit/09f423a696d23098de52853135fd5d6c4413d436"><code>09f423a</code></a>
Only capture fields that are not on the LHS of assignments</li>
<li><a
href="https://github.com/typetools/checker-framework/commit/238e276df6ad4d7deb7c9196ebf2a4c6904811de"><code>238e276</code></a>
Augment arrayaccess node</li>
<li>Additional commits viewable in <a
href="https://github.com/typetools/checker-framework/compare/checker-framework-3.48.0...checker-framework-3.48.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `org.checkerframework:checker` from 3.48.0 to 3.48.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/typetools/checker-framework/releases">org.checkerframework:checker's
releases</a>.</em></p>
<blockquote>
<h2>Checker Framework 3.48.1</h2>
<h2>Version 3.48.1 (October 11, 2024)</h2>
<p><strong>User-visible changes:</strong></p>
<p>The Returns Receiver sub-checker is now disabled by default when running
the Resource Leak Checker, as usually it is not needed and it adds overhead. To
enable it, use the new <code>-AenableReturnsReceiverForRlc</code> command-line
argument.</p>
<p><strong>Closed issues:</strong></p>
<p><a
href="https://redirect.github.com/typetools/checker-framework/issues/6434">#6434</a>,
<a
href="https://redirect.github.com/typetools/checker-framework/issues/6810">#6810</a>,
<a
href="https://redirect.github.com/typetools/checker-framework/issues/6839">#6839</a>,
<a
href="https://redirect.github.com/typetools/checker-framework/issues/6842">#6842</a>,
<a
href="https://redirect.github.com/typetools/checker-framework/issues/6856">#6856</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's
changelog</a>.</em></p>
<blockquote>
<h2>Version 3.48.1 (October 11, 2024)</h2>
<p><strong>User-visible changes:</strong></p>
<p>The Returns Receiver sub-checker is now disabled by default when running
the Resource Leak Checker,
as usually it is not needed and it adds overhead. To enable it, use the new
<code>-AenableReturnsReceiverForRlc</code> command-line argument.</p>
<p><strong>Closed issues:</strong></p>
<p><a
href="https://redirect.github.com/typetools/checker-framework/issues/6434">#6434</a>,
<a
href="https://redirect.github.com/typetools/checker-framework/issues/6810">#6810</a>,
<a
href="https://redirect.github.com/typetools/checker-framework/issues/6839">#6839</a>,
<a
href="https://redirect.github.com/typetools/checker-framework/issues/6842">#6842</a>,
<a
href="https://redirect.github.com/typetools/checker-framework/issues/6856">#6856</a>.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/typetools/checker-framework/commit/d051fac4c08db82ad5aecb69a86c6332ced3e9ae"><code>d051fac</code></a>
new release 3.48.1</li>
<li><a
href="https://github.com/typetools/checker-framework/commit/cb385120eb678a827046e212e60dc17942ca29a8"><code>cb38512</code></a>
Prep for release.</li>
<li><a
href="https://github.com/typetools/checker-framework/commit/69d703d6a2be7470c696ab59c43798a2842ab880"><code>69d703d</code></a>
More precise analysis of Signature string manipulation</li>
<li><a
href="https://github.com/typetools/checker-framework/commit/6e8ed8e0dc677bb423866b5d041345d6837bc205"><code>6e8ed8e</code></a>
Skip parens</li>
<li><a
href="https://github.com/typetools/checker-framework/commit/b4e97b92f558367460bfa57c6e6816fbbb4eeb68"><code>b4e97b9</code></a>
Update dependency org.plumelib:reflection-util to v1.1.4</li>
<li><a
href="https://github.com/typetools/checker-framework/commit/f503ebc62b8cebf777ea038d5101e22a933f963e"><code>f503ebc</code></a>
Change smart to dumb quotes</li>
<li><a
href="https://github.com/typetools/checker-framework/commit/15cb8149b337742258d1e1451c017b0d8eed74fb"><code>15cb814</code></a>
Fix problem with GLB</li>
<li><a
href="https://github.com/typetools/checker-framework/commit/b9dd1af664a0d2588504f3295e902482fc2bc9df"><code>b9dd1af</code></a>
Improved documentation and naming for annotation comparisons</li>
<li><a
href="https://github.com/typetools/checker-framework/commit/09f423a696d23098de52853135fd5d6c4413d436"><code>09f423a</code></a>
Only capture fields that are not on the LHS of assignments</li>
<li><a
href="https://github.com/typetools/checker-framework/commit/238e276df6ad4d7deb7c9196ebf2a4c6904811de"><code>238e276</code></a>
Augment arrayaccess node</li>
<li>Additional commits viewable in <a
href="https://github.com/typetools/checker-framework/compare/checker-framework-3.48.0...checker-framework-3.48.1">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>
Authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: David Li <[email protected]>
---
java/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/pom.xml b/java/pom.xml
index 2308a0d9dd..ed51cc23b8 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -110,7 +110,7 @@ under the License.
<error_prone_core.version>2.31.0</error_prone_core.version>
<mockito.core.version>5.11.0</mockito.core.version>
<mockito.inline.version>5.2.0</mockito.inline.version>
- <checker.framework.version>3.48.0</checker.framework.version>
+ <checker.framework.version>3.48.1</checker.framework.version>
<logback.version>1.5.8</logback.version>
<doclint>none</doclint>
<additionalparam>-Xdoclint:none</additionalparam>