Skip to content

Bump com.arangodb:arangodb-java-driver from 6.7.2 to 7.25.0#832

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/gradle/com.arangodb-arangodb-java-driver-7.25.0
Open

Bump com.arangodb:arangodb-java-driver from 6.7.2 to 7.25.0#832
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/gradle/com.arangodb-arangodb-java-driver-7.25.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Feb 1, 2026

Bumps com.arangodb:arangodb-java-driver from 6.7.2 to 7.25.0.

Release notes

Sourced from com.arangodb:arangodb-java-driver's releases.

Version 7.25.0

  • added SSL configuration from files (#623, DE-505)

Version 7.24.2

  • removed maven build cache

Version 7.24.1

  • fixed release connection in case of exceptions

Version 7.24.0

  • added support to access tokens (#620, DE-1101)
  • added support to vector indexes (#619, DE-1032)
  • changed ConsolidationPolicy to support ArangoDB version 3.12.7

Version 7.23.0

  • increased default HTTP/2 window size (#616, DE-1080)
  • made HTTP/2 window size configurable (#616, DE-1080)

Version 7.22.1

  • added Java 25 to test matrix (#614)
  • fixed native image in GraalVM 25 (#614)
  • update Vert.x to version 4.5.21 (#614)
  • updated Jackson to version 2.20.0 (#613)

Version 7.22.0

  • wildcard generic AQL bind vars (#612, DE-991)

Version 7.21.0

  • added SSL configuration properties (DE-1010, #611)
  • fixed support to Jackson 2.19

Full Changelog: arangodb/arangodb-java-driver@v7.20.0...v7.21.0

Version 7.20.0

  • added option usePlanCache to AqlQueryOptions (DE-973, #609)
  • updated Jackson version to 2.19 (DE-1012, #607)

Version 7.19.0

  • fixed connection pool load-balancing (DE-1016, #602), now the connection pool:
    • keeps track of busy connections (or busy HTTP/2 streams)
    • enqueues new requests only to connections that are not busy (or that have available HTTP/2 streams)
    • waits asynchronously if all the connections are busy (or all HTTP/2 streams are busy)
  • added new option to configure HTTP/1.1 pipelining (com.arangodb.ArangoDB.Builder.pipelining(Boolean)), false by default
  • changed default configuration HTTP/1.1 pipelining to false

Version 7.18.0

  • updated jackson-dataformat-velocypack to version 4.6.0
  • exposed configuration properties keys in ArangoConfigProperties
  • deprecated CollectionStatus

... (truncated)

Changelog

Sourced from com.arangodb:arangodb-java-driver's changelog.

[7.25.0] - 2026-01-14

  • added SSL configuration from files (#623, DE-505)

[7.24.2] - 2026-01-05

  • removed maven build cache

[7.24.1] - 2026-01-02

  • fixed release connection in case of exceptions

[7.24.0] - 2025-12-15

  • added support to access tokens (#620, DE-1101)
  • added support to vector indexes (#619, DE-1032)
  • changed ConsolidationPolicy to support ArangoDB version 3.12.7

[7.23.0] - 2025-11-04

  • increased default HTTP/2 window size (#616, DE-1080)
  • made HTTP/2 window size configurable (#616, DE-1080)

[7.22.1] - 2025-10-09

  • added Java 25 to test matrix (#614)
  • fixed native image in GraalVM 25 (#614)
  • update Vert.x to version 4.5.21 (#614)
  • updated Jackson to version 2.20.0 (#613)

[7.22.0] - 2025-08-06

  • wildcard generic AQL bind vars (#612, DE-991)

[7.21.0] - 2025-07-23

  • added SSL configuration properties (DE-1010, #611)
  • fixed support to Jackson 2.19

[7.20.0] - 2025-06-17

  • added option usePlanCache to AqlQueryOptions (DE-973, #609)
  • updated Jackson version to 2.19 (DE-1012, #607)

[7.19.0] - 2025-05-28

  • fixed connection pool load-balancing (DE-1016, #602), now the connection pool:
    • keeps track of busy connections (or busy HTTP/2 streams)
    • enqueues new requests only to connections that are not busy (or that have available HTTP/2 streams)
    • waits asynchronously if all the connections are busy (or all HTTP/2 streams are busy)

... (truncated)

Commits

Dependabot compatibility score

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 commands and options

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)

Bumps [com.arangodb:arangodb-java-driver](https://github.com/arangodb/arangodb-java-driver) from 6.7.2 to 7.25.0.
- [Release notes](https://github.com/arangodb/arangodb-java-driver/releases)
- [Changelog](https://github.com/arangodb/arangodb-java-driver/blob/main/ChangeLog.md)
- [Commits](arangodb/arangodb-java-driver@v6.7.2...v7.25.0)

---
updated-dependencies:
- dependency-name: com.arangodb:arangodb-java-driver
  dependency-version: 7.25.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Feb 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants