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-07 12:57:32 +0300
committerGitHub <noreply@github.com>2022-07-07 12:57:32 +0300
commit936fc22fde5af17274c6df066256e68182f30ff8 (patch)
tree6f2ee3b39cd06b9e0a8d1095a86947bc74ef1167
parent28259ad9d1089c3c6056c3dbd91d93aba4e8da82 (diff)
parentcacd9978644bc0a03b29a3303b5f3778f2063ef2 (diff)
Merge pull request #33094 from nextcloud/dependabot/composer/build/integration/stable22/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 cc8f1b9f292..6ce49514a16 100644
--- a/build/integration/composer.json
+++ b/build/integration/composer.json
@@ -4,7 +4,7 @@
"behat/behat": "~3.10.0",
"guzzlehttp/guzzle": "6.5.8",
"jarnaiz/behat-junit-formatter": "^1.3",
- "sabre/dav": "4.3.1",
+ "sabre/dav": "4.4.0",
"symfony/event-dispatcher": "~5.3"
}
}