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

Drupal 10.2.10

parent 4a002812
No related branches found
No related tags found
No related merge requests found
Pipeline #311738 failed
......@@ -491,7 +491,7 @@
},
{
"name": "drupal/core",
"version": "10.2.9",
"version": "10.2.10",
"dist": {
"type": "path",
"url": "core",
......@@ -651,7 +651,7 @@
},
{
"name": "drupal/core-project-message",
"version": "10.2.9",
"version": "10.2.10",
"dist": {
"type": "path",
"url": "composer/Plugin/ProjectMessage",
......@@ -684,7 +684,7 @@
},
{
"name": "drupal/core-vendor-hardening",
"version": "10.2.9",
"version": "10.2.10",
"dist": {
"type": "path",
"url": "composer/Plugin/VendorHardening",
......
......@@ -7,7 +7,7 @@
"webflo/drupal-core-strict": "*"
},
"require": {
"drupal/core": "10.2.9",
"drupal/core": "10.2.10",
"asm89/stack-cors": "~v2.2.0",
"composer/semver": "~3.4.0",
"doctrine/annotations": "~1.14.3",
......
......@@ -7,7 +7,7 @@
"webflo/drupal-core-require-dev": "*"
},
"require": {
"drupal/core": "10.2.9",
"drupal/core": "10.2.10",
"behat/mink": "v1.10.0",
"behat/mink-browserkit-driver": "v2.1.0",
"behat/mink-selenium2-driver": "v1.6.0",
......
......@@ -75,7 +75,7 @@ class Drupal {
/**
* The current system version.
*/
const VERSION = '10.2.9';
const VERSION = '10.2.10';
/**
* 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