From 10e29ab68c5d7a5c985d077f5319e98f714b1391 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 22:48:00 +0000 Subject: [PATCH 1/2] chore(deps): bump the symfony group with 1 update Bumps the symfony group with 1 update: [symfony/routing](https://github.com/symfony/routing). Updates `symfony/routing` from 5.4.35 to 5.4.37 - [Release notes](https://github.com/symfony/routing/releases) - [Changelog](https://github.com/symfony/routing/blob/7.0/CHANGELOG.md) - [Commits](https://github.com/symfony/routing/compare/v5.4.35...v5.4.37) --- updated-dependencies: - dependency-name: symfony/routing dependency-type: direct:production update-type: version-update:semver-patch dependency-group: symfony ... Signed-off-by: dependabot[bot] --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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", From 60970f83f5bba7d0cabb1d3f37a0e83cda8afe6b Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Tue, 5 Mar 2024 05:22:12 +0545 Subject: [PATCH 2/2] chore(deps): changelog for symfony/routing 5.4.37 --- changelog/unreleased/PHPdependencies20240228onward | 2 ++ 1 file changed, 2 insertions(+) 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