diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-12-11 07:02:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-11 07:02:13 +0000 |
commit | 2fa5fc3a7c217f6a6efb313d03e5aef89e6ca57c (patch) | |
tree | c090044e0f9ff9c03c1a1ebb3f544a80d19c381f | |
parent | 908508657f565b65d5441e2a3f09b47a37edc90d (diff) | |
parent | 5cdac1f15e8cd918cba86b1aad0b2f043fab5dcd (diff) | |
download | nextcloud-server-2fa5fc3a7c217f6a6efb313d03e5aef89e6ca57c.tar.gz nextcloud-server-2fa5fc3a7c217f6a6efb313d03e5aef89e6ca57c.zip |
Merge pull request #30211 from nextcloud/dependabot/composer/build/integration/sabre/dav-4.2.3
-rw-r--r-- | build/integration/composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/integration/composer.json b/build/integration/composer.json index 9ce375d0252..5c7da1f721c 100644 --- a/build/integration/composer.json +++ b/build/integration/composer.json @@ -4,7 +4,7 @@ "behat/behat": "~3.10.0", "guzzlehttp/guzzle": "6.5.2", "jarnaiz/behat-junit-formatter": "^1.3", - "sabre/dav": "4.2.1", + "sabre/dav": "4.2.3", "symfony/event-dispatcher": "~5.3" } } |