diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-02 01:25:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-02 01:25:00 +0000 |
commit | 1358a1808794ee8788c33b4fccfe083de7b7bf6f (patch) | |
tree | a8b13b796cb81dc4b18b9fb3c7cb8f71e42055de /build/integration/composer.json | |
parent | 6c63bc7ffe1ac3f314b84afffd1af8901dec2079 (diff) | |
download | nextcloud-server-1358a1808794ee8788c33b4fccfe083de7b7bf6f.tar.gz nextcloud-server-1358a1808794ee8788c33b4fccfe083de7b7bf6f.zip |
chore(deps-dev): Bump guzzlehttp/guzzle in /build/integration
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 7.6.1 to 7.8.0.
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/7.8/CHANGELOG.md)
- [Commits](https://github.com/guzzle/guzzle/compare/7.6.1...7.8.0)
---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
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 f5e2d58233a..623d3d2792a 100644 --- a/build/integration/composer.json +++ b/build/integration/composer.json @@ -3,7 +3,7 @@ "phpunit/phpunit": "^9", "dms/phpunit-arraysubset-asserts": "^0.5", "behat/behat": "~3.13.0", - "guzzlehttp/guzzle": "7.6.1", + "guzzlehttp/guzzle": "7.8.0", "jarnaiz/behat-junit-formatter": "^1.3", "sabre/dav": "4.4.0", "symfony/event-dispatcher": "~5.3" |