testcontainers / testcontainers-scala

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

Upgrade Java testcontainers version #368

Closed AugustNagro closed 1 month ago

AugustNagro commented 1 month ago

Hi, I'm unable to use MySQL 8.3+ with test-containers scala, because of this issue which is fixed in testcontainers-java 1.20.2 .

This MR should fix it: https://github.com/testcontainers/testcontainers-scala/pull/358

AugustNagro commented 1 month ago

Merged now, thanks @dimafeng !