Skip to content

Commit

Permalink
Update localstack (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
shermosa committed Jun 23, 2021
1 parent df7f292 commit 598f2e3
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 @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Updated `aws.version` to version `1.11.960` (was `1.11.532`) in `beekeeper-cleanup`.
- Updated `eg-oss-parent` to version `2.3.2` (was `2.3.1`).
- Updated `localstack-utils` to version `0.2.12` (was `0.2.7`).

## [3.1.0] - 2021-02-22
### Changed
Expand Down
2 changes: 1 addition & 1 deletion beekeeper-cleanup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<dependency>
<groupId>cloud.localstack</groupId>
<artifactId>localstack-utils</artifactId>
<version>0.2.7</version>
<version>0.2.12</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 598f2e3

Please sign in to comment.