diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-05-18 01:57:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-18 01:57:31 +0000 |
commit | 3f2a0ce7980c231023373ad34d88091471f9feea (patch) | |
tree | 4de3acb2401d7791364b946c07712d75cffc6488 | |
parent | b24bb42ef793712f6ba91d86969b2424a63cea00 (diff) | |
parent | 28fea3f07bfd26d8e65bdc6f3e0c36580949cf69 (diff) | |
download | nextcloud-server-3f2a0ce7980c231023373ad34d88091471f9feea.tar.gz nextcloud-server-3f2a0ce7980c231023373ad34d88091471f9feea.zip |
Merge pull request #38234 from nextcloud/dependabot/composer/build/integration/phpunit/phpunit-9.6.8
-rw-r--r-- | build/integration/composer.lock | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/build/integration/composer.lock b/build/integration/composer.lock index c9718a9a5e5..cbae42b4aa8 100644 --- a/build/integration/composer.lock +++ b/build/integration/composer.lock @@ -1235,16 +1235,16 @@ }, { "name": "phpunit/phpunit", - "version": "9.6.7", + "version": "9.6.8", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "c993f0d3b0489ffc42ee2fe0bd645af1538a63b2" + "reference": "17d621b3aff84d0c8b62539e269e87d8d5baa76e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c993f0d3b0489ffc42ee2fe0bd645af1538a63b2", - "reference": "c993f0d3b0489ffc42ee2fe0bd645af1538a63b2", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/17d621b3aff84d0c8b62539e269e87d8d5baa76e", + "reference": "17d621b3aff84d0c8b62539e269e87d8d5baa76e", "shasum": "" }, "require": { @@ -1318,7 +1318,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.7" + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.8" }, "funding": [ { @@ -1334,7 +1334,7 @@ "type": "tidelift" } ], - "time": "2023-04-14T08:58:40+00:00" + "time": "2023-05-11T05:14:45+00:00" }, { "name": "psr/container", @@ -2433,16 +2433,16 @@ }, { "name": "sebastian/diff", - "version": "4.0.4", + "version": "4.0.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d" + "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d", - "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/74be17022044ebaaecfdf0c5cd504fc9cd5a7131", + "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131", "shasum": "" }, "require": { @@ -2487,7 +2487,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/diff/issues", - "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4" + "source": "https://github.com/sebastianbergmann/diff/tree/4.0.5" }, "funding": [ { @@ -2495,7 +2495,7 @@ "type": "github" } ], - "time": "2020-10-26T13:10:38+00:00" + "time": "2023-05-07T05:35:17+00:00" }, { "name": "sebastian/environment", |