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
diff options
context:
space:
mode:
authorblizzz <blizzz@arthur-schiwon.de>2022-07-06 15:25:09 +0300
committerGitHub <noreply@github.com>2022-07-06 15:25:09 +0300
commitf89c017cc62609248780a10274b82be31b260eef (patch)
tree729040554b2574a97e0f4fcb10d0be4151f16020
parent174560f0f8945c4d61a1d7d8e4635045698010b1 (diff)
parentc14e7696156fa52abd03f78178d954f09b252bea (diff)
Merge pull request #33092 from nextcloud/dependabot/composer/build/integration/stable24/sabre/dav-4.4.0
Update sabre/dav requirement from 4.3.1 to 4.4.0 in /build/integration
-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 77c150f3c9b..9442e9900cb 100644
--- a/build/integration/composer.json
+++ b/build/integration/composer.json
@@ -4,7 +4,7 @@
"behat/behat": "~3.10.0",
"guzzlehttp/guzzle": "7.4.5",
"jarnaiz/behat-junit-formatter": "^1.3",
- "sabre/dav": "4.3.1",
+ "sabre/dav": "4.4.0",
"symfony/event-dispatcher": "~5.3"
}
}