diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-10-23 05:00:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-23 05:00:44 +0000 |
commit | 8885f31b8245350fb0464146480fd49fa31eea94 (patch) | |
tree | 25f5325a3cc8a854501049c8e120c1220bc2af58 | |
parent | 5136fcc35a891fbe807225e73e703940414ed524 (diff) | |
parent | 400f1a79381df85fe877aecfe1d893b6c989f915 (diff) | |
download | nextcloud-server-8885f31b8245350fb0464146480fd49fa31eea94.tar.gz nextcloud-server-8885f31b8245350fb0464146480fd49fa31eea94.zip |
Merge pull request #29408 from nextcloud/dependabot/composer/build/integration/behat/behat-approx-3.9.0
-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 8074508d0e2..61a092cc7fc 100644 --- a/build/integration/composer.json +++ b/build/integration/composer.json @@ -1,7 +1,7 @@ { "require-dev": { "phpunit/phpunit": "~6.5", - "behat/behat": "~3.8.0", + "behat/behat": "~3.9.0", "guzzlehttp/guzzle": "6.5.2", "jarnaiz/behat-junit-formatter": "^1.3", "sabre/dav": "3.2.3", |