diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-01 18:32:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-01 18:32:48 +0000 |
commit | 493239605232b82351dba85d57fa787a3819c9b4 (patch) | |
tree | aceb85c82b783855355429bed10ff61d9db04f85 | |
parent | b285f185958cc065e7a9b997c22b9154d64c351f (diff) | |
parent | 3c494c403151dfc401b9fdc59da0cdcf86cbefb1 (diff) | |
download | nextcloud-server-493239605232b82351dba85d57fa787a3819c9b4.tar.gz nextcloud-server-493239605232b82351dba85d57fa787a3819c9b4.zip |
Merge pull request #28269 from nextcloud/dependabot/composer/build/integration/stable22/guzzlehttp/guzzle-6.5.5
-rw-r--r-- | build/integration/composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/integration/composer.json b/build/integration/composer.json index 8074508d0e2..a01cf0bfd74 100644 --- a/build/integration/composer.json +++ b/build/integration/composer.json @@ -2,7 +2,7 @@ "require-dev": { "phpunit/phpunit": "~6.5", "behat/behat": "~3.8.0", - "guzzlehttp/guzzle": "6.5.2", + "guzzlehttp/guzzle": "6.5.5", "jarnaiz/behat-junit-formatter": "^1.3", "sabre/dav": "3.2.3", "symfony/event-dispatcher": "~5.3" |