diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2018-10-23 09:01:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-23 09:01:16 +0200 |
commit | 8e060541a40a93b105be1145c5dc4a0fb1559b5e (patch) | |
tree | 03eb3a9858e8bd1b872f36683a8d19071e23a235 | |
parent | f737ae719de2e2af534bce03a8920bbb96aa8700 (diff) | |
parent | 54802275259d65dd2835bc8c6738d5c0b2aa66bb (diff) | |
download | nextcloud-server-8e060541a40a93b105be1145c5dc4a0fb1559b5e.tar.gz nextcloud-server-8e060541a40a93b105be1145c5dc4a0fb1559b5e.zip |
Merge pull request #11984 from nextcloud/dependabot/composer/build/integration/sabre/dav-3.2.3
Update sabre/dav requirement from 3.2.2 to 3.2.3 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 7061d8dbde9..6723c54a057 100644 --- a/build/integration/composer.json +++ b/build/integration/composer.json @@ -4,6 +4,6 @@ "behat/behat": "~3.5.0", "guzzlehttp/guzzle": "6.3.3", "jarnaiz/behat-junit-formatter": "^1.3", - "sabre/dav": "3.2.2" + "sabre/dav": "3.2.3" } } |