diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-05-30 11:32:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-30 11:32:20 +0200 |
commit | 182910b13680fe35e3572ac9490a29cfbaf5fb34 (patch) | |
tree | f7970ef191964ec15a39c5369fdfa8cc81734a46 | |
parent | e8c680f74a084f4e61ef61661e699c868d1d7fb3 (diff) | |
parent | 354cac145c381ec5d06db865b2ea424da0c28ccd (diff) | |
download | nextcloud-server-182910b13680fe35e3572ac9490a29cfbaf5fb34.tar.gz nextcloud-server-182910b13680fe35e3572ac9490a29cfbaf5fb34.zip |
Merge pull request #9675 from nextcloud/dependabot/composer/build/integration/sabre/dav-3.2.2
Update sabre/dav requirement to 3.2.2 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 2850caa511a..0465405715e 100644 --- a/build/integration/composer.json +++ b/build/integration/composer.json @@ -4,6 +4,6 @@ "behat/behat": "^3.0", "guzzlehttp/guzzle": "6.3.0", "jarnaiz/behat-junit-formatter": "^1.3", - "sabre/dav": "3.2" + "sabre/dav": "3.2.2" } } |