Updated versions and re-enabled kafka test

This commit is contained in:
Glenn Renfro
2021-10-20 14:04:47 -04:00
parent 6752679673
commit 3d785ffd99
5 changed files with 20 additions and 23 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.15.3</test.containers.version>
<test.rabbit.containers.version>1.15.3</test.rabbit.containers.version>
<test.containers.version>1.16.0</test.containers.version>
<test.rabbit.containers.version>1.16.0</test.rabbit.containers.version>
<test.ducttape.version>1.0.8</test.ducttape.version>
<spring.cloud.stream>3.2.0-SNAPSHOT</spring.cloud.stream>
</properties>