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

@@ -20,8 +20,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<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>