From 81c6eba924f98cdbb8c9bed2bfb9955198aed926 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 00:44:01 +0000 Subject: [PATCH] Updates: (deps): Update drupal/gin requirement from 3.0.0-rc13 to 4.0.0 Updates the requirements on drupal/gin to permit the latest version. --- updated-dependencies: - dependency-name: drupal/gin dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ade0d9b898e..554d13c65ae 100644 --- a/composer.json +++ b/composer.json @@ -137,7 +137,7 @@ "drupal/field_group": "3.6.0", "drupal/flag": "4.0.0-beta5", "drupal/flexible_permissions": "2.0.1", - "drupal/gin": "3.0.0-rc13", + "drupal/gin": "4.0.0", "drupal/ginvite": "3.0.0-beta4", "drupal/graphql": "4.9.0", "drupal/graphql_oauth": "1.0.0-alpha3",