Skip to content

Commit

Permalink
Upgrade AWS client libs #25
Browse files Browse the repository at this point in the history
  • Loading branch information
andrus committed Apr 19, 2024
1 parent f1db186 commit c39072b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.0-M4

* #25 Upgrade AWS client libs

## 3.0-M3

* #24 Deprecate AWS v1 API integration modules
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@

<properties>
<bootique.version>${project.version}</bootique.version>
<aws1.sdk.version>1.12.267</aws1.sdk.version>
<aws2.sdk.version>2.20.150</aws2.sdk.version>
<aws1.sdk.version>1.12.704</aws1.sdk.version>
<aws2.sdk.version>2.25.34</aws2.sdk.version>
</properties>

<modules>
Expand Down

0 comments on commit c39072b

Please sign in to comment.