Drupal 8.9.17

merge-requests/64/merge 8.9.17
xjm 2021-07-20 16:43:12 -05:00
parent e2a4684214
commit 43554ed10e
4 changed files with 6 additions and 6 deletions

6
composer.lock generated
View File

@ -663,7 +663,7 @@
},
{
"name": "drupal/core",
"version": "8.9.16",
"version": "8.9.17",
"dist": {
"type": "path",
"url": "core",
@ -897,7 +897,7 @@
},
{
"name": "drupal/core-project-message",
"version": "8.9.16",
"version": "8.9.17",
"dist": {
"type": "path",
"url": "composer/Plugin/ProjectMessage",
@ -930,7 +930,7 @@
},
{
"name": "drupal/core-vendor-hardening",
"version": "8.9.16",
"version": "8.9.17",
"dist": {
"type": "path",
"url": "composer/Plugin/VendorHardening",

View File

@ -7,7 +7,7 @@
"webflo/drupal-core-strict": "*"
},
"require": {
"drupal/core": "8.9.16",
"drupal/core": "8.9.17",
"asm89/stack-cors": "1.3.0",
"composer/semver": "1.5.1",
"doctrine/annotations": "v1.4.0",

View File

@ -7,7 +7,7 @@
"webflo/drupal-core-require-dev": "*"
},
"require": {
"drupal/core": "8.9.16",
"drupal/core": "8.9.17",
"behat/mink": "v1.8.1",
"behat/mink-browserkit-driver": "v1.3.4",
"behat/mink-goutte-driver": "v1.2.1",

View File

@ -82,7 +82,7 @@ class Drupal {
/**
* The current system version.
*/
const VERSION = '8.9.16';
const VERSION = '8.9.17';
/**
* Core API compatibility.