This is an automated email from the ASF dual-hosted git repository. rzo1 pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/stormcrawler.git
commit 13acf82c0b2c4b3763c1f8778a440bb9a03f39d5 Author: Richard Zowalla <[email protected]> AuthorDate: Wed Dec 3 19:54:07 2025 +0100 Align OpenAI dependency version with langchain4j Updated the OpenAI dependency version to match the langchain4j version. --- external/ai/pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/external/ai/pom.xml b/external/ai/pom.xml index 77b59f85..469e3c70 100644 --- a/external/ai/pom.xml +++ b/external/ai/pom.xml @@ -37,7 +37,6 @@ under the License. <properties> <langchain4j.version>1.9.1</langchain4j.version> - <langchain4j.openai.version>1.8.0</langchain4j.openai.version> </properties> <dependencies> @@ -55,8 +54,8 @@ under the License. <dependency> <groupId>dev.langchain4j</groupId> <artifactId>langchain4j-open-ai</artifactId> - <version>${langchain4j.openai.version}</version> + <version>${langchain4j.version}</version> </dependency> </dependencies> -</project> \ No newline at end of file +</project>
