From 39a8ce0c33f447d10852f3b7401091dffc136d36 Mon Sep 17 00:00:00 2001 From: Michael Stenta Date: Thu, 7 Oct 2021 10:53:26 -0400 Subject: [PATCH] Update Drupal core to 9.2.8 and remove the core patch that was merged upstream. See https://www.drupal.org/project/drupal/issues/3192365 --- composer.json | 2 +- composer.project.json | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 50a4a3a9..10660232 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "require": { "cweagans/composer-patches": "^1.6", "drupal/admin_toolbar": "^2.4", - "drupal/core": "~9.2.0", + "drupal/core": "~9.2.8", "drupal/config_update": "^1.7", "drupal/csv_serialization": "^2.0", "drupal/date_popup": "^1.1", diff --git a/composer.project.json b/composer.project.json index 71daad99..9e2291d1 100644 --- a/composer.project.json +++ b/composer.project.json @@ -23,11 +23,6 @@ "web-root": "web/" } }, - "enable-patching": true, - "patches": { - "drupal/core": { - "Issue #3192365: Race Condition in 'public://simpletest' mkdir Call": "https://www.drupal.org/files/issues/2021-01-12/3192365-3.patch" - } - } + "enable-patching": true } }