Drupal 9.3.22

merge-requests/3513/head^2 9.3.22
xjm 2022-09-28 11:19:54 -05:00
parent 4b52a98742
commit e637df2c36
No known key found for this signature in database
GPG Key ID: 206B0B8743BDF4C2
4 changed files with 6 additions and 6 deletions

6
composer.lock generated
View File

@ -531,7 +531,7 @@
},
{
"name": "drupal/core",
"version": "9.3.21",
"version": "9.3.22",
"dist": {
"type": "path",
"url": "core",
@ -788,7 +788,7 @@
},
{
"name": "drupal/core-project-message",
"version": "9.3.21",
"version": "9.3.22",
"dist": {
"type": "path",
"url": "composer/Plugin/ProjectMessage",
@ -821,7 +821,7 @@
},
{
"name": "drupal/core-vendor-hardening",
"version": "9.3.21",
"version": "9.3.22",
"dist": {
"type": "path",
"url": "composer/Plugin/VendorHardening",

View File

@ -7,7 +7,7 @@
"webflo/drupal-core-strict": "*"
},
"require": {
"drupal/core": "9.3.21",
"drupal/core": "9.3.22",
"asm89/stack-cors": "1.3.0",
"composer/semver": "3.2.6",
"doctrine/annotations": "1.13.2",

View File

@ -7,7 +7,7 @@
"webflo/drupal-core-require-dev": "*"
},
"require": {
"drupal/core": "9.3.21",
"drupal/core": "9.3.22",
"behat/mink": "v1.9.0",
"behat/mink-selenium2-driver": "v1.5.0",
"composer/ca-bundle": "1.3.1",

View File

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