diff options
author | blizzz <blizzz@arthur-schiwon.de> | 2022-06-10 15:52:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-10 15:52:23 +0200 |
commit | d6282656ffef940cfb6f70af1b66e4bdf1a878f4 (patch) | |
tree | c59480a5284ff9efe22e3899da1f6569288a5543 /build | |
parent | 5d57bb7845441e3590d247ada3d475c28053b474 (diff) | |
parent | 5470cb2d9795a6934aa423d204417ae7bfe42882 (diff) | |
download | nextcloud-server-d6282656ffef940cfb6f70af1b66e4bdf1a878f4.tar.gz nextcloud-server-d6282656ffef940cfb6f70af1b66e4bdf1a878f4.zip |
Merge pull request #32637 from nextcloud/dependabot/composer/build/integration/stable23/guzzlehttp/guzzle-6.5.6
Update guzzlehttp/guzzle requirement from 6.5.5 to 6.5.6 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 b241d8bb7a6..926458eeffe 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.5", + "guzzlehttp/guzzle": "6.5.6", "jarnaiz/behat-junit-formatter": "^1.3", "sabre/dav": "4.3.1", "symfony/event-dispatcher": "~5.3" |