Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorblizzz <blizzz@arthur-schiwon.de>2022-06-24 12:01:55 +0300
committerGitHub <noreply@github.com>2022-06-24 12:01:55 +0300
commite34dc2f3cf34d45d652669fd3e4c0fc700f800b1 (patch)
tree160d2cd8e651ec5e1ed2ff4aa007e5a8ccccc7f3 /build
parent4722baf970ba514f9495257092f9e200fa7c54e3 (diff)
parentcf4157a073095763f3211eea06a714193b17516a (diff)
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')
-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 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"