From 375303e01543d2b34c76b2f686b4e31c94bf1556 Mon Sep 17 00:00:00 2001 From: Vincent Chalamon <407859+vincentchalamon@users.noreply.github.com> Date: Fri, 15 Mar 2024 17:24:19 +0100 Subject: [PATCH] chore: update api-platform/core to 3.2.17 --- 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 bf509371..16f17ad6 100644 --- a/api/composer.lock +++ b/api/composer.lock @@ -8,16 +8,16 @@ "packages": [ { "name": "api-platform/core", - "version": "v3.2.16", + "version": "v3.2.17", "source": { "type": "git", "url": "https://github.com/api-platform/core.git", - "reference": "055fb38027e3125a2d5df58f77134d81f42075ca" + "reference": "1cc114b93e95bdce5b48be46f84c1e11446a8d2f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/api-platform/core/zipball/055fb38027e3125a2d5df58f77134d81f42075ca", - "reference": "055fb38027e3125a2d5df58f77134d81f42075ca", + "url": "https://api.github.com/repos/api-platform/core/zipball/1cc114b93e95bdce5b48be46f84c1e11446a8d2f", + "reference": "1cc114b93e95bdce5b48be46f84c1e11446a8d2f", "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.16" + "source": "https://github.com/api-platform/core/tree/v3.2.17" }, - "time": "2024-03-05T10:51:18+00:00" + "time": "2024-03-15T15:26:20+00:00" }, { "name": "brick/math", diff --git a/api/config/packages/api_platform.yaml b/api/config/packages/api_platform.yaml index 96dc7c89..1b846497 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.16 + version: 3.2.17 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 6a3b0029..5b37d8dc 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.16 +version: 3.2.17 # 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.16 +appVersion: 3.2.17 dependencies: - name: postgresql