dependabot[bot] opened a new pull request, #18782: URL: https://github.com/apache/camel/pull/18782
Bumps [dev.langchain4j:langchain4j-community-dashscope](https://github.com/langchain4j/langchain4j-community) from 1.1.0-beta7 to 1.2.0-beta8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/langchain4j/langchain4j-community/releases">dev.langchain4j:langchain4j-community-dashscope's releases</a>.</em></p> <blockquote> <h2>1.2.0-beta8</h2> <h2>Notable Changes</h2> <ul> <li>DashScope: support partial tool call and reasoning by <a href="https://github.com/Martin7-1"><code>@Martin7-1</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j-community/pull/308">langchain4j/langchain4j-community#308</a></li> </ul> <h2>What's Changed</h2> <ul> <li>Redis: fix wrong authorization check by <a href="https://github.com/Martin7-1"><code>@Martin7-1</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j-community/pull/261">langchain4j/langchain4j-community#261</a></li> <li>fix ChatResponseMetadata type not inconsistent by <a href="https://github.com/lzx1026078111"><code>@lzx1026078111</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j-community/pull/271">langchain4j/langchain4j-community#271</a></li> <li>AlloyDB: some small fix in <code>Builder</code> by <a href="https://github.com/Martin7-1"><code>@Martin7-1</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j-community/pull/273">langchain4j/langchain4j-community#273</a></li> <li>Xinference: fix duplicate listener callback by <a href="https://github.com/Martin7-1"><code>@Martin7-1</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j-community/pull/266">langchain4j/langchain4j-community#266</a></li> <li>Spring Boot starters: support <code>ObjectProvider</code> with <code>ChatModelListener</code> by <a href="https://github.com/Martin7-1"><code>@Martin7-1</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j-community/pull/274">langchain4j/langchain4j-community#274</a></li> <li>fix qianfan streaming callback and add ChatModelListener ITs by <a href="https://github.com/Martin7-1"><code>@Martin7-1</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j-community/pull/275">langchain4j/langchain4j-community#275</a></li> <li>Fix: clean up development specific elements in BOM by <a href="https://github.com/Martin7-1"><code>@Martin7-1</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j-community/pull/283">langchain4j/langchain4j-community#283</a></li> <li>Implement Redis ChatMemoryStore with JSON Data Type by <a href="https://github.com/riferrei"><code>@riferrei</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j-community/pull/306">langchain4j/langchain4j-community#306</a></li> <li>ClickHouse: fix missing default database setting by <a href="https://github.com/Martin7-1"><code>@Martin7-1</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j-community/pull/309">langchain4j/langchain4j-community#309</a></li> <li>fix: WanxImageModel Image response list IndexOutOfBound by <a href="https://github.com/Flynn-zhangyg"><code>@Flynn-zhangyg</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j-community/pull/307">langchain4j/langchain4j-community#307</a></li> <li>fix: Add missing parameter overrides to QwenChatRequestParameters.Builder#overrideWith by <a href="https://github.com/bldx123"><code>@bldx123</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j-community/pull/310">langchain4j/langchain4j-community#310</a></li> <li>Fix <code>EmbeddingModel</code> injection in <code>*EmbeddingStoreAutoConfiguration</code> by <a href="https://github.com/Martin7-1"><code>@Martin7-1</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j-community/pull/276">langchain4j/langchain4j-community#276</a></li> </ul> <h2>Dependency Uprades</h2> <ul> <li>Update org.duckdb:duckdb_jdbc to v1.3.2.0</li> <li>Update oci-sdk.version to v3.69.0</li> <li>Update com.zaxxer:hikaricp to v6.3.2</li> <li>Update com.alibaba:dashscope-sdk-java to v2.20.8</li> <li>Update maven to v3.9.10</li> <li>Update com.google.cloud:alloydb-jdbc-connector to v1.2.5</li> <li>Update org.neo4j.driver:neo4j-java-driver to v5.28.9</li> <li>Update org.openrewrite.maven:rewrite-maven-plugin to v6.13.0</li> <li>Update org.openrewrite.recipe:rewrite-testing-frameworks to v3.13.0</li> <li>Update com.google.cloud.sql:jdbc-socket-factory-core to v1.25.2</li> <li>Update com.google.cloud.sql:postgres-socket-factory to v1.25.2</li> <li>Update lucene.version to v9.12.2</li> <li>Update org.openrewrite.maven:rewrite-maven-plugin to v6.12.0</li> <li>Update org.openrewrite.recipe:rewrite-testing-frameworks to v3.11.0</li> <li>Update com.google.auth:google-auth-library-oauth2-http to v1.37.1</li> <li>Update com.google.http-client:google-http-client to v1.47.1</li> <li>Update neo4j.cypher.dsl.version to v2024.7.1</li> <li>Update org.sonatype.central:central-publishing-maven-plugin to v0.8.0</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/riferrei"><code>@riferrei</code></a> made their first contribution in <a href="https://redirect.github.com/langchain4j/langchain4j-community/pull/306">langchain4j/langchain4j-community#306</a></li> <li><a href="https://github.com/Flynn-zhangyg"><code>@Flynn-zhangyg</code></a> made their first contribution in <a href="https://redirect.github.com/langchain4j/langchain4j-community/pull/307">langchain4j/langchain4j-community#307</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/langchain4j/langchain4j-community/compare/1.1.0-beta7...1.2.0-beta8">https://github.com/langchain4j/langchain4j-community/compare/1.1.0-beta7...1.2.0-beta8</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/langchain4j/langchain4j-community/commit/05d9bd2424a1c4fa1df122b729fb536ce2f0f66a"><code>05d9bd2</code></a> Release 1.2.0-beta8</li> <li><a href="https://github.com/langchain4j/langchain4j-community/commit/a22425a14b9aa741d84c05f5de4c72a79da9958e"><code>a22425a</code></a> DashScope: support partial tool call and reasoning (<a href="https://redirect.github.com/langchain4j/langchain4j-community/issues/308">#308</a>)</li> <li><a href="https://github.com/langchain4j/langchain4j-community/commit/2e8098333bdbe1d0d5dea2e30eb004d0ae55448b"><code>2e80983</code></a> fix: Add missing parameter overrides to QwenChatRequestParameters.Builder#ove...</li> <li><a href="https://github.com/langchain4j/langchain4j-community/commit/1d933acbabaf492848f620e6898019ca824fddab"><code>1d933ac</code></a> fix: WanxImageModel Image response list IndexOutOfBound (<a href="https://redirect.github.com/langchain4j/langchain4j-community/issues/307">#307</a>)</li> <li><a href="https://github.com/langchain4j/langchain4j-community/commit/e0ff56e68dc9b89ed2d28411a89f35b16c73d26c"><code>e0ff56e</code></a> ClickHouse: fix missing default database setting (<a href="https://redirect.github.com/langchain4j/langchain4j-community/issues/309">#309</a>)</li> <li><a href="https://github.com/langchain4j/langchain4j-community/commit/fd45b37f60a22004cc701182c738656565d2f5b3"><code>fd45b37</code></a> fix(deps): update dependency com.zaxxer:hikaricp to v6.3.2 (<a href="https://redirect.github.com/langchain4j/langchain4j-community/issues/298">#298</a>)</li> <li><a href="https://github.com/langchain4j/langchain4j-community/commit/e098aa54a9f9a9ff819e16e98ee887a0042556f9"><code>e098aa5</code></a> fix(deps): update dependency com.zaxxer:hikaricp to v6.3.2 (<a href="https://redirect.github.com/langchain4j/langchain4j-community/issues/297">#297</a>)</li> <li><a href="https://github.com/langchain4j/langchain4j-community/commit/f975ab9c3af46c15b5b5d235495e505b32eda83f"><code>f975ab9</code></a> fix(deps): update oci-sdk.version to v3.69.0 (<a href="https://redirect.github.com/langchain4j/langchain4j-community/issues/295">#295</a>)</li> <li><a href="https://github.com/langchain4j/langchain4j-community/commit/6b60483608f0cfb877e59e69532b1b4f3b7b916f"><code>6b60483</code></a> fix(deps): update dependency org.duckdb:duckdb_jdbc to v1.3.2.0 (<a href="https://redirect.github.com/langchain4j/langchain4j-community/issues/287">#287</a>)</li> <li><a href="https://github.com/langchain4j/langchain4j-community/commit/602ec2b8a8a78e8c64a7cba5ef4a094eab1aec88"><code>602ec2b</code></a> Implement Redis ChatMemoryStore with JSON Data Type (<a href="https://redirect.github.com/langchain4j/langchain4j-community/issues/306">#306</a>)</li> <li>Additional commits viewable in <a href="https://github.com/langchain4j/langchain4j-community/compare/1.1.0-beta7...1.2.0-beta8">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]
