Update versions for testcontainer andd rabbit versions for tests

Update jacoco version so build will work with the current release of maven

update
This commit is contained in:
Glenn Renfro
2020-10-28 16:56:21 -04:00
parent a4b638a61e
commit 8337e8e3e4
10 changed files with 19 additions and 13 deletions

View File

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