Skip to content

Commit

Permalink
[Snyk] Security upgrade com.amazonaws:aws-java-sdk-s3 from 1.12.565 t…
Browse files Browse the repository at this point in the history
…o 1.12.661 (#215)

* fix: pom.xml to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-SOFTWAREAMAZONION-6153869

* update changelog with snyk entry

---------

Co-authored-by: snyk-bot <[email protected]>
Co-authored-by: Stepheny Perez <[email protected]>
Co-authored-by: skorper <[email protected]>
  • Loading branch information
4 people authored Mar 6, 2024
1 parent 22cac97 commit fa4e982
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
### Fixed
### Security
- Snyk: Upgrade com.amazonaws:aws-java-sdk-s3: 1.12.565 -> 1.12.661

## [v1.7.0] - 2022-12-12
### Added
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-s3</artifactId>
<version>1.12.565</version>
<version>1.12.661</version>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down

0 comments on commit fa4e982

Please sign in to comment.