Drupal 10.0.5

merge-requests/3235/merge 10.0.5
Dave Long 2023-03-15 14:30:13 +00:00
parent b4aa82d448
commit 1ff2cdffdb
No known key found for this signature in database
GPG Key ID: ED52AE211E142771
4 changed files with 6 additions and 6 deletions

6
composer.lock generated
View File

@ -439,7 +439,7 @@
},
{
"name": "drupal/core",
"version": "10.0.4",
"version": "10.0.5",
"dist": {
"type": "path",
"url": "core",
@ -594,7 +594,7 @@
},
{
"name": "drupal/core-project-message",
"version": "10.0.4",
"version": "10.0.5",
"dist": {
"type": "path",
"url": "composer/Plugin/ProjectMessage",
@ -627,7 +627,7 @@
},
{
"name": "drupal/core-vendor-hardening",
"version": "10.0.4",
"version": "10.0.5",
"dist": {
"type": "path",
"url": "composer/Plugin/VendorHardening",

View File

@ -7,7 +7,7 @@
"webflo/drupal-core-strict": "*"
},
"require": {
"drupal/core": "10.0.4",
"drupal/core": "10.0.5",
"asm89/stack-cors": "~v2.1.1",
"composer/semver": "~3.3.2",
"doctrine/annotations": "~1.13.3",

View File

@ -7,7 +7,7 @@
"webflo/drupal-core-require-dev": "*"
},
"require": {
"drupal/core": "10.0.4",
"drupal/core": "10.0.5",
"behat/mink": "v1.10.0",
"behat/mink-browserkit-driver": "v2.1.0",
"behat/mink-selenium2-driver": "v1.6.0",

View File

@ -75,7 +75,7 @@ class Drupal {
/**
* The current system version.
*/
const VERSION = '10.0.4';
const VERSION = '10.0.5';
/**
* Core API compatibility.