Replace getContainerIpAddress by getHost

`getContainerIpAddress` is deprecated.

Updated Test Container version
This commit is contained in:
Eddú Meléndez
2022-05-24 22:32:07 -05:00
committed by Glenn Renfro
parent 1284c80c5e
commit 79a9a59e08
5 changed files with 8 additions and 8 deletions

View File

@@ -14,8 +14,8 @@
<properties>
<spring-cloud-commons.version>4.0.0-SNAPSHOT</spring-cloud-commons.version>
<test.containers.version>1.16.3</test.containers.version>
<test.rabbit.containers.version>1.16.3</test.rabbit.containers.version>
<test.containers.version>1.17.2</test.containers.version>
<test.rabbit.containers.version>1.17.2</test.rabbit.containers.version>
<test.ducttape.version>1.0.8</test.ducttape.version>
<db2-jdbc.version>11.5.7.0</db2-jdbc.version>
</properties>