From 48c175cd934669e568321c0af14e0b8835277db2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 03:35:26 +0000 Subject: [PATCH] Update drupal/field_group requirement in /modules/acquia_cms_common Updates the requirements on drupal/field_group to permit the latest version. --- updated-dependencies: - dependency-name: drupal/field_group dependency-version: 4.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- modules/acquia_cms_common/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/acquia_cms_common/composer.json b/modules/acquia_cms_common/composer.json index a99af92a3..424bdbd4f 100644 --- a/modules/acquia_cms_common/composer.json +++ b/modules/acquia_cms_common/composer.json @@ -15,7 +15,7 @@ "drupal/core": "^10.2.2 || ^11", "drupal/diff": "^1.1", "drupal/entity_clone": "^2.0@beta", - "drupal/field_group": "^3.4", + "drupal/field_group": "^4.0", "drupal/memcache": "^2.5", "drupal/moderation_dashboard": "^3.0 || ^4.0", "drupal/moderation_sidebar": "^1.7",