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
The following commit(s) were added to refs/heads/main by this push: new 0ad92dbe Bump dev.langchain4j:langchain4j from 1.1.0 to 1.2.0 (#1621) 0ad92dbe is described below commit 0ad92dbe1daacbfb561f4a814107e449b66c658e Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Sat Aug 9 21:23:44 2025 +0200 Bump dev.langchain4j:langchain4j from 1.1.0 to 1.2.0 (#1621) Bumps [dev.langchain4j:langchain4j](https://github.com/langchain4j/langchain4j) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/langchain4j/langchain4j/releases) - [Commits](https://github.com/langchain4j/langchain4j/compare/1.1.0...1.2.0) --- updated-dependencies: - dependency-name: dev.langchain4j:langchain4j dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- external/ai/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/ai/pom.xml b/external/ai/pom.xml index 37dc689d..5d2cfafb 100644 --- a/external/ai/pom.xml +++ b/external/ai/pom.xml @@ -36,7 +36,7 @@ under the License. <description>AI resources for StormCrawler</description> <properties> - <langchain4j.version>1.1.0</langchain4j.version> + <langchain4j.version>1.3.0</langchain4j.version> <langchain4j.openai.version>1.2.0</langchain4j.openai.version> </properties>