diff --git a/api/composer.lock b/api/composer.lock index d99a42cc..fd59788f 100644 --- a/api/composer.lock +++ b/api/composer.lock @@ -8,16 +8,16 @@ "packages": [ { "name": "api-platform/core", - "version": "v3.2.17", + "version": "v3.2.18", "source": { "type": "git", "url": "https://github.com/api-platform/core.git", - "reference": "1cc114b93e95bdce5b48be46f84c1e11446a8d2f" + "reference": "4c5a35f46158791b2990f24507d5a9e286a569ff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/api-platform/core/zipball/1cc114b93e95bdce5b48be46f84c1e11446a8d2f", - "reference": "1cc114b93e95bdce5b48be46f84c1e11446a8d2f", + "url": "https://api.github.com/repos/api-platform/core/zipball/4c5a35f46158791b2990f24507d5a9e286a569ff", + "reference": "4c5a35f46158791b2990f24507d5a9e286a569ff", "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.17" + "source": "https://github.com/api-platform/core/tree/v3.2.18" }, - "time": "2024-03-15T15:26:20+00:00" + "time": "2024-03-25T18:22:36+00:00" }, { "name": "brick/math", diff --git a/api/config/packages/api_platform.yaml b/api/config/packages/api_platform.yaml index 1b846497..3d111016 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.17 + version: 3.2.18 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 5b37d8dc..7bead7f1 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.17 +version: 3.2.18 # 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.17 +appVersion: 3.2.18 dependencies: - name: postgresql