Skip to content

Commit

Permalink
Merge pull request #1741 from komandar/fix/update-awssdk-cve-vulnerab…
Browse files Browse the repository at this point in the history
…ility

fix: update aws/aws-sdk-php to newest version to fix CVE-2023-51651
  • Loading branch information
frankdejonge authored Jan 26, 2024
2 parents 199e1ae + 90d6805 commit 369ad84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"phpunit/phpunit": "^9.5.11|^10.0",
"phpstan/phpstan": "^1.10",
"phpseclib/phpseclib": "^3.0.34",
"aws/aws-sdk-php": "^3.220.0",
"aws/aws-sdk-php": "^3.295.10",
"composer/semver": "^3.0",
"friendsofphp/php-cs-fixer": "^3.5",
"google/cloud-storage": "^1.23",
Expand Down
2 changes: 1 addition & 1 deletion src/AwsS3V3/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"php": "^8.0.2",
"league/flysystem": "^3.10.0",
"league/mime-type-detection": "^1.0.0",
"aws/aws-sdk-php": "^3.220.0"
"aws/aws-sdk-php": "^3.295.10"
},
"conflict": {
"guzzlehttp/ringphp": "<1.1.1",
Expand Down

0 comments on commit 369ad84

Please sign in to comment.