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 92eccb7f1121ab75ef61049bd03f270ebf5c5702 Author: aldettinger <aldettin...@gmail.com> AuthorDate: Wed Aug 14 11:47:04 2024 +0200 Upgrade Quarkus LangChain4j to 0.17.0 --- 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 3c8c97c..1e7fa75 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.16.4</version> + <version>0.17.0</version> <type>pom</type> <scope>import</scope> </dependency>