This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new e2851e44a2c chore(deps): Bump dev.langchain4j:langchain4j-azure-open-ai e2851e44a2c is described below commit e2851e44a2ce51b2db9299d084a1fcbe52109337 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Wed Jun 4 07:06:41 2025 +0000 chore(deps): Bump dev.langchain4j:langchain4j-azure-open-ai Bumps [dev.langchain4j:langchain4j-azure-open-ai](https://github.com/langchain4j/langchain4j) from 1.0.0-beta5 to 1.0.1-beta6. - [Release notes](https://github.com/langchain4j/langchain4j/releases) - [Commits](https://github.com/langchain4j/langchain4j/commits) --- updated-dependencies: - dependency-name: dev.langchain4j:langchain4j-azure-open-ai dependency-version: 1.0.1-beta6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> --- components/camel-ai/camel-langchain4j-tokenizer/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-ai/camel-langchain4j-tokenizer/pom.xml b/components/camel-ai/camel-langchain4j-tokenizer/pom.xml index 3174fcc8b99..58a1f63fd92 100644 --- a/components/camel-ai/camel-langchain4j-tokenizer/pom.xml +++ b/components/camel-ai/camel-langchain4j-tokenizer/pom.xml @@ -39,7 +39,7 @@ <title>LangChain4j Tokenizer</title> <supportLevel>Experimental</supportLevel> <langchain4j-version>1.0.0</langchain4j-version> - <langchain4j-azure-openai-version>1.0.0-beta5</langchain4j-azure-openai-version> + <langchain4j-azure-openai-version>1.0.1-beta6</langchain4j-azure-openai-version> <langchain4j-community-dashscope-version>1.0.0-beta5</langchain4j-community-dashscope-version> </properties>