diff options
author | blizzz <blizzz@arthur-schiwon.de> | 2022-06-24 11:01:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-24 11:01:55 +0200 |
commit | e34dc2f3cf34d45d652669fd3e4c0fc700f800b1 (patch) | |
tree | 160d2cd8e651ec5e1ed2ff4aa007e5a8ccccc7f3 /build/integration | |
parent | 4722baf970ba514f9495257092f9e200fa7c54e3 (diff) | |
parent | cf4157a073095763f3211eea06a714193b17516a (diff) | |
download | nextcloud-server-e34dc2f3cf34d45d652669fd3e4c0fc700f800b1.tar.gz nextcloud-server-e34dc2f3cf34d45d652669fd3e4c0fc700f800b1.zip |
Merge pull request #32820 from nextcloud/dependabot/composer/build/integration/guzzlehttp/guzzle-7.4.4
Update guzzlehttp/guzzle requirement from 7.4.2 to 7.4.4 in /build/integration
Diffstat (limited to '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 a9ba7980064..c0e4b51ca0c 100644 --- a/build/integration/composer.json +++ b/build/integration/composer.json @@ -3,7 +3,7 @@ "phpunit/phpunit": "^9", "dms/phpunit-arraysubset-asserts": "^0.4", "behat/behat": "~3.10.0", - "guzzlehttp/guzzle": "7.4.2", + "guzzlehttp/guzzle": "7.4.4", "jarnaiz/behat-junit-formatter": "^1.3", "sabre/dav": "4.3.1", "symfony/event-dispatcher": "~5.3" |