From ae64aec69719b34e30855881e3e17e2c21e6972e Mon Sep 17 00:00:00 2001 From: Vincent <407859+vincentchalamon@users.noreply.github.com> Date: Wed, 3 Apr 2024 21:56:13 +0200 Subject: [PATCH] chore: update api-platform/core to 3.2.20 (#399) --- api/composer.lock | 12 ++++++------ api/config/packages/api_platform.yaml | 2 +- helm/api-platform/Chart.yaml | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/api/composer.lock b/api/composer.lock index f05ec8cf..2c8ef419 100644 --- a/api/composer.lock +++ b/api/composer.lock @@ -8,16 +8,16 @@ "packages": [ { "name": "api-platform/core", - "version": "v3.2.19", + "version": "v3.2.20", "source": { "type": "git", "url": "https://github.com/api-platform/core.git", - "reference": "53a45d7d19e3298b653631531fe6f59ccdb04fbb" + "reference": "875cc155e556541c0591b0c182ed64dcc41b9984" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/api-platform/core/zipball/53a45d7d19e3298b653631531fe6f59ccdb04fbb", - "reference": "53a45d7d19e3298b653631531fe6f59ccdb04fbb", + "url": "https://api.github.com/repos/api-platform/core/zipball/875cc155e556541c0591b0c182ed64dcc41b9984", + "reference": "875cc155e556541c0591b0c182ed64dcc41b9984", "shasum": "" }, "require": { @@ -168,9 +168,9 @@ ], "support": { "issues": "https://github.com/api-platform/core/issues", - "source": "https://github.com/api-platform/core/tree/v3.2.19" + "source": "https://github.com/api-platform/core/tree/v3.2.20" }, - "time": "2024-03-29T16:15:14+00:00" + "time": "2024-04-03T15:33:10+00:00" }, { "name": "brick/math", diff --git a/api/config/packages/api_platform.yaml b/api/config/packages/api_platform.yaml index 4295b999..dc95ebfe 100644 --- a/api/config/packages/api_platform.yaml +++ b/api/config/packages/api_platform.yaml @@ -1,6 +1,6 @@ api_platform: title: API Platform's demo - version: 3.2.19 + version: 3.2.20 description: | This is a demo application of the [API Platform](https://api-platform.com) framework. [Its source code](https://github.com/api-platform/demo) includes various examples, check it out! diff --git a/helm/api-platform/Chart.yaml b/helm/api-platform/Chart.yaml index cf20e0cc..7b0c1ba4 100644 --- a/helm/api-platform/Chart.yaml +++ b/helm/api-platform/Chart.yaml @@ -17,12 +17,12 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 3.2.19 +version: 3.2.20 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 3.2.19 +appVersion: 3.2.20 dependencies: - name: postgresql