This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new 41810749e0 MINOR: [Java] Bump org.apache.calcite.avatica:avatica from
1.24.0 to 1.25.0 in /java (#41212)
41810749e0 is described below
commit 41810749e086278aea541240a16e9cf1e32eab80
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 6 16:15:52 2024 +0900
MINOR: [Java] Bump org.apache.calcite.avatica:avatica from 1.24.0 to 1.25.0
in /java (#41212)
Bumps
[org.apache.calcite.avatica:avatica](https://github.com/apache/calcite-avatica)
from 1.24.0 to 1.25.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/calcite-avatica/commit/62b0fdd3f4e0173d8492eb0e203056f0938dd6f5"><code>62b0fdd</code></a>
[CALCITE-6334] Release Avatica 1.25.0</li>
<li><a
href="https://github.com/apache/calcite-avatica/commit/c0cb4b71f187e688e3dfd579111c3c646b9c47af"><code>c0cb4b7</code></a>
[CALCITE-6248] Illegal dates are accepted by casts</li>
<li><a
href="https://github.com/apache/calcite-avatica/commit/8c36e0196d10574280518d406f288a3bd83ae4dc"><code>8c36e01</code></a>
[CALCITE-6282] Avatica ignores time precision when returning TIME results</li>
<li><a
href="https://github.com/apache/calcite-avatica/commit/ef9a5a653411fee2eb94505dc6bb2fd437cb76d5"><code>ef9a5a6</code></a>
[CALCITE-6137] Upgrade Gradle from 8.1.1 to 8.4, support jdk21</li>
<li><a
href="https://github.com/apache/calcite-avatica/commit/c12c3a3305f6435fedf13e6ce6867c30c21ffd58"><code>c12c3a3</code></a>
Apply same vcs.xml as for Calcite</li>
<li><a
href="https://github.com/apache/calcite-avatica/commit/4b9c8231b923fa7d7ea57131f0c5cb1dd2099613"><code>4b9c823</code></a>
[CALCITE-6209] Long queries are failing with
"java.net.SocketTimeoutException...</li>
<li><a
href="https://github.com/apache/calcite-avatica/commit/275a082d364e00a9f2e9d50a4468fef0782e3c81"><code>275a082</code></a>
[CALCITE-6280] Jetty version number leaked by Avatica http server</li>
<li><a
href="https://github.com/apache/calcite-avatica/commit/bc7ba9e9ad3eeddad573f484039efd3563951780"><code>bc7ba9e</code></a>
Disable JIRA worklog notifications for GitHub PRs</li>
<li><a
href="https://github.com/apache/calcite-avatica/commit/178ff82caeb415d38c5852b8f6c7373bd8d97718"><code>178ff82</code></a>
Add Calcite CLI tool to list of Avatica Clients on website</li>
<li><a
href="https://github.com/apache/calcite-avatica/commit/07c6b8d92f478646e3e605a80dc0d60329c37d33"><code>07c6b8d</code></a>
[CALCITE-6212] Config locale = en_US for javadoc task</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/calcite-avatica/compare/rel/avatica-1.24.0...rel/avatica-1.25.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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>
> **Note**
> Automatic rebases have been disabled on this pull request as it has been
open for over 30 days.
Authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: David Li <[email protected]>
---
java/flight/flight-sql-jdbc-core/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/flight/flight-sql-jdbc-core/pom.xml
b/java/flight/flight-sql-jdbc-core/pom.xml
index fbab69df3b..459412e0f8 100644
--- a/java/flight/flight-sql-jdbc-core/pom.xml
+++ b/java/flight/flight-sql-jdbc-core/pom.xml
@@ -125,7 +125,7 @@
<dependency>
<groupId>org.apache.calcite.avatica</groupId>
<artifactId>avatica</artifactId>
- <version>1.24.0</version>
+ <version>1.25.0</version>
</dependency>
<dependency>