Merge branch 'dev' into feature/QQQ-26-exports-poc

This commit is contained in:
2022-07-28 08:37:07 -05:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
target/ target/
*.iml *.iml
.env
############################################# #############################################
## Original contents from github template: ## ## Original contents from github template: ##

View File

@ -60,7 +60,7 @@
<dependency> <dependency>
<groupId>com.amazonaws</groupId> <groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-s3</artifactId> <artifactId>aws-java-sdk-s3</artifactId>
<version>1.12.243</version> <version>1.12.261</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>cloud.localstack</groupId> <groupId>cloud.localstack</groupId>