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 b8ec9cf21e300668116972428fad64c4c843d89a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 1 04:11:17 2025 +0000
Bump dev.langchain4j:langchain4j from 1.8.0 to 1.9.1
Bumps
[dev.langchain4j:langchain4j](https://github.com/langchain4j/langchain4j) from
1.8.0 to 1.9.1.
- [Release notes](https://github.com/langchain4j/langchain4j/releases)
-
[Commits](https://github.com/langchain4j/langchain4j/compare/1.8.0...1.9.1)
---
updated-dependencies:
- dependency-name: dev.langchain4j:langchain4j
dependency-version: 1.9.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
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 34cfa79f..77b59f85 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.8.0</langchain4j.version>
+ <langchain4j.version>1.9.1</langchain4j.version>
<langchain4j.openai.version>1.8.0</langchain4j.openai.version>
</properties>