Commit 41371a4f273b2c05148f27df0fbb7dcc958fe50b
1 parent
8bdd4376
Revert "rollback testcontainers version to 1.11.4 due to the newest testcontaine…
…rs does not support "container_name" in docker compose" This reverts commit 8bdd4376.
Showing
1 changed file
with
2 additions
and
2 deletions
... | ... | @@ -123,8 +123,8 @@ |
123 | 123 | <spring-test-dbunit.version>1.3.0</spring-test-dbunit.version> <!-- 2016 --> |
124 | 124 | <takari-cpsuite.version>1.2.7</takari-cpsuite.version> <!-- 2015 --> |
125 | 125 | <!-- BLACKBOX TEST SCOPE --> |
126 | - <testcontainers.version>1.11.4</testcontainers.version> | |
127 | - <zeroturnaround.version>1.10</zeroturnaround.version> | |
126 | + <testcontainers.version>1.16.0</testcontainers.version> | |
127 | + <zeroturnaround.version>1.12</zeroturnaround.version> | |
128 | 128 | </properties> |
129 | 129 | |
130 | 130 | <modules> | ... | ... |