dependabot[bot] opened a new pull request, #325: URL: https://github.com/apache/camel-quarkus-examples/pull/325
Bumps the maven group with 1 update in the /data-extract-langchain4j directory: [io.quarkiverse.langchain4j:quarkus-langchain4j-bom](https://github.com/quarkiverse/quarkus-langchain4j). Updates `io.quarkiverse.langchain4j:quarkus-langchain4j-bom` from 0.22.0 to 0.23.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/quarkiverse/quarkus-langchain4j/releases">io.quarkiverse.langchain4j:quarkus-langchain4j-bom's releases</a>.</em></p> <blockquote> <h2>0.23.0</h2> <h2>What's Changed</h2> <ul> <li>Add keys to override config for chat, embedding and image-model for Azure OpenAI by <a href="https://github.com/flyinfish"><code>@flyinfish</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1177">quarkiverse/quarkus-langchain4j#1177</a></li> <li>Bump org.assertj:assertj-core from 3.27.0 to 3.27.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1185">quarkiverse/quarkus-langchain4j#1185</a></li> <li>Some fixes to the build by <a href="https://github.com/jmartisk"><code>@jmartisk</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1187">quarkiverse/quarkus-langchain4j#1187</a></li> <li>Unused and star imports cleanup by <a href="https://github.com/rsvoboda"><code>@rsvoboda</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1188">quarkiverse/quarkus-langchain4j#1188</a></li> <li>Bump com.github.tjake:jlama-core from 0.8.3 to 0.8.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1184">quarkiverse/quarkus-langchain4j#1184</a></li> <li>Add Qdrant document store documentation by <a href="https://github.com/zbendhiba"><code>@zbendhiba</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1193">quarkiverse/quarkus-langchain4j#1193</a></li> <li>Some fixes for resolution of tool providers, improve tests by <a href="https://github.com/jmartisk"><code>@jmartisk</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1192">quarkiverse/quarkus-langchain4j#1192</a></li> <li>Bump org.assertj:assertj-core from 3.27.1 to 3.27.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1196">quarkiverse/quarkus-langchain4j#1196</a></li> <li>Fix isSuccessful by <a href="https://github.com/edeandrea"><code>@edeandrea</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1195">quarkiverse/quarkus-langchain4j#1195</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/flyinfish"><code>@flyinfish</code></a> made their first contribution in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1177">quarkiverse/quarkus-langchain4j#1177</a></li> <li><a href="https://github.com/zbendhiba"><code>@zbendhiba</code></a> made their first contribution in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1193">quarkiverse/quarkus-langchain4j#1193</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/quarkiverse/quarkus-langchain4j/compare/0.23.0.CR2...0.23.0">https://github.com/quarkiverse/quarkus-langchain4j/compare/0.23.0.CR2...0.23.0</a></p> <h2>0.23.0.CR2</h2> <h2>What's Changed</h2> <ul> <li>Bump io.quarkiverse.antora:quarkus-antora from 1.0.0 to 1.0.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1160">quarkiverse/quarkus-langchain4j#1160</a></li> <li>Make sure to avoid generating the schema if the response-schema property is set to false by <a href="https://github.com/andreadimaio"><code>@andreadimaio</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1161">quarkiverse/quarkus-langchain4j#1161</a></li> <li>Update Azure OpenAI to check ModelAuthProvider during Embedding and Image model creation by <a href="https://github.com/sberyozkin"><code>@sberyozkin</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1162">quarkiverse/quarkus-langchain4j#1162</a></li> <li>Add link to websearch sample by <a href="https://github.com/geoand"><code>@geoand</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1163">quarkiverse/quarkus-langchain4j#1163</a></li> <li>Bump io.quarkiverse.wiremock:quarkus-wiremock-test from 1.4.0 to 1.4.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1165">quarkiverse/quarkus-langchain4j#1165</a></li> <li>Fix BeanIfExistsToolProviderSupplier, introduce NoToolProviderSupplier by <a href="https://github.com/jmartisk"><code>@jmartisk</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1166">quarkiverse/quarkus-langchain4j#1166</a></li> <li>Bump samples to Quarkus 3.15.2 by <a href="https://github.com/geoand"><code>@geoand</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1167">quarkiverse/quarkus-langchain4j#1167</a></li> <li>Don't require api key when using custom base url for mistralai by <a href="https://github.com/iocanel"><code>@iocanel</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1168">quarkiverse/quarkus-langchain4j#1168</a></li> <li>Be more defensive in setting metadata for observability events by <a href="https://github.com/geoand"><code>@geoand</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1170">quarkiverse/quarkus-langchain4j#1170</a></li> <li>Ensure that MockGPT is used in OpenAI IT by <a href="https://github.com/geoand"><code>@geoand</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1172">quarkiverse/quarkus-langchain4j#1172</a></li> <li>Add JUnit 5 <code>ScorerExtension</code> for AI model evaluation and associated library by <a href="https://github.com/cescoffier"><code>@cescoffier</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1173">quarkiverse/quarkus-langchain4j#1173</a></li> <li>Bump org.junit-pioneer:junit-pioneer from 2.2.0 to 2.3.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1175">quarkiverse/quarkus-langchain4j#1175</a></li> <li>Bump org.assertj:assertj-core from 3.26.3 to 3.27.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1176">quarkiverse/quarkus-langchain4j#1176</a></li> <li>Add a core testing module with some custom AssertJ assertions for output guardrails by <a href="https://github.com/edeandrea"><code>@edeandrea</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1174">quarkiverse/quarkus-langchain4j#1174</a></li> <li>LangChain4j 1.0.0-alpha1 & Model Context Protocol client implementation and sample by <a href="https://github.com/jmartisk"><code>@jmartisk</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1171">quarkiverse/quarkus-langchain4j#1171</a></li> <li>Typo fixes in samples and JandexUtil + EmbeddingStoreJsonRPCService from core by <a href="https://github.com/rsvoboda"><code>@rsvoboda</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1179">quarkiverse/quarkus-langchain4j#1179</a></li> <li>Fix the release by <a href="https://github.com/jmartisk"><code>@jmartisk</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1181">quarkiverse/quarkus-langchain4j#1181</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/quarkiverse/quarkus-langchain4j/compare/0.23.0.CR1...0.23.0.CR2">https://github.com/quarkiverse/quarkus-langchain4j/compare/0.23.0.CR1...0.23.0.CR2</a></p> <h2>0.23.0.CR1</h2> <h2>What's Changed</h2> <ul> <li>Bump quarkus-neo4j.version from 5.0.0 to 5.0.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1119">quarkiverse/quarkus-langchain4j#1119</a></li> <li>Enable tools support in streaming responses for Ollama by <a href="https://github.com/andreadimaio"><code>@andreadimaio</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1122">quarkiverse/quarkus-langchain4j#1122</a></li> <li>Use user.home as default for models-path for jlama and llama3 docs by <a href="https://github.com/rsvoboda"><code>@rsvoboda</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1123">quarkiverse/quarkus-langchain4j#1123</a></li> <li>Fix typo in input guardrails docs by <a href="https://github.com/xstefank"><code>@xstefank</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1124">quarkiverse/quarkus-langchain4j#1124</a></li> <li>Introduce observability into streaming models by <a href="https://github.com/geoand"><code>@geoand</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1125">quarkiverse/quarkus-langchain4j#1125</a></li> <li>Fix ModelAuthProvider for streaming chat model in Azure by <a href="https://github.com/geoand"><code>@geoand</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1131">quarkiverse/quarkus-langchain4j#1131</a></li> <li>Support no authorization header being set when null is returned from ModelAuthProvider by <a href="https://github.com/dastrobu"><code>@dastrobu</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1132">quarkiverse/quarkus-langchain4j#1132</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/quarkiverse/quarkus-langchain4j/commit/451d5607c161a1d723d1007b3295c74b239ca564"><code>451d560</code></a> [maven-release-plugin] prepare release 0.23.0</li> <li><a href="https://github.com/quarkiverse/quarkus-langchain4j/commit/786d9212a60aa5ead16d2b2dc84de47c541ba4bb"><code>786d921</code></a> Update the latest release version 0.23.0 in documentation</li> <li><a href="https://github.com/quarkiverse/quarkus-langchain4j/commit/2c20b010e64ee0340b0e25ea361d23b5684cd8fe"><code>2c20b01</code></a> Update README to 0.23.0</li> <li><a href="https://github.com/quarkiverse/quarkus-langchain4j/commit/3d395ba2e0b0fe3f6cb9f5cc6633a992039b7dc5"><code>3d395ba</code></a> Update dependencies in samples</li> <li><a href="https://github.com/quarkiverse/quarkus-langchain4j/commit/8b831b6b3acb59ed7755afb7d92294adccb1d771"><code>8b831b6</code></a> Merge pull request <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/issues/1197">#1197</a> from quarkiverse/release-0.23.0</li> <li><a href="https://github.com/quarkiverse/quarkus-langchain4j/commit/a1a59fb65b8efb8202671be49cdf9eeb7fea4cd1"><code>a1a59fb</code></a> Release 0.23.0</li> <li><a href="https://github.com/quarkiverse/quarkus-langchain4j/commit/4ec973ba01118f4ed3e58e9fd14375ad5c72c91b"><code>4ec973b</code></a> Merge pull request <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/issues/1195">#1195</a> from edeandrea/patch-1</li> <li><a href="https://github.com/quarkiverse/quarkus-langchain4j/commit/f99b154cdbf07e24b7d10ff458b48cad09ad5964"><code>f99b154</code></a> Merge pull request <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/issues/1196">#1196</a> from quarkiverse/dependabot/maven/org.assertj-assert...</li> <li><a href="https://github.com/quarkiverse/quarkus-langchain4j/commit/8dc567485b09b5b21f22ee0e892f1bee033b11e7"><code>8dc5674</code></a> Bump org.assertj:assertj-core from 3.27.1 to 3.27.2</li> <li><a href="https://github.com/quarkiverse/quarkus-langchain4j/commit/226cc856b504a0982fae8008f47acc02abab90a3"><code>226cc85</code></a> Fix isSuccessful</li> <li>Additional commits viewable in <a href="https://github.com/quarkiverse/quarkus-langchain4j/compare/0.22.0...0.23.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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </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