diff options
author | blizzz <blizzz@arthur-schiwon.de> | 2022-07-06 14:01:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-06 14:01:16 +0200 |
commit | e97044312fd8859af8f570912a6cccababc6f732 (patch) | |
tree | 7f070fa13b1a11f7088d4afcd8048887cb4d4bc1 | |
parent | 9437cc8db242bacc46d4740a491602f999516c09 (diff) | |
parent | 6b703be6420147e0fa083cbee87c52faa8908390 (diff) | |
download | nextcloud-server-e97044312fd8859af8f570912a6cccababc6f732.tar.gz nextcloud-server-e97044312fd8859af8f570912a6cccababc6f732.zip |
Merge pull request #33018 from nextcloud/dependabot/composer/build/integration/stable23/guzzlehttp/guzzle-6.5.8
Update guzzlehttp/guzzle requirement from 6.5.7 to 6.5.8 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 98128b0e9c5..cc8f1b9f292 100644 --- a/build/integration/composer.json +++ b/build/integration/composer.json @@ -2,7 +2,7 @@ "require-dev": { "phpunit/phpunit": "~6.5", "behat/behat": "~3.10.0", - "guzzlehttp/guzzle": "6.5.7", + "guzzlehttp/guzzle": "6.5.8", "jarnaiz/behat-junit-formatter": "^1.3", "sabre/dav": "4.3.1", "symfony/event-dispatcher": "~5.3" |