From df64752d7cd7bfe104738beb5da9a4adbdda8587 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 06:46:00 +0000 Subject: [PATCH] Bump arcVersion from 0.208.0 to 0.209.0 Bumps `arcVersion` from 0.208.0 to 0.209.0. Updates `org.eclipse.lmos:arc-agent-client` from 0.208.0 to 0.209.0 - [Release notes](https://github.com/eclipse-lmos/arc/releases) - [Commits](https://github.com/eclipse-lmos/arc/compare/0.208.0...0.209.0) Updates `org.eclipse.lmos:arc-api` from 0.208.0 to 0.209.0 - [Release notes](https://github.com/eclipse-lmos/arc/releases) - [Commits](https://github.com/eclipse-lmos/arc/compare/0.208.0...0.209.0) --- updated-dependencies: - dependency-name: org.eclipse.lmos:arc-agent-client dependency-version: 0.209.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.eclipse.lmos:arc-api dependency-version: 0.209.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- lmos-runtime-bom/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lmos-runtime-bom/build.gradle.kts b/lmos-runtime-bom/build.gradle.kts index 0255bb1..59f3af8 100644 --- a/lmos-runtime-bom/build.gradle.kts +++ b/lmos-runtime-bom/build.gradle.kts @@ -17,7 +17,7 @@ dependencies { val ktorVersion = "3.4.0" val kotlinxVersion = "1.10.0" val lmosRouterVersion = "0.23.0" - val arcVersion = "0.208.0" + val arcVersion = "0.209.0" val langChain4jVersion = "1.10.0" val kotlinCoroutines = "1.10.2"