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

github.com/nextcloud/deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2022-10-19 22:10:25 +0300
committerGitHub <noreply@github.com>2022-10-19 22:10:25 +0300
commitcef14ed25408511d64b862e43cdef75b4fad49e1 (patch)
treed7a60b75d1631e842d322f00684477ccd94c5f64
parentd93b4315541f457421170857ea1e10a29f9a5053 (diff)
parent0828ae601770b67c7b2dc427b896efbc324c119f (diff)
Merge pull request #4026 from nextcloud/dependabot/composer/tests/integration/guzzlehttp/guzzle-7.5.0
-rw-r--r--tests/integration/composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/composer.json b/tests/integration/composer.json
index a3de4de7..eea9e8a3 100644
--- a/tests/integration/composer.json
+++ b/tests/integration/composer.json
@@ -2,7 +2,7 @@
"require-dev": {
"phpunit/phpunit": "~9",
"behat/behat": "~3.11.0",
- "guzzlehttp/guzzle": "7.4.5",
+ "guzzlehttp/guzzle": "7.5.0",
"jarnaiz/behat-junit-formatter": "^1.3",
"sabre/dav": "4.4.0",
"symfony/event-dispatcher": "~5.4"