diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-16 03:08:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-16 03:08:28 +0000 |
commit | d6d8b3015ad6f78eacab07b1af970d9b8d54b20a (patch) | |
tree | 4f5b73cfddd16d761949262a16e5d943aad3d691 /build/integration/composer.json | |
parent | 538041b6e702f7163594a36b1e0c14dddc28aab7 (diff) | |
download | nextcloud-server-d6d8b3015ad6f78eacab07b1af970d9b8d54b20a.tar.gz nextcloud-server-d6d8b3015ad6f78eacab07b1af970d9b8d54b20a.zip |
chore(deps-dev): Bump sabre/dav in /build/integration
Bumps [sabre/dav](https://github.com/sabre-io/dav) from 4.5.1 to 4.6.0.
- [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.5.1...4.6.0)
---
updated-dependencies:
- dependency-name: sabre/dav
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'build/integration/composer.json')
-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 341a2880b6f..7ab6e04079d 100644 --- a/build/integration/composer.json +++ b/build/integration/composer.json @@ -5,7 +5,7 @@ "behat/behat": "~3.13.0", "guzzlehttp/guzzle": "7.8.1", "jarnaiz/behat-junit-formatter": "^1.3", - "sabre/dav": "4.5.1", + "sabre/dav": "4.6.0", "symfony/event-dispatcher": "~5.3" } } |