Updated test container version.

Temporarily added batch schema.   Will remove after test is updated
This commit is contained in:
Glenn Renfro
2020-11-06 16:07:41 -05:00
parent 8337e8e3e4
commit 8363bed0f9
4 changed files with 85 additions and 6 deletions

View File

@@ -13,8 +13,8 @@
<artifactId>spring-cloud-task-integration-tests</artifactId>
<properties>
<test.containers.version>1.15.0-rc2</test.containers.version>
<test.rabbit.containers.version>1.15.0-rc2</test.rabbit.containers.version>
<test.containers.version>1.15.0</test.containers.version>
<test.rabbit.containers.version>1.15.0</test.rabbit.containers.version>
<test.ducttape.version>1.0.8</test.ducttape.version>
</properties>