Skip to content

Commit

Permalink
Fix: Update aws version in apiary receiver sqs (#105)
Browse files Browse the repository at this point in the history
* Upgrade aws version in apiary-receiver-sqs module

* Added changelog

---------

Co-authored-by: Milton Ortegon <v-miltortegon@expediagroup.com>
  • Loading branch information
ninhomilton and Milton Ortegon committed Jun 20, 2024
1 parent 46c6674 commit 8b14cfc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 7.3.11 - 2024-06-19
### Changed
- Upgrade aws version from `1.11.520` to `1.12.276` in `apiary-receiver-sqs`.

## 7.3.10 - 2024-06-18
### Added
- Add `aws-java-sdk-sts` to enable IRSA authentication in `apiary-receiver-sqs`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<artifactId>apiary-receiver-sqs</artifactId>

<properties>
<aws.version>1.11.520</aws.version>
<aws.version>1.12.276</aws.version>
<assertj.version>3.10.0</assertj.version>
<guava.version>27.1-jre</guava.version>
</properties>
Expand Down

0 comments on commit 8b14cfc

Please sign in to comment.