diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-04-21 08:59:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-21 08:59:55 +0200 |
commit | 0c0397e923b3dfb82093ce699b40dbc76dd7b76a (patch) | |
tree | ff9622c3479bb39c41135192526f673a60fd51fe | |
parent | f0c1041d2ecb90ff28dcdbd72ca0425e1b9fde6b (diff) | |
parent | e650c6366f1a35c44120bf7679b21fc538219daf (diff) | |
download | nextcloud-server-0c0397e923b3dfb82093ce699b40dbc76dd7b76a.tar.gz nextcloud-server-0c0397e923b3dfb82093ce699b40dbc76dd7b76a.zip |
Merge pull request #20554 from nextcloud/dependabot/composer/build/integration/guzzlehttp/guzzle-6.5.3
Update guzzlehttp/guzzle requirement from 6.5.2 to 6.5.3 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 954ea2829ae..d5a109920ad 100644 --- a/build/integration/composer.json +++ b/build/integration/composer.json @@ -2,7 +2,7 @@ "require-dev": { "phpunit/phpunit": "~6.5", "behat/behat": "~3.6.1", - "guzzlehttp/guzzle": "6.5.2", + "guzzlehttp/guzzle": "6.5.3", "jarnaiz/behat-junit-formatter": "^1.3", "sabre/dav": "3.2.3", "symfony/event-dispatcher": "~4.4" |