This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch camel-quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
The following commit(s) were added to refs/heads/camel-quarkus-main by this
push:
new 147e8c24 Upgrade LangChain4j to 1.19.3
147e8c24 is described below
commit 147e8c24f071b495e2b00a288cda73c050a4128a
Author: James Netherton <[email protected]>
AuthorDate: Fri Sep 18 09:21:45 2026 +0100
Upgrade LangChain4j to 1.19.3
---
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 eb8e029a..fce8afda 100644
--- a/data-extract-langchain4j/pom.xml
+++ b/data-extract-langchain4j/pom.xml
@@ -52,7 +52,7 @@
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
<maven-surefire-plugin.version>3.5.6</maven-surefire-plugin.version>
- <langchain4j.version>1.17.2</langchain4j.version>
+ <langchain4j.version>1.19.3</langchain4j.version>
<wiremock.version>3.13.2</wiremock.version>
</properties>