From 72d4908c21ae9c85c94bdc4f23399f3656036cb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 14:39:02 +0000 Subject: [PATCH] build(deps): Bump at_cli_commons in /test/interop in the pub group Bumps the pub group in /test/interop with 1 update: [at_cli_commons](https://github.com/atsign-foundation/at_client_sdk/tree/trunk/packages). Updates `at_cli_commons` from 2.2.0 to 3.1.0 - [Release notes](https://github.com/atsign-foundation/at_client_sdk/releases) - [Commits](https://github.com/atsign-foundation/at_client_sdk/commits/HEAD/packages) --- updated-dependencies: - dependency-name: at_cli_commons dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pub ... Signed-off-by: dependabot[bot] --- test/interop/pubspec.lock | 4 ++-- test/interop/pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/interop/pubspec.lock b/test/interop/pubspec.lock index 587ea62..6472412 100644 --- a/test/interop/pubspec.lock +++ b/test/interop/pubspec.lock @@ -61,10 +61,10 @@ packages: dependency: "direct main" description: name: at_cli_commons - sha256: "8a651a9baf9c83e689bd80a5e9b4e1b2bb3e2f147475fdefa4cf48a9eb78fd92" + sha256: c94da89550605068d83e70ca2299d20a087101a8cb235e789a8bd5e29b6b7895 url: "https://pub.dev" source: hosted - version: "2.2.0" + version: "3.1.0" at_client: dependency: "direct main" description: diff --git a/test/interop/pubspec.yaml b/test/interop/pubspec.yaml index c2d8410..3e87ae3 100644 --- a/test/interop/pubspec.yaml +++ b/test/interop/pubspec.yaml @@ -7,5 +7,5 @@ environment: dependencies: at_client: ^3.11.0 - at_cli_commons: ^2.0.0 + at_cli_commons: ^3.1.0 args: ^2.4.0