diff options
author | MichaIng <micha@dietpi.com> | 2022-07-02 16:58:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-02 16:58:30 +0200 |
commit | 391c2272bbab23459d999742ed0a932e0e275773 (patch) | |
tree | fc4f2b3e950d08711acfddb80131f697d86e6865 | |
parent | 700682d8e4af7c123ede424d919391a6453a8e73 (diff) | |
parent | 9781139fedfab1410ca078d57223bd9d7c3df9f7 (diff) | |
download | nextcloud-server-391c2272bbab23459d999742ed0a932e0e275773.tar.gz nextcloud-server-391c2272bbab23459d999742ed0a932e0e275773.zip |
Merge pull request #33093 from nextcloud/dependabot/composer/build/integration/sabre/dav-4.4.0
Update sabre/dav requirement from 4.3.1 to 4.4.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 0e717bb76b3..5ae31af7578 100644 --- a/build/integration/composer.json +++ b/build/integration/composer.json @@ -5,7 +5,7 @@ "behat/behat": "~3.10.0", "guzzlehttp/guzzle": "7.4.5", "jarnaiz/behat-junit-formatter": "^1.3", - "sabre/dav": "4.3.1", + "sabre/dav": "4.4.0", "symfony/event-dispatcher": "~5.3" } } |