Skip to content

Commit

Permalink
Update Drupal core to 9.5.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
mstenta committed Mar 15, 2023
1 parent 4ec1709 commit 65e6e47
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- [Create a QuickFormTestBase class that other quick form tests can extend from #650](https://github.com/farmOS/farmOS/pull/650)

### Security

- Update Drupal core to 9.5.5 for [SA-CORE-2023-002](https://www.drupal.org/sa-core-2023-002),
[SA-CORE-2023-003](https://www.drupal.org/sa-core-2023-003), and [SA-CORE-2023-004](https://www.drupal.org/sa-core-2023-004).

## [2.0.2] 2023-03-10

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -18,7 +18,7 @@
"require": {
"cweagans/composer-patches": "^1.6",
"drupal/admin_toolbar": "^3.2",
"drupal/core": "9.5.4",
"drupal/core": "9.5.5",
"drupal/config_update": "^1.7",
"drupal/consumers": "^1.15",
"drupal/csv_serialization": "^2.0",
Expand Down
2 changes: 1 addition & 1 deletion composer.project.json
@@ -1,7 +1,7 @@
{
"require": {
"cweagans/composer-patches": "^1.7",
"drupal/core-composer-scaffold": "9.5.4"
"drupal/core-composer-scaffold": "9.5.5"
},
"require-dev": {
"behat/mink": "^1.10",
Expand Down

0 comments on commit 65e6e47

Please sign in to comment.