summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorblizzz <blizzz@arthur-schiwon.de>2022-06-10 15:52:23 +0200
committerGitHub <noreply@github.com>2022-06-10 15:52:23 +0200
commitd6282656ffef940cfb6f70af1b66e4bdf1a878f4 (patch)
treec59480a5284ff9efe22e3899da1f6569288a5543 /build
parent5d57bb7845441e3590d247ada3d475c28053b474 (diff)
parent5470cb2d9795a6934aa423d204417ae7bfe42882 (diff)
downloadnextcloud-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.json2
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"