Skip to content

Commit 22b2155

Browse files
chore: upgrade API Platform to 4.1.21 (#535)
1 parent c85e6a0 commit 22b2155

File tree

6 files changed

+51
-657
lines changed

6 files changed

+51
-657
lines changed

api/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"php": ">=8.4",
66
"ext-ctype": "*",
77
"ext-iconv": "*",
8-
"api-platform/doctrine-orm": "^4.1.20",
9-
"api-platform/graphql": "^4.1.20",
10-
"api-platform/symfony": "^4.1.20",
8+
"api-platform/doctrine-orm": "^4.1.21",
9+
"api-platform/graphql": "^4.1.21",
10+
"api-platform/symfony": "^4.1.21",
1111
"doctrine/common": "^3.5",
1212
"doctrine/doctrine-bundle": "^2.15",
1313
"doctrine/doctrine-fixtures-bundle": "^4.1",

api/composer.lock

Lines changed: 44 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/config/packages/api_platform.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
api_platform:
22
title: API Platform's demo
3-
version: 4.1.20
3+
version: 4.1.21
44
description: |
55
This is a demo application of the [API Platform](https://api-platform.com) framework.
66
[Its source code](https://github.com/api-platform/demo) includes various examples, check it out!

helm/api-platform/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ type: application
1717
# This is the chart version. This version number should be incremented each time you make changes
1818
# to the chart and its templates, including the app version.
1919
# Versions are expected to follow Semantic Versioning (https://semver.org/)
20-
version: 4.1.20
20+
version: 4.1.21
2121

2222
# This is the version number of the application being deployed. This version number should be
2323
# incremented each time you make changes to the application. Versions are not expected to
2424
# follow Semantic Versioning. They should reflect the version the application is using.
25-
appVersion: 4.1.20
25+
appVersion: 4.1.21
2626

2727
dependencies:
2828
- name: postgresql

helm/api-platform/keycloak/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
# Versions
7-
FROM bitnami/keycloak:26-debian-12 AS keycloak_upstream
7+
FROM bitnamilegacy/keycloak:26-debian-12 AS keycloak_upstream
88

99

1010
# The different stages of this Dockerfile are meant to be built into separate images

0 commit comments

Comments
 (0)