Skip to content

Bump com.arangodb:arangodb-java-driver from 6.7.2 to 7.24.0#823

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

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

Conversation

@dependabot
Copy link
Copy Markdown

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

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

Release notes

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

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
  • fixed equals() and hashCode() in some entity classes

Version 7.17.1

  • implemented equals() and hashCode() for all entity classes
  • fixed overlapping resources in shaded package

Version 7.17.0

  • allow construct ArangoConfigProperties from java.util.Properties (DE-976)
  • made BaseDocument and BaseEdgeDocument serializable (#596)

... (truncated)

Changelog

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

[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)
  • 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

[7.18.0] - 2025-05-06

  • updated jackson-dataformat-velocypack to version 4.6.0
  • exposed configuration properties keys in ArangoConfigProperties
  • deprecated CollectionStatus
  • fixed equals() and hashCode() in some entity classes

[7.17.1] - 2025-03-27

... (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.24.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.24.0)

---
updated-dependencies:
- dependency-name: com.arangodb:arangodb-java-driver
  dependency-version: 7.24.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 Jan 1, 2026
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Feb 1, 2026

Superseded by #832.

@dependabot dependabot Bot closed this Feb 1, 2026
@dependabot dependabot Bot deleted the dependabot/gradle/com.arangodb-arangodb-java-driver-7.24.0 branch February 1, 2026 11:07
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