testcontainers / testcontainers-scala

Docker containers for testing in scala
MIT License
634 stars 127 forks source link

update testcontainers-java to 1.18.1 #249

Closed VivienBudavolgyi closed 1 year ago

VivienBudavolgyi commented 1 year ago

Hi,

I updated the testcontainers-java dependecy to the newest version. My main reason was that it removes the AWS SDK V1 dependency for the Localstack Module.

The change in the Vault module was needed because of this change: https://github.com/testcontainers/testcontainers-java/pull/6796

In the Localstack module the (deprecated) functions were removed from the java library: https://github.com/testcontainers/testcontainers-java/pull/5827

also solves https://github.com/testcontainers/testcontainers-scala/issues/234