diff --git a/changelog/unreleased/PHPdependencies20240228onward b/changelog/unreleased/PHPdependencies20240228onward index 34970e7e9a8a..50b6fad74100 100644 --- a/changelog/unreleased/PHPdependencies20240228onward +++ b/changelog/unreleased/PHPdependencies20240228onward @@ -6,7 +6,9 @@ The following have been updated: - phpseclib/phpseclib (3.0.35 to 3.0.37) - symfony/console (v5.4.35 to v5.4.36) - symfony/process (v5.4.35 to v5.4.36) +- symfony/routing (v5.4.35 to v5.4.37) - symfony/string (v5.4.35 to v5.4.36) https://github.com/owncloud/core/pull/41195 https://github.com/owncloud/core/pull/41203 +https://github.com/owncloud/core/pull/41205 diff --git a/composer.lock b/composer.lock index 317cd5b76aad..1fc660704ba7 100644 --- a/composer.lock +++ b/composer.lock @@ -4295,16 +4295,16 @@ }, { "name": "symfony/routing", - "version": "v5.4.35", + "version": "v5.4.37", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "86c5a06a61ddaf17efa1403542e3d7146af96203" + "reference": "48ae43e443693ddb4e574f7c12f0d17ce287694e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/86c5a06a61ddaf17efa1403542e3d7146af96203", - "reference": "86c5a06a61ddaf17efa1403542e3d7146af96203", + "url": "https://api.github.com/repos/symfony/routing/zipball/48ae43e443693ddb4e574f7c12f0d17ce287694e", + "reference": "48ae43e443693ddb4e574f7c12f0d17ce287694e", "shasum": "" }, "require": { @@ -4365,7 +4365,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v5.4.35" + "source": "https://github.com/symfony/routing/tree/v5.4.37" }, "funding": [ { @@ -4381,7 +4381,7 @@ "type": "tidelift" } ], - "time": "2024-01-30T13:10:15+00:00" + "time": "2024-02-27T09:52:32+00:00" }, { "name": "symfony/service-contracts",