diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-12-18 04:11:17 +0000 |
---|---|---|
committer | MichaIng <micha@dietpi.com> | 2021-12-18 16:39:09 +0100 |
commit | 41304010765eafd9dba0c4dc41977465b9169386 (patch) | |
tree | 08d9b6ea317b7d28638dd899bebe82cd2c8e4f15 /build | |
parent | 2d9fee1b4c9cc684ccaaace60bb5c91c8a7c2d7e (diff) | |
download | nextcloud-server-41304010765eafd9dba0c4dc41977465b9169386.tar.gz nextcloud-server-41304010765eafd9dba0c4dc41977465b9169386.zip |
Update sabre/dav requirement from 4.2.3 to 4.3.0 in /build/integration
Updates the requirements on [sabre/dav](https://github.com/sabre-io/dav) to permit the latest version.
- [Release notes](https://github.com/sabre-io/dav/releases)
- [Changelog](https://github.com/sabre-io/dav/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sabre-io/dav/compare/4.2.3...4.3.0)
---
updated-dependencies:
- dependency-name: sabre/dav
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'build')
-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 d68a2bfda6b..64bf3d2568c 100644 --- a/build/integration/composer.json +++ b/build/integration/composer.json @@ -4,7 +4,7 @@ "behat/behat": "~3.10.0", "guzzlehttp/guzzle": "6.5.5", "jarnaiz/behat-junit-formatter": "^1.3", - "sabre/dav": "4.2.3", + "sabre/dav": "4.3.0", "symfony/event-dispatcher": "~4.4" } } |