diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-02-12 20:27:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-12 20:27:30 +0100 |
commit | e6d91098d407c885d5e46af61d934464fc7f92fc (patch) | |
tree | d8fd6c9d9968a027dd9525c4e5e049b7f9659451 | |
parent | 1db39e4eb445592cc3b76611df366472225c1159 (diff) | |
parent | 1829ee816d07fccc865fe48ac4c1a538b3dcefaa (diff) | |
download | nextcloud-server-e6d91098d407c885d5e46af61d934464fc7f92fc.tar.gz nextcloud-server-e6d91098d407c885d5e46af61d934464fc7f92fc.zip |
Merge pull request #19370 from nextcloud/dependabot/composer/build/integration/guzzlehttp/guzzle-6.5.2
Update guzzlehttp/guzzle requirement from 6.3.3 to 6.5.2 in /build/integration
-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 6723c54a057..d24df4f335f 100644 --- a/build/integration/composer.json +++ b/build/integration/composer.json @@ -2,7 +2,7 @@ "require-dev": { "phpunit/phpunit": "~6.5", "behat/behat": "~3.5.0", - "guzzlehttp/guzzle": "6.3.3", + "guzzlehttp/guzzle": "6.5.2", "jarnaiz/behat-junit-formatter": "^1.3", "sabre/dav": "3.2.3" } |