Skip to content
Snippets Groups Projects
Verified Commit 32680a4a authored by Jess's avatar Jess
Browse files

Drupal 9.3.19

parent efad50df
No related branches found
No related tags found
No related merge requests found
......@@ -531,7 +531,7 @@
},
{
"name": "drupal/core",
"version": "9.3.18",
"version": "9.3.19",
"dist": {
"type": "path",
"url": "core",
......@@ -788,7 +788,7 @@
},
{
"name": "drupal/core-project-message",
"version": "9.3.18",
"version": "9.3.19",
"dist": {
"type": "path",
"url": "composer/Plugin/ProjectMessage",
......@@ -821,7 +821,7 @@
},
{
"name": "drupal/core-vendor-hardening",
"version": "9.3.18",
"version": "9.3.19",
"dist": {
"type": "path",
"url": "composer/Plugin/VendorHardening",
......
......@@ -7,7 +7,7 @@
"webflo/drupal-core-strict": "*"
},
"require": {
"drupal/core": "9.3.18",
"drupal/core": "9.3.19",
"asm89/stack-cors": "1.3.0",
"composer/semver": "3.2.6",
"doctrine/annotations": "1.13.2",
......
......@@ -7,7 +7,7 @@
"webflo/drupal-core-require-dev": "*"
},
"require": {
"drupal/core": "9.3.18",
"drupal/core": "9.3.19",
"behat/mink": "v1.9.0",
"behat/mink-selenium2-driver": "v1.5.0",
"composer/ca-bundle": "1.3.1",
......
......@@ -75,7 +75,7 @@ class Drupal {
/**
* The current system version.
*/
const VERSION = '9.3.18';
const VERSION = '9.3.19';
/**
* Core API compatibility.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment