diff options
author | blizzz <blizzz@arthur-schiwon.de> | 2022-06-10 15:54:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-10 15:54:40 +0200 |
commit | 2f2de6276b307ef60a09bcc4d2472af9e7c5a227 (patch) | |
tree | f8a05040b1efb38c578a8f4b881ce66e02d5216d /build | |
parent | 4e870ea41d96be97ba8dfebfb3a49d6720108289 (diff) | |
parent | 643cc0fcf288610afd39d914a1a5dd8b2b7a3264 (diff) | |
download | nextcloud-server-2f2de6276b307ef60a09bcc4d2472af9e7c5a227.tar.gz nextcloud-server-2f2de6276b307ef60a09bcc4d2472af9e7c5a227.zip |
Merge pull request #32638 from nextcloud/dependabot/composer/build/integration/stable24/guzzlehttp/guzzle-7.4.3
Update guzzlehttp/guzzle requirement from 7.4.2 to 7.4.3 in /build/integration
Diffstat (limited to 'build')
-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 0ab212b3cdf..4716ecba570 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": "7.4.2", + "guzzlehttp/guzzle": "7.4.3", "jarnaiz/behat-junit-formatter": "^1.3", "sabre/dav": "4.3.1", "symfony/event-dispatcher": "~5.3" |