This is an automated email from the ASF dual-hosted git repository. aldettinger pushed a commit to branch data-extraction-example in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
commit 64f08dba108c4a4338f0513cec8e43478cecfd0d Author: aldettinger <[email protected]> AuthorDate: Tue Aug 27 14:18:38 2024 +0200 Upgrade to Quarkus LangChain4j 0.17.1 --- data-extract-langchain4j/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-extract-langchain4j/pom.xml b/data-extract-langchain4j/pom.xml index 52e90a9..b766527 100644 --- a/data-extract-langchain4j/pom.xml +++ b/data-extract-langchain4j/pom.xml @@ -61,7 +61,7 @@ <dependency> <groupId>io.quarkiverse.langchain4j</groupId> <artifactId>quarkus-langchain4j-bom</artifactId> - <version>0.17.0</version> + <version>0.17.1</version> <type>pom</type> <scope>import</scope> </dependency>
