diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2023-04-15 09:02:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-15 09:02:43 +0200 |
commit | 05edc2fc199bec680aac2ea8579dab6044e4014a (patch) | |
tree | 68db2b78100164ed5882b54a934fc72dcb88f3b1 | |
parent | 606d90eecf0c3778a6fec1e17052f7a400da4500 (diff) | |
parent | 422906949420f17e2faea90d6d0f48a1606c4d56 (diff) | |
download | nextcloud-server-05edc2fc199bec680aac2ea8579dab6044e4014a.tar.gz nextcloud-server-05edc2fc199bec680aac2ea8579dab6044e4014a.zip |
Merge pull request #37749 from nextcloud/dependabot/composer/build/integration/phpunit/phpunit-9.6.7
chore(deps-dev): Bump phpunit/phpunit from 9.6.6 to 9.6.7 in /build/integration
-rw-r--r-- | build/integration/composer.lock | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/build/integration/composer.lock b/build/integration/composer.lock index e2f37653535..ad074fd7317 100644 --- a/build/integration/composer.lock +++ b/build/integration/composer.lock @@ -1241,16 +1241,16 @@ }, { "name": "phpunit/phpunit", - "version": "9.6.6", + "version": "9.6.7", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "b65d59a059d3004a040c16a82e07bbdf6cfdd115" + "reference": "c993f0d3b0489ffc42ee2fe0bd645af1538a63b2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b65d59a059d3004a040c16a82e07bbdf6cfdd115", - "reference": "b65d59a059d3004a040c16a82e07bbdf6cfdd115", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c993f0d3b0489ffc42ee2fe0bd645af1538a63b2", + "reference": "c993f0d3b0489ffc42ee2fe0bd645af1538a63b2", "shasum": "" }, "require": { @@ -1324,7 +1324,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.6" + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.7" }, "funding": [ { @@ -1340,7 +1340,7 @@ "type": "tidelift" } ], - "time": "2023-03-27T11:43:46+00:00" + "time": "2023-04-14T08:58:40+00:00" }, { "name": "psr/container", |