From 2eb7dbbcfb698e2d106a5d3bc37d942b1a3e4258 Mon Sep 17 00:00:00 2001 From: Vincent Chalamon <407859+vincentchalamon@users.noreply.github.com> Date: Wed, 6 Mar 2024 10:39:30 +0100 Subject: [PATCH] chore: update api-platform/core to 3.2.16 --- api/composer.lock | 14 +++++++------- api/config/packages/api_platform.yaml | 2 +- helm/api-platform/Chart.yaml | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/api/composer.lock b/api/composer.lock index f39fc565..bf509371 100644 --- a/api/composer.lock +++ b/api/composer.lock @@ -8,16 +8,16 @@ "packages": [ { "name": "api-platform/core", - "version": "v3.2.15", + "version": "v3.2.16", "source": { "type": "git", "url": "https://github.com/api-platform/core.git", - "reference": "42215cf81e477cbf8ff872cf3c00822c9a1b79f8" + "reference": "055fb38027e3125a2d5df58f77134d81f42075ca" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/api-platform/core/zipball/42215cf81e477cbf8ff872cf3c00822c9a1b79f8", - "reference": "42215cf81e477cbf8ff872cf3c00822c9a1b79f8", + "url": "https://api.github.com/repos/api-platform/core/zipball/055fb38027e3125a2d5df58f77134d81f42075ca", + "reference": "055fb38027e3125a2d5df58f77134d81f42075ca", "shasum": "" }, "require": { @@ -55,7 +55,7 @@ "doctrine/doctrine-bundle": "^1.12 || ^2.0", "doctrine/mongodb-odm": "^2.2", "doctrine/mongodb-odm-bundle": "^4.0 || ^5.0", - "doctrine/orm": "^2.14", + "doctrine/orm": "^2.14 || ^3.0", "elasticsearch/elasticsearch": "^7.11 || ^8.4", "friends-of-behat/mink-browserkit-driver": "^1.3.1", "friends-of-behat/mink-extension": "^2.2", @@ -168,9 +168,9 @@ ], "support": { "issues": "https://github.com/api-platform/core/issues", - "source": "https://github.com/api-platform/core/tree/v3.2.15" + "source": "https://github.com/api-platform/core/tree/v3.2.16" }, - "time": "2024-02-29T14:55:13+00:00" + "time": "2024-03-05T10:51:18+00:00" }, { "name": "brick/math", diff --git a/api/config/packages/api_platform.yaml b/api/config/packages/api_platform.yaml index 346c0fc1..96dc7c89 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.15 + version: 3.2.16 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 6b810c2e..6a3b0029 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.15 +version: 3.2.16 # 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.15 +appVersion: 3.2.16 dependencies: - name: postgresql