diff --git a/Core/composer.json b/Core/composer.json index 5ab79798eee..ef7bb1d7461 100644 --- a/Core/composer.json +++ b/Core/composer.json @@ -7,7 +7,7 @@ "php": ">=5.5", "rize/uri-template": "~0.3", "google/auth": "^1.18", - "guzzlehttp/guzzle": "^5.3|^6.5.6|^7.4.3", + "guzzlehttp/guzzle": "^5.3|^6.5.7|^7.4.4", "guzzlehttp/promises": "^1.3", "guzzlehttp/psr7": "^1.7|^2.0", "monolog/monolog": "^1.1|^2.0", diff --git a/composer.json b/composer.json index cc23ea63e81..a1574a481d3 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,7 @@ "require": { "php": ">=5.5", "rize/uri-template": "~0.3", - "guzzlehttp/guzzle": "^5.3|^6.5.6|^7.4.3", + "guzzlehttp/guzzle": "^5.3|^6.5.7|^7.4.4", "guzzlehttp/psr7": "^1.7|^2.0", "monolog/monolog": "^1.1|^2.0", "psr/http-message": "1.0.*",