dependabot[bot] opened a new pull request, #12581: URL: https://github.com/apache/camel/pull/12581
Bumps [com.arangodb:arangodb-java-driver](https://github.com/arangodb/arangodb-java-driver) from 7.3.0 to 7.4.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.4.0</h2> <h3>Added</h3> <ul> <li>added new methods to remove graph definitions and vertex collections, to align the naming with the documentation (DE-729)</li> <li>added support to Jackson 2.16 (DE-735)</li> </ul> <h3>Changed</h3> <ul> <li>deprecated ArangoDB.Builder.asyncExecutor() (DE-726)</li> <li>retry requests on response code 503 (DE-55, <a href="https://redirect.github.com/arangodb/arangodb-java-driver/issues/530">#530</a>)</li> <li>changed <code>ArangoCursor#close()</code> and <code>ArangoCursorAsync#close()</code> to be idempotent (DE-727, <a href="https://redirect.github.com/arangodb/arangodb-java-driver/issues/528">#528</a>)</li> <li>changed default Jackson dependencies versions to 2.16 (DE-735)</li> </ul> <h3>Fixed</h3> <ul> <li>fixed exception handling on sending HTTP requests</li> <li>fixed management of hosts marked for deletion (DE-723, <a href="https://redirect.github.com/arangodb/arangodb-java-driver/issues/384">#384</a>)</li> <li>fixed VST resilience (<a href="https://redirect.github.com/arangodb/arangodb-java-driver/issues/529">#529</a>, DE-725)</li> <li>fixed failover with round-robin load balancing (DE-724)</li> <li>fixed init cause of <code>ArangoDBException</code></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.4.0] - 2023-12-20</h2> <h3>Added</h3> <ul> <li>added new methods to remove graph definitions and vertex collections, to align the naming with the documentation (DE-729)</li> <li>added support to Jackson 2.16 (DE-735)</li> </ul> <h3>Changed</h3> <ul> <li>deprecated ArangoDB.Builder.asyncExecutor() (DE-726)</li> <li>retry requests on response code 503 (DE-55, <a href="https://redirect.github.com/arangodb/arangodb-java-driver/issues/530">#530</a>)</li> <li>changed <code>ArangoCursor#close()</code> and <code>ArangoCursorAsync#close()</code> to be idempotent (DE-727, <a href="https://redirect.github.com/arangodb/arangodb-java-driver/issues/528">#528</a>)</li> <li>changed default Jackson dependencies versions to 2.16 (DE-735)</li> </ul> <h3>Fixed</h3> <ul> <li>fixed exception handling on sending HTTP requests</li> <li>fixed management of hosts marked for deletion (DE-723, <a href="https://redirect.github.com/arangodb/arangodb-java-driver/issues/384">#384</a>)</li> <li>fixed VST resilience (<a href="https://redirect.github.com/arangodb/arangodb-java-driver/issues/529">#529</a>, DE-725)</li> <li>fixed failover with round-robin load balancing (DE-724)</li> <li>fixed init cause of <code>ArangoDBException</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/arangodb/arangodb-java-driver/commit/a2cd8550e512ddb26bf43d9bea1b460e3f7a9121"><code>a2cd855</code></a> v7.4.0</li> <li><a href="https://github.com/arangodb/arangodb-java-driver/commit/a278e5b3c7a9651b650509dd50d83afcc860fa93"><code>a278e5b</code></a> CI fix</li> <li><a href="https://github.com/arangodb/arangodb-java-driver/commit/81a15993e20b2e49b01060fe095d6e7a16e70eeb"><code>81a1599</code></a> deprecated ArangoDB.Builder.asyncExecutor() (DE-726)</li> <li><a href="https://github.com/arangodb/arangodb-java-driver/commit/55fd45ac96fbadce468c46dcd6f109b93974361b"><code>55fd45a</code></a> fixed exception handling on sending HTTP requests</li> <li><a href="https://github.com/arangodb/arangodb-java-driver/commit/0d9df1684d67b76d8681121f9cde06162d6adca4"><code>0d9df16</code></a> align Graph API naming to documentation (DE-729)</li> <li><a href="https://github.com/arangodb/arangodb-java-driver/commit/aa5ee8aa1b744ba154146d4d53b8b96738e7dc4e"><code>aa5ee8a</code></a> updated CI config</li> <li><a href="https://github.com/arangodb/arangodb-java-driver/commit/98d6b780c5b863d77956d790fcb2293fe6e76047"><code>98d6b78</code></a> fixed management of hosts marked for deletion (DE-723, <a href="https://redirect.github.com/arangodb/arangodb-java-driver/issues/384">#384</a>)</li> <li><a href="https://github.com/arangodb/arangodb-java-driver/commit/2a09dfaefd1d6863ccffac51f5e8a3a8d8f79c45"><code>2a09dfa</code></a> retry on error 503 (DE-55, <a href="https://redirect.github.com/arangodb/arangodb-java-driver/issues/530">#530</a>)</li> <li><a href="https://github.com/arangodb/arangodb-java-driver/commit/17cfc2fef3ed9617a59ac4b6bf89745c9c529930"><code>17cfc2f</code></a> idempotent close cursor (DE-727, <a href="https://redirect.github.com/arangodb/arangodb-java-driver/issues/528">#528</a>)</li> <li><a href="https://github.com/arangodb/arangodb-java-driver/commit/a0175ac756e0c61a5586a8b07810fc9dfc1c05aa"><code>a0175ac</code></a> support Jackson version 2.16 (DE-735)</li> <li>Additional commits viewable in <a href="https://github.com/arangodb/arangodb-java-driver/compare/v7.3.0...v7.4.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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
