dependabot[bot] opened a new pull request, #12196: URL: https://github.com/apache/camel/pull/12196
Bumps [com.arangodb:arangodb-java-driver](https://github.com/arangodb/arangodb-java-driver) from 7.1.0 to 7.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/arangodb/arangodb-java-driver/releases">com.arangodb:arangodb-java-driver's releases</a>.</em></p> <blockquote> <h2>Version 7.3.0</h2> <ul> <li>changed types of documents and errors in <code>com.arangodb.entity.MultiDocumentEntity</code> to <code>java.util.List</code></li> </ul> <h2>Version 7.2.0</h2> <ul> <li>added asynchronous API, accessible via <code>ArangoDB.async()</code> (DE-496, <a href="https://redirect.github.com/arangodb/arangodb-java-driver/issues/523">#523</a>)</li> <li>added configuration option to specify the asynchronous downstream executor via <code>ArangoDB.Builder#asyncExecutor(Executor)</code> (DE-697)</li> <li>added missing asynchronous API to ensure parity with synchronous API</li> <li>changed behavior for acquiring the host list to be asynchronous (<a href="https://redirect.github.com/arangodb/arangodb-java-driver/issues/521">#521</a>)</li> <li>changed internal communication to be asynchronous</li> <li>fixed swallowed exceptions in <code>ArangoCollection.getDocument()</code>, <code>ArangoCollection#documentExists()</code>, <code>ArangoCollection#exists()</code>, <code>ArangoEdgeCollection.getEdge()</code> and <code>ArangoVertexCollection#getVertex()</code></li> <li>fixed <code>ArangoCursorAsync</code> API to be fully asynchronous (<a href="https://redirect.github.com/arangodb/arangodb-java-driver/issues/433">#433</a>, <a href="https://redirect.github.com/arangodb/arangodb-java-driver/issues/520">#520</a>)</li> <li>fixed interference of Jackson annotations with other Jackson instances (DE-636, <a href="https://redirect.github.com/arangodb/arangodb-java-driver/issues/513">#513</a>)</li> <li>fixed nested properties deserialization in <code>BaseDocument</code> (<a href="https://redirect.github.com/arangodb/arangodb-java-driver/issues/517">#517</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/arangodb/arangodb-java-driver/blob/main/ChangeLog.md">com.arangodb:arangodb-java-driver's changelog</a>.</em></p> <blockquote> <h2>[7.3.0] - 2023-11-22</h2> <ul> <li>changed types of documents and errors in <code>com.arangodb.entity.MultiDocumentEntity</code> to <code>java.util.List</code></li> </ul> <h2>[7.2.0] - 2023-11-02</h2> <ul> <li>added asynchronous API, accessible via <code>ArangoDB.async()</code> (DE-496, <a href="https://redirect.github.com/arangodb/arangodb-java-driver/issues/523">#523</a>)</li> <li>added configuration option to specify the asynchronous downstream executor via <code>ArangoDB.Builder#asyncExecutor(Executor)</code> (DE-697)</li> <li>added missing asynchronous API to ensure parity with synchronous API</li> <li>changed behavior for acquiring the host list to be asynchronous (<a href="https://redirect.github.com/arangodb/arangodb-java-driver/issues/521">#521</a>)</li> <li>changed internal communication to be asynchronous</li> <li>fixed swallowed exceptions in <code>ArangoCollection.getDocument()</code>, <code>ArangoCollection#documentExists()</code>, <code>ArangoCollection#exists()</code>, <code>ArangoEdgeCollection.getEdge()</code> and <code>ArangoVertexCollection#getVertex()</code></li> <li>fixed <code>ArangoCursorAsync</code> API to be fully asynchronous (<a href="https://redirect.github.com/arangodb/arangodb-java-driver/issues/433">#433</a>, <a href="https://redirect.github.com/arangodb/arangodb-java-driver/issues/520">#520</a>)</li> <li>fixed interference of Jackson annotations with other Jackson instances (DE-636, <a href="https://redirect.github.com/arangodb/arangodb-java-driver/issues/513">#513</a>)</li> <li>fixed nested properties deserialization in <code>BaseDocument</code> (<a href="https://redirect.github.com/arangodb/arangodb-java-driver/issues/517">#517</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/arangodb/arangodb-java-driver/commit/5a604784a148e2a12b863fb944323e33eb005950"><code>5a60478</code></a> v7.3.0</li> <li><a href="https://github.com/arangodb/arangodb-java-driver/commit/58659234c9da2cfaa626984d5ec513901512c242"><code>5865923</code></a> test fix</li> <li><a href="https://github.com/arangodb/arangodb-java-driver/commit/b3a3e64a2901b7137dda979d072772ed87246f10"><code>b3a3e64</code></a> v7.3.0-SNAPSHOT</li> <li><a href="https://github.com/arangodb/arangodb-java-driver/commit/1c91a9621124fcea24a338b98723bae9f893486d"><code>1c91a96</code></a> use List to represent documents and errors in com.arangodb.entity.MultiDocume...</li> <li><a href="https://github.com/arangodb/arangodb-java-driver/commit/64b3ba6d208c5560eb7d88a98466b135fc14f236"><code>64b3ba6</code></a> v7.2.0</li> <li><a href="https://github.com/arangodb/arangodb-java-driver/commit/b9fcd823ff3e234c2efbbfc8ac5496e490d98678"><code>b9fcd82</code></a> updated ChangeLog.md</li> <li><a href="https://github.com/arangodb/arangodb-java-driver/commit/409049c8b38d4d14aa6a8dd90c3c7b80d3074bd9"><code>409049c</code></a> resilience tests: increased delay</li> <li><a href="https://github.com/arangodb/arangodb-java-driver/commit/063a20be779a2d996862686083e6520899aedd9e"><code>063a20b</code></a> enabled debug logs resilience tests</li> <li><a href="https://github.com/arangodb/arangodb-java-driver/commit/ed4d1098db3c08748c7dcaddc8ffa538d3f4948f"><code>ed4d109</code></a> enabled debug logs resilience tests</li> <li><a href="https://github.com/arangodb/arangodb-java-driver/commit/03eb4903f8a1be8009d19758da5f2fd879bee29d"><code>03eb490</code></a> cleaned code</li> <li>Additional commits viewable in <a href="https://github.com/arangodb/arangodb-java-driver/compare/v7.1.0...v7.3.0">compare view</a></li> </ul> </details> <br /> [](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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org