From b456aa56cd8bf17fa81d149e6df3cf90869f2d58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 20:10:08 +0000 Subject: [PATCH] [TASK]: Bump symfony/serializer in /Resources/Private/Libs/Build Bumps [symfony/serializer](https://github.com/symfony/serializer) from 5.4.24 to 5.4.25. - [Release notes](https://github.com/symfony/serializer/releases) - [Changelog](https://github.com/symfony/serializer/blob/6.3/CHANGELOG.md) - [Commits](https://github.com/symfony/serializer/compare/v5.4.24...v5.4.25) --- updated-dependencies: - dependency-name: symfony/serializer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Resources/Private/Libs/Build/composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Resources/Private/Libs/Build/composer.lock b/Resources/Private/Libs/Build/composer.lock index c2519e94..98e07618 100644 --- a/Resources/Private/Libs/Build/composer.lock +++ b/Resources/Private/Libs/Build/composer.lock @@ -1395,16 +1395,16 @@ }, { "name": "symfony/serializer", - "version": "v5.4.24", + "version": "v5.4.25", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "12535bb7b1d3b53802bf18d61a98bb1145fabcdb" + "reference": "e528ace5951925459cb6620cc4d67c20ed616fdd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/12535bb7b1d3b53802bf18d61a98bb1145fabcdb", - "reference": "12535bb7b1d3b53802bf18d61a98bb1145fabcdb", + "url": "https://api.github.com/repos/symfony/serializer/zipball/e528ace5951925459cb6620cc4d67c20ed616fdd", + "reference": "e528ace5951925459cb6620cc4d67c20ed616fdd", "shasum": "" }, "require": { @@ -1478,7 +1478,7 @@ "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/serializer/tree/v5.4.24" + "source": "https://github.com/symfony/serializer/tree/v5.4.25" }, "funding": [ { @@ -1494,7 +1494,7 @@ "type": "tidelift" } ], - "time": "2023-05-12T08:37:35+00:00" + "time": "2023-05-31T11:43:23+00:00" }, { "name": "symfony/service-contracts",