diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-12-05 19:27:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-05 19:27:34 +0000 |
commit | 628ec69292fa43cb2117395d8dcfd90c27305e4e (patch) | |
tree | 116c81222f219d9b5ae81cce31a7f7ec97cb4f4d /build/integration/composer.json | |
parent | f95aa233560b4234ee14f975d49ff19ac989b40e (diff) | |
download | nextcloud-server-628ec69292fa43cb2117395d8dcfd90c27305e4e.tar.gz nextcloud-server-628ec69292fa43cb2117395d8dcfd90c27305e4e.zip |
Bump behat/behat from 3.11.0 to 3.12.0 in /build/integration
Bumps [behat/behat](https://github.com/Behat/Behat) from 3.11.0 to 3.12.0.
- [Release notes](https://github.com/Behat/Behat/releases)
- [Changelog](https://github.com/Behat/Behat/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Behat/Behat/compare/v3.11.0...v3.12.0)
---
updated-dependencies:
- dependency-name: behat/behat
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 89d8d46d7e0..45b125d5dd0 100644 --- a/build/integration/composer.json +++ b/build/integration/composer.json @@ -2,7 +2,7 @@ "require-dev": { "phpunit/phpunit": "^9", "dms/phpunit-arraysubset-asserts": "^0.4", - "behat/behat": "~3.11.0", + "behat/behat": "~3.12.0", "guzzlehttp/guzzle": "7.5.0", "jarnaiz/behat-junit-formatter": "^1.3", "sabre/dav": "4.4.0", |