From cd909d4bb53e6668a0284fea08458428c28af697 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 15:26:39 +0100 Subject: [PATCH] build(deps-dev): Bump the dependencies group (#947) Bumps the dependencies group in /composer-root-version-checker with 1 update: [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit). Updates `phpunit/phpunit` from 11.0.2 to 11.0.3 - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/11.0.3/ChangeLog-11.0.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/11.0.2...11.0.3) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer-root-version-checker/composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer-root-version-checker/composer.lock b/composer-root-version-checker/composer.lock index b2ee371c..c53527a9 100644 --- a/composer-root-version-checker/composer.lock +++ b/composer-root-version-checker/composer.lock @@ -1354,16 +1354,16 @@ }, { "name": "phpunit/phpunit", - "version": "11.0.2", + "version": "11.0.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "2f281e7e6776aea920cab5fc5a48d0fefbe1f39e" + "reference": "de24e7e7c67fbf437f7b6cd7bc919f2dc6fd89d4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2f281e7e6776aea920cab5fc5a48d0fefbe1f39e", - "reference": "2f281e7e6776aea920cab5fc5a48d0fefbe1f39e", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/de24e7e7c67fbf437f7b6cd7bc919f2dc6fd89d4", + "reference": "de24e7e7c67fbf437f7b6cd7bc919f2dc6fd89d4", "shasum": "" }, "require": { @@ -1434,7 +1434,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/11.0.2" + "source": "https://github.com/sebastianbergmann/phpunit/tree/11.0.3" }, "funding": [ { @@ -1450,7 +1450,7 @@ "type": "tidelift" } ], - "time": "2024-02-04T09:09:14+00:00" + "time": "2024-02-10T06:31:16+00:00" }, { "name": "sebastian/cli-parser",