diff options
author | MichaIng <micha@dietpi.com> | 2021-11-24 14:42:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-24 14:42:35 +0100 |
commit | 657aff7d225af54e4c429487fe2920e4ee5afdf5 (patch) | |
tree | 49ceaaa7f40be95d3565afdb67425ada66eb9c0c | |
parent | 70f9e5e37dde34a976d7aab1a9cdeec165cb5df1 (diff) | |
parent | b544069d02e7f8c6b02fb082e420f1ae154937a6 (diff) | |
download | nextcloud-server-657aff7d225af54e4c429487fe2920e4ee5afdf5.tar.gz nextcloud-server-657aff7d225af54e4c429487fe2920e4ee5afdf5.zip |
Merge pull request #29809 from nextcloud/dependabot/composer/build/integration/sabre/dav-4.2.0
Update sabre/dav requirement from 3.2.3 to 4.2.0 in /build/integration
-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 f76feffa386..b6e10f1ceef 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": "3.2.3", + "sabre/dav": "4.2.0", "symfony/event-dispatcher": "~5.3" } } |